]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dma: Fix MIC X100 DMA Driver Kconfig option
authorSudeep Dutt <sudeep.dutt@intel.com>
Mon, 14 Jul 2014 21:23:52 +0000 (14:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:47:54 +0000 (13:47 -0700)
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>
drivers/dma/Kconfig

index 7c8b8c41f4f43df8d25da54c0582a25e4b0ee9bb..8f6afbf9ba54103b88dc888ee724e3ff459eb16c 100644 (file)
@@ -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