diff options
author | Baruch Siach <baruch@tkos.co.il> | 2014-01-31 05:07:48 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-03 07:19:59 -0500 |
commit | 794f61a30e115f44821d8c3cf812a969be48a8a5 (patch) | |
tree | 6aab81df88e3115982a6a37eaf154e6325840a7e | |
parent | 2418991efb7b1f9fc574771450ac17689682b3f6 (diff) |
spi: dw-mmio: remove HAVE_CLK build dependecy
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>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ba9310bc9acb..b1fc8eb64f7e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -546,7 +546,7 @@ config SPI_DW_MID_DMA | |||
546 | 546 | ||
547 | config SPI_DW_MMIO | 547 | config SPI_DW_MMIO |
548 | tristate "Memory-mapped io interface driver for DW SPI core" | 548 | tristate "Memory-mapped io interface driver for DW SPI core" |
549 | depends on SPI_DESIGNWARE && HAVE_CLK | 549 | depends on SPI_DESIGNWARE |
550 | 550 | ||
551 | # | 551 | # |
552 | # There are lots of SPI device types, with sensors and memory | 552 | # There are lots of SPI device types, with sensors and memory |