[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100122124515.2619.14103.stgit@station520.octasic.com>
Date: Fri, 22 Jan 2010 07:45:39 -0500
From: Jean-Hugues Deschenes <jean-hugues.deschenes@...asic.com>
To: Grant Likely <grant.likely@...retlab.ca>
Cc: spi-devel-general@...ts.sourceforge.net,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] dw_spi_mmio depends on HAVE_CLK
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@...asic.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists