From patchwork Mon Jul 14 21:23:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Dutt X-Patchwork-Id: 4549601 Return-Path: X-Original-To: patchwork-dmaengine@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8F1039F433 for ; Mon, 14 Jul 2014 21:24:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D7DB520136 for ; Mon, 14 Jul 2014 21:24:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DAD7E20149 for ; Mon, 14 Jul 2014 21:24:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757410AbaGNVYc (ORCPT ); Mon, 14 Jul 2014 17:24:32 -0400 Received: from mga02.intel.com ([134.134.136.20]:6400 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756734AbaGNVYa (ORCPT ); Mon, 14 Jul 2014 17:24:30 -0400 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 14 Jul 2014 14:24:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,660,1400050800"; d="scan'208";a="543266380" Received: from unknown (HELO localhost.ra.intel.com) ([10.10.34.161]) by orsmga001.jf.intel.com with ESMTP; 14 Jul 2014 14:24:29 -0700 From: Sudeep Dutt To: Greg Kroah-Hartman Cc: Dan Williams , Siva Yerramreddy , Ashutosh Dixit , Nikhil Rao , Sudeep Dutt , Paul Bolle , Himangi Saraogi , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: [PATCH char-misc-next 2/2] dma: Fix MIC X100 DMA Driver Kconfig option Date: Mon, 14 Jul 2014 14:23:52 -0700 Message-Id: <2eadff30dc5e9642b82f523c0398bf20109dd622.1405370827.git.sudeep.dutt@intel.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: In-Reply-To: References: Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- drivers/dma/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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