aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-04-22 12:24:13 +0530
committerVinod Koul <vinod.koul@intel.com>2015-04-22 12:24:13 +0530
commitcdde0e61cf2d41123604c6c9d8f09ef5c23464ee (patch)
tree49df3f8d7544aa01acc11e25f47548a21f6e903f /drivers/dma/dw
parentMerge branch 'topic/sh' into for-linus (diff)
downloadlinux-dev-cdde0e61cf2d41123604c6c9d8f09ef5c23464ee.tar.xz
linux-dev-cdde0e61cf2d41123604c6c9d8f09ef5c23464ee.zip
dmaengine: dw: don't prompt for DW_DMAC_CORE
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>
Diffstat (limited to 'drivers/dma/dw')
-rw-r--r--drivers/dma/dw/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig
index dcfe964cc8dc..36e02f0f645e 100644
--- 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