summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 15:32:19 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:39:05 +0530
commitc354eee8d02eba1e24ff863023ba842f9c91e226 (patch)
treeb845886f84ee2a3ac00ff88f1b79f4e62431ed07 /drivers
parent91c22d046c542361fea2e0398772d646a4d75560 (diff)
downloadblackbird-obmc-uboot-c354eee8d02eba1e24ff863023ba842f9c91e226.tar.gz
blackbird-obmc-uboot-c354eee8d02eba1e24ff863023ba842f9c91e226.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
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
OpenPOWER on IntegriCloud