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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/dma/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sh/Makefile b/drivers/dma/sh/Makefile index eceaf469f5e3..c07ca4612e46 100644 --- a/drivers/dma/sh/Makefile +++ b/drivers/dma/sh/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o obj-$(CONFIG_SH_DMAE) += shdma.o +obj-$(CONFIG_SUDMAC) += sudmac.o |