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 <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Conor Dooley <conor.dooley@microchip.com> # tyre-kicking on a d1 Link: https://lore.kernel.org/r/20230818135723.80612-7-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
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)