From: Jagan Teki <jteki@openedev.com>
Date: Sat, 27 Jun 2015 10:02:19 +0000 (+0530)
Subject: spi: Kconfig: Add EXYNOS_SPI entry
X-Git-Tag: v2025.01-rc5-pxa1908~12637^2~10
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=c354eee8d02eba1e24ff863023ba842f9c91e226;p=u-boot.git

spi: Kconfig: Add EXYNOS_SPI entry

Added EXYNOS_SPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index e4a90e8eb0..d5e688116d 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