linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
@ 2017-08-25  8:12 Bin Meng
  2017-08-25 10:40 ` Mika Westerberg
  2017-10-11  8:03 ` Cyrille Pitchen
  0 siblings, 2 replies; 12+ messages in thread
From: Bin Meng @ 2017-08-25  8:12 UTC (permalink / raw)
  To: Mika Westerberg, Cyrille Pitchen, Boris Brezillon, Marek Vasut,
	Brian Norris, Richard Weinberger, David Woodhouse, linux-mtd,
	linux-kernel
  Cc: Stefan Roese

The Intel SPI-NOR driver is dependent on LPC_ICH to get the platform
data. Select it in the Kconfig.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 drivers/mtd/spi-nor/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index bfdfb1e..e998800 100644
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -93,6 +93,7 @@ config SPI_INTEL_SPI_PLATFORM
 	tristate "Intel PCH/PCU SPI flash platform driver" if EXPERT
 	depends on X86
 	select SPI_INTEL_SPI
+	select LPC_ICH
 	help
 	  This enables platform support for the Intel PCH/PCU SPI
 	  controller in master mode. This controller is present in modern
-- 
2.9.2

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

end of thread, other threads:[~2017-10-24  7:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25  8:12 [PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH Bin Meng
2017-08-25 10:40 ` Mika Westerberg
2017-08-25 12:11   ` Bin Meng
2017-08-27 14:44     ` Mika Westerberg
2017-08-25 12:12   ` Stefan Roese
2017-10-11  8:03 ` Cyrille Pitchen
2017-10-13 11:15   ` Arnd Bergmann
2017-10-14  6:09     ` Cyrille Pitchen
2017-10-15 13:38     ` Bin Meng
2017-10-16 12:34       ` Arnd Bergmann
2017-10-23 12:12       ` Mika Westerberg
2017-10-24  7:08         ` Bin Meng

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).