We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f73b35 commit c6a906cCopy full SHA for c6a906c
drivers/soc/renesas/Kconfig
@@ -334,10 +334,11 @@ if RISCV
334
config ARCH_R9A07G043
335
bool "RISC-V Platform support for RZ/Five"
336
select ARCH_RZG2L
337
- select AX45MP_L2_CACHE
+ select AX45MP_L2_CACHE if RISCV_DMA_NONCOHERENT
338
select DMA_GLOBAL_POOL
339
- select ERRATA_ANDES
340
- select ERRATA_ANDES_CMO
+ select ERRATA_ANDES if RISCV_SBI
+ select ERRATA_ANDES_CMO if ERRATA_ANDES
341
+
342
help
343
This enables support for the Renesas RZ/Five SoC.
344
0 commit comments