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 <hch@lst.de> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20231018052654.50074-4-hch@lst.de Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 381cae1 commit 9eab43f

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
@@ -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)