diff mbox series

[PATCH/LOCAL] riscv: rzfive: defconfig: Refresh for v6.13-rc1

Message ID 907bc1b1ac5cc5840da47f6d8204fd1213164644.1733321043.git.geert+renesas@glider.be (mailing list archive)
State New
Delegated to: Geert Uytterhoeven
Headers show
Series [PATCH/LOCAL] riscv: rzfive: defconfig: Refresh for v6.13-rc1 | expand

Commit Message

Geert Uytterhoeven Dec. 4, 2024, 2:05 p.m. UTC
Refresh the defconfig for Renesas RZ/Five systems:
  - Disable support for pointer masking in userspace (Supm) (RZ/Five
    does not support the Supm extension),
  - Disable RISC-V IOMMU Support (RZ/Five does not support the RISC-V
    IOMMU architecture),
  - Drop CONFIG_DEBUG_TIMEKEEPING=y (removed in commit d44d26987bb3df6d
    ("timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING")).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be applied to the topic/renesas-defconfig branch.

 arch/riscv/configs/rzfive_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/riscv/configs/rzfive_defconfig b/arch/riscv/configs/rzfive_defconfig
index 1757d97e65c8f1bc..fe44f9cdc724c2ba 100644
--- a/arch/riscv/configs/rzfive_defconfig
+++ b/arch/riscv/configs/rzfive_defconfig
@@ -29,6 +29,7 @@  CONFIG_PROFILING=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_ERRATA_SIFIVE=y
 CONFIG_NONPORTABLE=y
+# CONFIG_RISCV_ISA_SUPM is not set
 # CONFIG_RISCV_ISA_ZICBOM is not set
 # CONFIG_EFI is not set
 CONFIG_PM_AUTOSLEEP=y
@@ -153,6 +154,7 @@  CONFIG_SYNC_FILE=y
 CONFIG_COMMON_CLK_VC3=y
 CONFIG_RENESAS_OSTM=y
 CONFIG_MAILBOX=y
+# CONFIG_RISCV_IOMMU is not set
 CONFIG_RPMSG_CHAR=y
 CONFIG_RPMSG_CTRL=y
 CONFIG_RPMSG_VIRTIO=y
@@ -202,7 +204,6 @@  CONFIG_SOFTLOCKUP_DETECTOR=y
 CONFIG_WQ_WATCHDOG=y
 CONFIG_WQ_CPU_INTENSIVE_REPORT=y
 # CONFIG_SCHED_DEBUG is not set
-CONFIG_DEBUG_TIMEKEEPING=y
 CONFIG_DEBUG_RT_MUTEXES=y
 CONFIG_DEBUG_SPINLOCK=y
 CONFIG_DEBUG_MUTEXES=y