[U-Boot] [PATCH 16/20] spi: Kconfig: Add EXYNOS_SPI entry

Jagan Teki jteki at openedev.com
Sat Jun 27 20:13:59 CEST 2015


Added EXYNOS_SPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki at openedev.com>
Cc: Simon Glass <sjg at chromium.org>
---
 drivers/spi/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index e4a90e8..d5e6881 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -29,6 +29,13 @@ config DESIGNWARE_SPI
 	  access the SPI NOR flash on platforms embedding this Designware
 	  IP core.
 
+config EXYNOS_SPI
+	bool "Samsung Exynos SPI driver"
+	help
+	  Enable the Samsung Exynos SPI driver. This driver can be used to
+	  access the SPI NOR flash on platforms embedding this Samsung
+	  Exynos IP core.
+
 config FSL_DSPI
 	bool "Freescale DSPI driver"
 	help
-- 
1.9.1



More information about the U-Boot mailing list