summary refs log tree commit diff
path: root/drivers
diff options
context:
space:
mode:
authorSudeep Dutt <sudeep.dutt@intel.com>2014-07-14 14:23:52 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-16 13:47:54 -0700
commitce05b68692f0e366384de96ddd07821c7bf364be (patch)
tree1dd239b0eedb195aa0aa8a00de5be16a41f485e5 /drivers
parente1ada0f2c2286f113870b186a563eaee86d80f3c (diff)
downloadlinux-ce05b68692f0e366384de96ddd07821c7bf364be.tar.gz
dma: Fix MIC X100 DMA Driver Kconfig option
Select DMA_ENGINE instead of DMAENGINE and delete the default
line as the default is 'n' anyways.

Link: https://lkml.org/lkml/2014/7/14/90
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 7c8b8c41f4f4..8f6afbf9ba54 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -36,8 +36,7 @@ comment "DMA Devices"
 config INTEL_MIC_X100_DMA
 	tristate "Intel MIC X100 DMA Driver"
 	depends on 64BIT && X86 && INTEL_MIC_BUS
-	select DMAENGINE
-	default N
+	select DMA_ENGINE
 	help
 	  This enables DMA support for the Intel Many Integrated Core
 	  (MIC) family of PCIe form factor coprocessor X100 devices that