forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/dma/sh/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 #
23 # DMA engine configuration for sh
34 #
....@@ -12,7 +13,7 @@
1213
1314 config SH_DMAE_BASE
1415 bool "Renesas SuperH DMA Engine support"
15
- depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
16
+ depends on SUPERH || COMPILE_TEST
1617 depends on !SUPERH || SH_DMA
1718 depends on !SH_DMA_API
1819 default y
....@@ -30,22 +31,13 @@
3031 help
3132 Enable support for the Renesas SuperH DMA controllers.
3233
33
-if SH_DMAE
34
-
35
-config SH_DMAE_R8A73A4
36
- def_bool y
37
- depends on ARCH_R8A73A4
38
- depends on OF
39
-
40
-endif
41
-
4234 config RCAR_DMAC
43
- tristate "Renesas R-Car Gen2 DMA Controller"
35
+ tristate "Renesas R-Car Gen{2,3} and RZ/G{1,2} DMA Controller"
4436 depends on ARCH_RENESAS || COMPILE_TEST
4537 select RENESAS_DMA
4638 help
4739 This driver supports the general purpose DMA controller found in the
48
- Renesas R-Car second generation SoCs.
40
+ Renesas R-Car Gen{2,3} and RZ/G{1,2} SoCs.
4941
5042 config RENESAS_USB_DMAC
5143 tristate "Renesas USB-DMA Controller"
....@@ -55,9 +47,3 @@
5547 help
5648 This driver supports the USB-DMA controller found in the Renesas
5749 SoCs.
58
-
59
-config SUDMAC
60
- tristate "Renesas SUDMAC support"
61
- depends on SH_DMAE_BASE
62
- help
63
- Enable support for the Renesas SUDMAC controllers.