Skip to content

Commit 386fe06

Browse files
prabhakarladvinodkoul
authored andcommitted
dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option
RZ/V2L DMA block is identical to one found on RZ/G2L SoC. This patch adds ARCH_R9A07G054 dependency for RZ_DMAC config option so that the driver can be enabled on RZ/V2L SoC. While at it, also update config help text. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20220221224321.11939-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 5ac6bfb commit 386fe06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/dma/sh/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ config RENESAS_USB_DMAC
4949
SoCs.
5050

5151
config RZ_DMAC
52-
tristate "Renesas RZ/G2L DMA Controller"
53-
depends on ARCH_R9A07G044 || COMPILE_TEST
52+
tristate "Renesas RZ/{G2L,V2L} DMA Controller"
53+
depends on ARCH_R9A07G044 || ARCH_R9A07G054 || COMPILE_TEST
5454
select RENESAS_DMA
5555
select DMA_VIRTUAL_CHANNELS
5656
help
5757
This driver supports the general purpose DMA controller found in the
58-
Renesas RZ/G2L SoC variants.
58+
Renesas RZ/{G2L,V2L} SoC variants.

0 commit comments

Comments
 (0)