From ce05b68692f0e366384de96ddd07821c7bf364be Mon Sep 17 00:00:00 2001 From: Sudeep Dutt Date: Mon, 14 Jul 2014 14:23:52 -0700 Subject: 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 Signed-off-by: Sudeep Dutt Signed-off-by: Greg Kroah-Hartman --- drivers/dma/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/dma') 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 -- cgit v1.2.3