Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f44ad7e9 authored by Viresh Kumar's avatar Viresh Kumar Committed by Vinod Koul
Browse files

dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK



This driver will now be used in atleast two platforms AVR32 & ARM. And there is
no actual hardware dependency of this driver over AVR32 or ARM. So this
dependency can be removed altogether.

Also dw_dmac driver uses clk framework and must have compilation dependency on
HAVE_CLK

Signed-off-by: default avatarViresh Kumar <viresh.kumar@st.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent a580b8c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ config INTEL_IOP_ADMA

config DW_DMAC
	tristate "Synopsys DesignWare AHB DMA support"
	depends on AVR32
	depends on HAVE_CLK
	select DMA_ENGINE
	default y if CPU_AT32AP7000
	help