Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374660
b: refs/heads/master
c: 18a1053
h: refs/heads/master
v: v3
  • Loading branch information
Shimoda, Yoshihiro authored and Vinod Koul committed Apr 30, 2013
1 parent f78b8b1 commit 784bf6e
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 189b4ee8e9daf349db80f47b81edec67d223a953
refs/heads/master: 18a1053f7b85acdda2428c9f694101070cb8e62a
6 changes: 6 additions & 0 deletions trunk/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 trunk/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 784bf6e

Please sign in to comment.