Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757Ab1BQHZU (ORCPT ); Thu, 17 Feb 2011 02:25:20 -0500 Received: from eu1sys200aog112.obsmtp.com ([207.126.144.133]:34083 "EHLO eu1sys200aog112.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751028Ab1BQHZR (ORCPT ); Thu, 17 Feb 2011 02:25:17 -0500 From: Viresh Kumar To: , Cc: , , , Viresh Kumar Subject: [PATCH 1/7] dw_dmac: Remove compilation dependency from AVR32 Date: Thu, 17 Feb 2011 12:54:51 +0530 Message-ID: X-Mailer: git-send-email 1.7.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 27 This will be used in SPEAr, ARM family. Signed-off-by: Viresh Kumar --- drivers/dma/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 1c28816..95c7db7 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -82,7 +82,6 @@ config INTEL_IOP_ADMA config DW_DMAC tristate "Synopsys DesignWare AHB DMA support" - depends on AVR32 select DMA_ENGINE default y if CPU_AT32AP7000 help -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/