Skip to content

Commit 606c577

Browse files
committed
Merge tag 'renesas-fixes-for-v6.6-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
Renesas fixes for v6.6 (take two) - Fix build failures due to missing RZ/Five dependencies. * tag 'renesas-fixes-for-v6.6-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: soc: renesas: Make ARCH_R9A07G043 depend on required options Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 5872080 + 1531309 commit 606c577

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drivers/soc/renesas/Kconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,13 @@ if RISCV
334334
config ARCH_R9A07G043
335335
bool "RISC-V Platform support for RZ/Five"
336336
depends on NONPORTABLE
337+
depends on RISCV_ALTERNATIVE
338+
depends on RISCV_SBI
337339
select ARCH_RZG2L
338-
select AX45MP_L2_CACHE if RISCV_DMA_NONCOHERENT
340+
select AX45MP_L2_CACHE
339341
select DMA_GLOBAL_POOL
340-
select ERRATA_ANDES if RISCV_SBI
341-
select ERRATA_ANDES_CMO if ERRATA_ANDES
342-
342+
select ERRATA_ANDES
343+
select ERRATA_ANDES_CMO
343344
help
344345
This enables support for the Renesas RZ/Five SoC.
345346

0 commit comments

Comments
 (0)