aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2012-10-18 17:34:07 +0300
committerVinod Koul <vinod.koul@intel.com>2013-01-07 22:04:47 -0800
commitb73d6c0ae4d74588a2653835a2452944722cc64b (patch)
tree146ca5faa7f799351fb763516ef9dc7563e45374 /drivers
parentARM: SPEAr13xx: Pass DW DMAC platform data from DT (diff)
downloadlinux-dev-b73d6c0ae4d74588a2653835a2452944722cc64b.tar.xz
linux-dev-b73d6c0ae4d74588a2653835a2452944722cc64b.zip
dmaengine: dw_dmac: remove CLK dependency
This driver could be used on different platforms. Thus, the HAVE_CLK dependency is dropped away. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Felipe Balbi <balbi@ti.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 93ea87e59fdf..6761cc8a59d5 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -83,7 +83,6 @@ config INTEL_IOP_ADMA
config DW_DMAC
tristate "Synopsys DesignWare AHB DMA support"
- depends on HAVE_CLK
select DMA_ENGINE
default y if CPU_AT32AP7000
help