Skip to content

Commit

Permalink
spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLK
Browse files Browse the repository at this point in the history
dw_spi_mmio is dependent on the clock framework. This marks it as such
in Kconfig.

Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Jean-Hugues Deschenes authored and Grant Likely committed Jan 22, 2010
1 parent 8ca8d15 commit 212b3c8
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 @@ -336,7 +336,7 @@ config SPI_DW_PCI

config SPI_DW_MMIO
tristate "Memory-mapped io interface driver for DW SPI core"
depends on SPI_DESIGNWARE
depends on SPI_DESIGNWARE && HAVE_CLK

#
# There are lots of SPI device types, with sensors and memory
Expand Down

0 comments on commit 212b3c8

Please sign in to comment.