public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 1/2] spi: Add Designware SPI controller Kconfig entry
@ 2015-03-05 20:51 Marek Vasut
  2015-03-05 20:51 ` [U-Boot] [PATCH V2 2/2] spi: Add Cadence QSPI " Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Marek Vasut @ 2015-03-05 20:51 UTC (permalink / raw)
  To: u-boot

Add DWC SPI controller Kconfig entry.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
---
 drivers/spi/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

V2: Improve the help text.

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 7ae2727..0f1d740 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -10,3 +10,11 @@ config DM_SPI
 	  as 'parent data' to every slave on each bus. Slaves
 	  typically use driver-private data instead of extending the
 	  spi_slave structure.
+
+config DESIGNWARE_SPI
+	bool "Designware SPI driver"
+	depends on DM_SPI
+	help
+	  Enable the Designware SPI driver. This driver can be used to
+	  access the SPI NOR flash on platforms embedding this Designware
+	  IP core.
-- 
2.1.3

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

end of thread, other threads:[~2015-03-30 14:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 20:51 [U-Boot] [PATCH V2 1/2] spi: Add Designware SPI controller Kconfig entry Marek Vasut
2015-03-05 20:51 ` [U-Boot] [PATCH V2 2/2] spi: Add Cadence QSPI " Marek Vasut
2015-03-05 21:46   ` Simon Glass
2015-03-05 21:51     ` Marek Vasut
2015-03-05 21:53       ` Simon Glass
2015-03-30 13:53         ` Marek Vasut
2015-03-30 14:07           ` Jagan Teki
2015-03-30 14:14             ` Marek Vasut
2015-03-06  6:52   ` Stefan Roese
2015-03-30 12:16     ` Jagan Teki
2015-03-30 13:50       ` Marek Vasut
2015-03-05 21:46 ` [U-Boot] [PATCH V2 1/2] spi: Add Designware SPI " Simon Glass
2015-03-06  6:51 ` Stefan Roese
2015-03-06 10:47 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox