Commit ce05b686 authored by Sudeep Dutt's avatar Sudeep Dutt Committed by Greg Kroah-Hartman

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/90Reported-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarSudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e1ada0f2
...@@ -36,8 +36,7 @@ comment "DMA Devices" ...@@ -36,8 +36,7 @@ comment "DMA Devices"
config INTEL_MIC_X100_DMA config INTEL_MIC_X100_DMA
tristate "Intel MIC X100 DMA Driver" tristate "Intel MIC X100 DMA Driver"
depends on 64BIT && X86 && INTEL_MIC_BUS depends on 64BIT && X86 && INTEL_MIC_BUS
select DMAENGINE select DMA_ENGINE
default N
help help
This enables DMA support for the Intel Many Integrated Core This enables DMA support for the Intel Many Integrated Core
(MIC) family of PCIe form factor coprocessor X100 devices that (MIC) family of PCIe form factor coprocessor X100 devices that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment