mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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>
This commit is contained in:
@@ -47,3 +47,12 @@ config RENESAS_USB_DMAC
|
|||||||
help
|
help
|
||||||
This driver supports the USB-DMA controller found in the Renesas
|
This driver supports the USB-DMA controller found in the Renesas
|
||||||
SoCs.
|
SoCs.
|
||||||
|
|
||||||
|
config RZ_DMAC
|
||||||
|
tristate "Renesas RZ/G2L DMA Controller"
|
||||||
|
depends on ARCH_R9A07G044 || COMPILE_TEST
|
||||||
|
select RENESAS_DMA
|
||||||
|
select DMA_VIRTUAL_CHANNELS
|
||||||
|
help
|
||||||
|
This driver supports the general purpose DMA controller found in the
|
||||||
|
Renesas RZ/G2L SoC variants.
|
||||||
|
|||||||
@@ -15,3 +15,4 @@ obj-$(CONFIG_SH_DMAE) += shdma.o
|
|||||||
|
|
||||||
obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
|
obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
|
||||||
obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o
|
obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o
|
||||||
|
obj-$(CONFIG_RZ_DMAC) += rz-dmac.o
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user