]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
dmaengine: dw_dmac: remove CLK dependency
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Thu, 18 Oct 2012 14:34:07 +0000 (17:34 +0300)
committerVinod Koul <vinod.koul@intel.com>
Tue, 8 Jan 2013 06:04:47 +0000 (22:04 -0800)
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>
drivers/dma/Kconfig

index 93ea87e59fdf0ac08c53babb531a840d152f8fa1..6761cc8a59d5e68e18b6f4e4a5a0727c601a7d25 100644 (file)
@@ -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