From 0f773a07e5c8a56f5ad75d722157b4b71634b645 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 18 Oct 2023 13:34:14 +0200 Subject: [PATCH] visionfive_defconfig: Set CONFIG_NONPORTABLE=y ..and disable CONFIG_RISCV_ISA_ZICBOM since it depends on CONFIG_DMA_DIRECT_REMAP which conflicts with CONFIG_DMA_GLOBAL_POOL needed on the JH7100. Signed-off-by: Emil Renner Berthing --- arch/riscv/configs/visionfive_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/visionfive_defconfig b/arch/riscv/configs/visionfive_defconfig index 2bb86dfa2cc24..73a1c78d15a4f 100644 --- a/arch/riscv/configs/visionfive_defconfig +++ b/arch/riscv/configs/visionfive_defconfig @@ -26,11 +26,13 @@ CONFIG_EXPERT=y # CONFIG_SYSFS_SYSCALL is not set CONFIG_SOC_STARFIVE=y CONFIG_ERRATA_STARFIVE_JH7100=y +CONFIG_NONPORTABLE=y CONFIG_SMP=y CONFIG_NR_CPUS=4 # CONFIG_RISCV_ISA_SVNAPOT is not set # CONFIG_RISCV_ISA_SVPBMT is not set # CONFIG_RISCV_ISA_ZBB is not set +# CONFIG_RISCV_ISA_ZICBOM is not set # CONFIG_RISCV_ISA_ZICBOZ is not set # CONFIG_COMPAT is not set # CONFIG_RISCV_ISA_FALLBACK is not set