Skip to content

Commit 484861e

Browse files
prabhakarladpalmer-dabbelt
authored andcommitted
soc: renesas: Kconfig: Select the required configs for RZ/Five SoC
Explicitly select the required Cache management and Errata configs required for the RZ/Five SoC. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Tested-by: Conor Dooley <[email protected]> # tyre-kicking on a d1 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent d34599b commit 484861e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/soc/renesas/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@ if RISCV
334334
config ARCH_R9A07G043
335335
bool "RISC-V Platform support for RZ/Five"
336336
select ARCH_RZG2L
337+
select AX45MP_L2_CACHE
338+
select DMA_GLOBAL_POOL
339+
select ERRATA_ANDES
340+
select ERRATA_ANDES_CMO
337341
help
338342
This enables support for the Renesas RZ/Five SoC.
339343

0 commit comments

Comments
 (0)