Skip to content
Snippets Groups Projects
Commit 794f61a3 authored by Baruch Siach's avatar Baruch Siach Committed by Mark Brown
Browse files

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 2418991e
No related branches found
No related tags found
No related merge requests found
...@@ -546,7 +546,7 @@ config SPI_DW_MID_DMA ...@@ -546,7 +546,7 @@ config SPI_DW_MID_DMA
config SPI_DW_MMIO config SPI_DW_MMIO
tristate "Memory-mapped io interface driver for DW SPI core" 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 # There are lots of SPI device types, with sensors and memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment