Skip to content

Commit

Permalink
visionfive_defconfig: Set CONFIG_NONPORTABLE=y
Browse files Browse the repository at this point in the history
..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 <[email protected]>
  • Loading branch information
esmil committed Oct 18, 2023
1 parent 7004492 commit 0f773a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/riscv/configs/visionfive_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f773a0

Please sign in to comment.