]> git.kernelconcepts.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)
committerJagan Teki <jteki@openedev.com>
Wed, 1 Jul 2015 16:09:05 +0000 (21:39 +0530)
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 e4a90e8eb01b1b9afdbad3422ac4d83079b09e73..d5e688116d4c57bca4fa28318e5e8d6cee59efe7 100644 (file)
@@ -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