Skip to content

Commit 0f773a0

Browse files
committed
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 <emil.renner.berthing@canonical.com>
1 parent 7004492 commit 0f773a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/riscv/configs/visionfive_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ CONFIG_EXPERT=y
2626
# CONFIG_SYSFS_SYSCALL is not set
2727
CONFIG_SOC_STARFIVE=y
2828
CONFIG_ERRATA_STARFIVE_JH7100=y
29+
CONFIG_NONPORTABLE=y
2930
CONFIG_SMP=y
3031
CONFIG_NR_CPUS=4
3132
# CONFIG_RISCV_ISA_SVNAPOT is not set
3233
# CONFIG_RISCV_ISA_SVPBMT is not set
3334
# CONFIG_RISCV_ISA_ZBB is not set
35+
# CONFIG_RISCV_ISA_ZICBOM is not set
3436
# CONFIG_RISCV_ISA_ZICBOZ is not set
3537
# CONFIG_COMPAT is not set
3638
# CONFIG_RISCV_ISA_FALLBACK is not set

0 commit comments

Comments
 (0)