Skip to content

Commit 9eab43f

Browse files
Christoph Hellwiggeertu
authored andcommitted
soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM
ARCH_R9A07G043 has its own non-standard global pool based DMA coherent allocator, which conflicts with the remap based RISCV_ISA_ZICBOM version. Add a proper dependency. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Acked-by: Conor Dooley <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 381cae1 commit 9eab43f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/renesas/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ config ARCH_R9A07G043
335335
bool "RISC-V Platform support for RZ/Five"
336336
depends on NONPORTABLE
337337
depends on RISCV_ALTERNATIVE
338+
depends on !RISCV_ISA_ZICBOM
338339
depends on RISCV_SBI
339340
select ARCH_RZG2L
340341
select AX45MP_L2_CACHE

0 commit comments

Comments
 (0)