projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f93620
)
dmaengine: mmp_tdma: fix the arch dependency
author
Vinod Koul
<vinod.koul@linux.intel.com>
Fri, 22 Jun 2012 04:59:53 +0000
(10:29 +0530)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Sat, 23 Jun 2012 07:44:17 +0000
(13:14 +0530)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index 90fec0e0e8f5b52ead7cc697a30a3934ae24bbcd..d45cf1bcbde5f6b096d5cf38bf13b9c9ddf23a86 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-276,7
+276,7
@@
config DMA_SA11X0
config MMP_TDMA
bool "MMP Two-Channel DMA support"
- de
fault
ARCH_MMP
+ de
pends on
ARCH_MMP
select DMA_ENGINE
help
Support the MMP Two-Channel DMA engine.