From: Christoph Hellwig Date: Wed, 18 Oct 2023 05:26:54 +0000 (+0200) Subject: soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM X-Git-Tag: v6.6.7~1672^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eab43facdadb7d00456c2657001ae2e5353c814;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Lad Prabhakar Acked-by: Conor Dooley Acked-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20231018052654.50074-4-hch@lst.de Signed-off-by: Geert Uytterhoeven --- diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 93f42c1..acc812e 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -335,6 +335,7 @@ config ARCH_R9A07G043 bool "RISC-V Platform support for RZ/Five" depends on NONPORTABLE depends on RISCV_ALTERNATIVE + depends on !RISCV_ISA_ZICBOM depends on RISCV_SBI select ARCH_RZG2L select AX45MP_L2_CACHE