Refresh the defconfig for Renesas RZ/Five systems: - Drop CONFIG_SYSFS_SYSCALL=n (disabled by default since commit c443279a87d54bf3 ("Kconfig: switch CONFIG_SYSFS_SYCALL default to n"), - Disable support for the Zicbop cache block prefetch and SiFive vendor extensions (not supported by RZ/Five), Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- 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 --git a/arch/riscv/configs/rzfive_defconfig b/arch/riscv/configs/rzfive_defconfig index e9998a22dee140cd..cad73b9e83eceac5 100644 --- a/arch/riscv/configs/rzfive_defconfig +++ b/arch/riscv/configs/rzfive_defconfig @@ -24,7 +24,6 @@ CONFIG_CHECKPOINT_RESTORE=y CONFIG_BLK_DEV_INITRD=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_EXPERT=y -# CONFIG_SYSFS_SYSCALL is not set CONFIG_PROFILING=y CONFIG_ARCH_RENESAS=y CONFIG_ERRATA_SIFIVE=y @@ -40,6 +39,8 @@ CONFIG_NONPORTABLE=y # CONFIG_RISCV_ISA_ZBKB is not set # CONFIG_RISCV_ISA_ZICBOM is not set # CONFIG_RISCV_ISA_ZICBOZ is not set +# CONFIG_RISCV_ISA_ZICBOP is not set +# CONFIG_RISCV_ISA_VENDOR_EXT_SIFIVE is not set # CONFIG_RISCV_ISA_VENDOR_EXT_THEAD is not set # CONFIG_EFI is not set CONFIG_PM_AUTOSLEEP=y -- 2.43.0