public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] spi: Add Designware SPI controller Kconfig entry
@ 2015-03-04 22:22 Marek Vasut
  2015-03-04 22:22 ` [U-Boot] [PATCH 2/2] spi: Add Cadence QSPI " Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Marek Vasut @ 2015-03-04 22:22 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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 7ae2727..c0b2570 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -10,3 +10,9 @@ 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.
-- 
2.1.3

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

end of thread, other threads:[~2015-03-05 20:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 22:22 [U-Boot] [PATCH 1/2] spi: Add Designware SPI controller Kconfig entry Marek Vasut
2015-03-04 22:22 ` [U-Boot] [PATCH 2/2] spi: Add Cadence QSPI " Marek Vasut
2015-03-05  9:47   ` Stefan Roese
2015-03-05 15:58   ` Simon Glass
2015-03-05 16:14     ` Marek Vasut
2015-03-05 16:30       ` Stefan Roese
2015-03-05 16:39         ` Tom Rini
2015-03-05 16:47           ` Stefan Roese
2015-03-05 20:48             ` Marek Vasut
2015-03-05  9:47 ` [U-Boot] [PATCH 1/2] spi: Add Designware SPI " Stefan Roese
2015-03-05 10:57 ` Pavel Machek
2015-03-05 19:48 ` Simon Glass

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