From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@st.com (Viresh Kumar) Date: Mon, 28 Feb 2011 16:11:16 +0530 Subject: [PATCH 1/8 resend] dw_dmac: Remove compilation dependency from AVR32 In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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