diff options
Diffstat (limited to 'drivers/spi')
-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 1d1e39686c38..0fee95cd9a49 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -336,7 +336,7 @@ config SPI_DW_PCI | |||
336 | 336 | ||
337 | config SPI_DW_MMIO | 337 | config SPI_DW_MMIO |
338 | tristate "Memory-mapped io interface driver for DW SPI core" | 338 | tristate "Memory-mapped io interface driver for DW SPI core" |
339 | depends on SPI_DESIGNWARE | 339 | depends on SPI_DESIGNWARE && HAVE_CLK |
340 | 340 | ||
341 | # | 341 | # |
342 | # There are lots of SPI device types, with sensors and memory | 342 | # There are lots of SPI device types, with sensors and memory |