linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dw_spi_mmio depends on HAVE_CLK
@ 2010-01-22 12:45 Jean-Hugues Deschenes
  2010-01-22 17:31 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Hugues Deschenes @ 2010-01-22 12:45 UTC (permalink / raw)
  To: Grant Likely; +Cc: spi-devel-general, linux-next, linux-kernel

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>
---
 drivers/spi/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 505f1c2..c1ac092 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -319,7 +319,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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-22 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 12:45 [PATCH] dw_spi_mmio depends on HAVE_CLK Jean-Hugues Deschenes
2010-01-22 17:31 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).