We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab959c7 commit 5000d37Copy full SHA for 5000d37
drivers/dma/sh/Kconfig
@@ -47,3 +47,12 @@ config RENESAS_USB_DMAC
47
help
48
This driver supports the USB-DMA controller found in the Renesas
49
SoCs.
50
+
51
+config RZ_DMAC
52
+ tristate "Renesas RZ/G2L DMA Controller"
53
+ depends on ARCH_R9A07G044 || COMPILE_TEST
54
+ select RENESAS_DMA
55
+ select DMA_VIRTUAL_CHANNELS
56
+ help
57
+ This driver supports the general purpose DMA controller found in the
58
+ Renesas RZ/G2L SoC variants.
drivers/dma/sh/Makefile
@@ -15,3 +15,4 @@ obj-$(CONFIG_SH_DMAE) += shdma.o
15
16
obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
17
obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o
18
+obj-$(CONFIG_RZ_DMAC) += rz-dmac.o
0 commit comments