diff mbox

[v3,5/5] spi: dw-mmio: remove HAVE_CLK build dependecy

Message ID 207f4522cbabac73422b54006ead761f25380013.1391162172.git.baruch@tkos.co.il (mailing list archive)
State Accepted
Commit 794f61a30e115f44821d8c3cf812a969be48a8a5
Headers show

Commit Message

Baruch Siach Jan. 31, 2014, 10:07 a.m. UTC
Since 93abe8e4 (clk: add non CONFIG_HAVE_CLK routines) code using clk.h
like this platform driver needs not depend on HAVE_CLK.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Jan. 31, 2014, 4:46 p.m. UTC | #1
On Fri, Jan 31, 2014 at 12:07:48PM +0200, Baruch Siach wrote:
> Since 93abe8e4 (clk: add non CONFIG_HAVE_CLK routines) code using clk.h
> like this platform driver needs not depend on HAVE_CLK.

Applied, thanks.
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 5072b71baf5e..bdfb74dbcf76 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -543,7 +543,7 @@  config SPI_DW_MID_DMA
 
 config SPI_DW_MMIO
 	tristate "Memory-mapped io interface driver for DW SPI core"
-	depends on SPI_DESIGNWARE && HAVE_CLK
+	depends on SPI_DESIGNWARE
 
 #
 # There are lots of SPI device types, with sensors and memory