Skip to content

Commit bc2c396

Browse files
prabhakarladvinodkoul
authored andcommitted
dmaengine: sh: Kconfig: Drop ARCH_R7S72100/ARCH_RZG2L dependency
The RZ DMA controller is used across multiple Renesas SoCs, not only RZ/A1 (R7S72100) and RZ/G2L. Limiting the build to these SoCs prevents enabling the driver on newer platforms such as RZ/V2H(P) and RZ/V2N. Replace the ARCH_R7S72100 || ARCH_RZG2L dependency with ARCH_RENESAS so the driver can be built for all Renesas SoCs. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent c3c328d commit bc2c396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/sh/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ config RENESAS_USB_DMAC
5050

5151
config RZ_DMAC
5252
tristate "Renesas RZ DMA Controller"
53-
depends on ARCH_R7S72100 || ARCH_RZG2L || COMPILE_TEST
53+
depends on ARCH_RENESAS || COMPILE_TEST
5454
select RENESAS_DMA
5555
select DMA_VIRTUAL_CHANNELS
5656
help

0 commit comments

Comments
 (0)