diff mbox

[char-misc-next,2/2] dma: Fix MIC X100 DMA Driver Kconfig option

Message ID 2eadff30dc5e9642b82f523c0398bf20109dd622.1405370827.git.sudeep.dutt@intel.com (mailing list archive)
State Accepted
Commit ce05b68692f0
Headers show

Commit Message

Sudeep Dutt July 14, 2014, 9:23 p.m. UTC
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>
---
 drivers/dma/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Paul Bolle July 14, 2014, 9:30 p.m. UTC | #1
On Mon, 2014-07-14 at 14:23 -0700, Sudeep Dutt wrote:
> 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>

Thanks for picking this up!


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 7c8b8c4..8f6afbf 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