mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO config
Now that RISCV_DMA_NONCOHERENT conditionally selects DMA_DIRECT_REMAP ie only if MMU is enabled, we no longer need the MMU dependency in ERRATA_ANDES_CMO config. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230901105858.311745-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
parent
e7ddd00eb3
commit
54adc24c9a
@ -12,7 +12,7 @@ config ERRATA_ANDES
|
|||||||
|
|
||||||
config ERRATA_ANDES_CMO
|
config ERRATA_ANDES_CMO
|
||||||
bool "Apply Andes cache management errata"
|
bool "Apply Andes cache management errata"
|
||||||
depends on ERRATA_ANDES && MMU && ARCH_R9A07G043
|
depends on ERRATA_ANDES && ARCH_R9A07G043
|
||||||
select RISCV_DMA_NONCOHERENT
|
select RISCV_DMA_NONCOHERENT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user