]> Git Repo - J-linux.git/commitdiff
soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM
authorChristoph Hellwig <[email protected]>
Wed, 18 Oct 2023 05:26:54 +0000 (07:26 +0200)
committerGeert Uytterhoeven <[email protected]>
Thu, 26 Oct 2023 07:42:38 +0000 (09:42 +0200)
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]>
drivers/soc/renesas/Kconfig

index 93f42c159ad4773e2b6229346e3c0d57e10ed0bd..acc812e490d0cbfc67598fe66bbc0f8d10f42c8c 100644 (file)
@@ -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
This page took 0.059879 seconds and 4 git commands to generate.