[PATCHv2 1/4] dmaengine: dw_dmac: remove CLK dependency

2012-10-17 Thread Andy Shevchenko
From: Heikki Krogerus 

This driver could be used on different platforms. Thus, the HAVE_CLK dependency
is dropped away.

Signed-off-by: Heikki Krogerus 
Signed-off-by: Andy Shevchenko 
Reviewed-by: Felipe Balbi 
Acked-by: Viresh Kumar 
---
 drivers/dma/Kconfig |1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 677cd6e..df32537 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
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCHv2 1/4] dmaengine: dw_dmac: remove CLK dependency

2012-10-17 Thread Andy Shevchenko
From: Heikki Krogerus heikki.kroge...@linux.intel.com

This driver could be used on different platforms. Thus, the HAVE_CLK dependency
is dropped away.

Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com
Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com
Reviewed-by: Felipe Balbi ba...@ti.com
Acked-by: Viresh Kumar viresh.ku...@linaro.org
---
 drivers/dma/Kconfig |1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 677cd6e..df32537 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
-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/