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

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

index b3b333e9ec0c88422aa16fdff6cc25e2e9941d22..588d29ac0d7558c2ab0c4dd7955618e2574fdf76 100644 (file)
@@ -54,6 +54,13 @@ config FSL_QSPI
          used to access the SPI NOR flash on platforms embedding this
          Freescale IP core.
 
+config ICH_SPI
+       bool "Intel ICH SPI driver"
+       help
+         Enable the Intel ICH SPI driver. This driver can be used to
+         access the SPI NOR flash on platforms embedding this Intel
+         ICH IP core.
+
 config SANDBOX_SPI
        bool "Sandbox SPI driver"
        depends on SANDBOX && DM