aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/Kconfig
diff options
context:
space:
mode:
authorShimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com>2013-04-23 07:00:12 -0400
committerVinod Koul <vinod.koul@intel.com>2013-04-30 06:20:12 -0400
commit18a1053f7b85acdda2428c9f694101070cb8e62a (patch)
tree483b29e4ac010e751e958ea9e310b6b49c47d384 /drivers/dma/sh/Kconfig
parent189b4ee8e9daf349db80f47b81edec67d223a953 (diff)
sudmac: add support for SUDMAC
Some Renesas USB modules have SUDMAC. This patch supports it using the shdma-base driver. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh/Kconfig')
-rw-r--r--drivers/dma/sh/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig
index c0f7a3763f3d..5c1dee20c13e 100644
--- a/drivers/dma/sh/Kconfig
+++ b/drivers/dma/sh/Kconfig
@@ -16,3 +16,9 @@ config SH_DMAE
16 depends on SH_DMAE_BASE 16 depends on SH_DMAE_BASE
17 help 17 help
18 Enable support for the Renesas SuperH DMA controllers. 18 Enable support for the Renesas SuperH DMA controllers.
19
20config SUDMAC
21 tristate "Renesas SUDMAC support"
22 depends on SH_DMAE_BASE
23 help
24 Enable support for the Renesas SUDMAC controllers.