projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53c758
)
dmaengine: dw: don't prompt for DW_DMAC_CORE
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 22 Apr 2015 06:54:13 +0000
(12:24 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 22 Apr 2015 06:54:13 +0000
(12:24 +0530)
DW_DMAC_CORE is slected by PCI or Platform driver, so this symbol shouldn't
be user selectable, so remove the prompt
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/dma/dw/Kconfig
b/drivers/dma/dw/Kconfig
index dcfe964cc8dc3138da6262fb6f453b3a421b45f7..36e02f0f645e33382412a4d6718ef43ce8f12d13 100644
(file)
--- a/
drivers/dma/dw/Kconfig
+++ b/
drivers/dma/dw/Kconfig
@@
-3,7
+3,7
@@
#
config DW_DMAC_CORE
- tristate
"Synopsys DesignWare AHB DMA support"
+ tristate
select DMA_ENGINE
config DW_DMAC