Skip to content

Commit

Permalink
sudmac: add support for SUDMAC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shimoda, Yoshihiro authored and Vinod Koul committed Apr 30, 2013
1 parent 189b4ee commit 18a1053
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/dma/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions drivers/dma/sh/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o
obj-$(CONFIG_SH_DMAE) += shdma.o
obj-$(CONFIG_SUDMAC) += sudmac.o
Loading

0 comments on commit 18a1053

Please sign in to comment.