Skip to content

Commit

Permalink
spi: dw-mmio: remove HAVE_CLK build dependecy
Browse files Browse the repository at this point in the history
Since 93abe8e (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>
  • Loading branch information
Baruch Siach authored and Mark Brown committed Feb 3, 2014
1 parent 2418991 commit 794f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,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
Expand Down

0 comments on commit 794f61a

Please sign in to comment.