Skip to content

Commit 8fdc61f

Browse files
jic23Paul Walmsley
authored andcommitted
soc: renesas: Fix missing dependency on new CONFIG_CACHEMAINT_FOR_DMA
The Kconfig menu entry was converted to a menuconfig to allow it to be hidden for !CONFIG_RISCV. The drivers under this new option were selected by some other Kconfig symbols and so an extra select CACHEMAINT_FOR_DMA is needed. Fixes: 4d1608d ("cache: Make top level Kconfig menu a boolean dependent on RISCV") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Jonathan Cameron <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paul Walmsley <[email protected]>
1 parent 521cadb commit 8fdc61f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/renesas/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ config ARCH_R9A07G043
445445
depends on RISCV_SBI
446446
select ARCH_RZG2L
447447
select AX45MP_L2_CACHE
448+
select CACHEMAINT_FOR_DMA
448449
select DMA_GLOBAL_POOL
449450
select ERRATA_ANDES
450451
select ERRATA_ANDES_CMO

0 commit comments

Comments
 (0)