diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-08-06 11:53:22 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-08-29 15:44:19 +0200 |
commit | 5000d37042a61ca556fde2782ca40dbfa802ea16 (patch) | |
tree | f5c6a19d5cf22ed868b9ea7202459714953f7b22 /drivers/dma/sh/Makefile | |
parent | dmaengine: Extend the dma_slave_width for 128 bytes (diff) | |
download | linux-5000d37042a61ca556fde2782ca40dbfa802ea16.tar.xz linux-5000d37042a61ca556fde2782ca40dbfa802ea16.zip |
dmaengine: sh: Add DMAC driver for RZ/G2L SoC
Add DMA Controller driver for RZ/G2L SoC.
Based on the work done by Chris Brandt for RZ/A DMA driver.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20210806095322.2326-4-biju.das.jz@bp.renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/sh/Makefile')
-rw-r--r-- | drivers/dma/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sh/Makefile b/drivers/dma/sh/Makefile index abdf10341725..360ab6d25e76 100644 --- a/drivers/dma/sh/Makefile +++ b/drivers/dma/sh/Makefile @@ -15,3 +15,4 @@ obj-$(CONFIG_SH_DMAE) += shdma.o obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o +obj-$(CONFIG_RZ_DMAC) += rz-dmac.o |