]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
spi: Kconfig: Add EXYNOS_SPI entry
authorJagan Teki <jteki@openedev.com>
Sat, 27 Jun 2015 10:02:19 +0000 (15:32 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:34 +0000 (00:47 +0200)
Added EXYNOS_SPI entry on Kconfig with help description.

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

index 06dde9049eae213e976da63e4c8134a176761676..b3b333e9ec0c88422aa16fdff6cc25e2e9941d22 100644 (file)
@@ -32,6 +32,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