diff options
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | 2013-04-23 13:00:12 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-04-30 12:20:12 +0200 |
commit | 18a1053f7b85acdda2428c9f694101070cb8e62a (patch) | |
tree | 483b29e4ac010e751e958ea9e310b6b49c47d384 /drivers/dma/sh/Kconfig | |
parent | dma: sh: add Kconfig (diff) | |
download | linux-18a1053f7b85acdda2428c9f694101070cb8e62a.tar.xz linux-18a1053f7b85acdda2428c9f694101070cb8e62a.zip |
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/Kconfig | 6 |
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 depends on SH_DMAE_BASE help Enable support for the Renesas SuperH DMA controllers. + +config SUDMAC + tristate "Renesas SUDMAC support" + depends on SH_DMAE_BASE + help + Enable support for the Renesas SUDMAC controllers. |