-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 374659 b: refs/heads/master c: 189b4ee h: refs/heads/master i: 374657: 5e68892 374655: 821bc6a v: v3
- Loading branch information
Shimoda, Yoshihiro
authored and
Vinod Koul
committed
Apr 30, 2013
1 parent
d07c681
commit f78b8b1
Showing
5 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bbe89c8e3d598129b728d1388c3ad9abe4e8e261 | ||
refs/heads/master: 189b4ee8e9daf349db80f47b81edec67d223a953 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# DMA engine configuration for sh | ||
# | ||
|
||
config SH_DMAE_BASE | ||
bool "Renesas SuperH DMA Engine support" | ||
depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE) | ||
depends on !SH_DMA_API | ||
default y | ||
select DMA_ENGINE | ||
help | ||
Enable support for the Renesas SuperH DMA controllers. | ||
|
||
config SH_DMAE | ||
tristate "Renesas SuperH DMAC support" | ||
depends on SH_DMAE_BASE | ||
help | ||
Enable support for the Renesas SuperH DMA controllers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
obj-$(CONFIG_SH_DMAE) += shdma-base.o | ||
obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o | ||
obj-$(CONFIG_SH_DMAE) += shdma.o |