summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 15:43:27 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:39:05 +0530
commit456360102cf609a8990e3c65911b6631e96c3795 (patch)
treea60ad54936248b709413ac9f8de2771618991498 /drivers
parentc354eee8d02eba1e24ff863023ba842f9c91e226 (diff)
downloadblackbird-obmc-uboot-456360102cf609a8990e3c65911b6631e96c3795.tar.gz
blackbird-obmc-uboot-456360102cf609a8990e3c65911b6631e96c3795.zip
spi: Kconfig: Add ICH_SPI entry
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>
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 d5e688116d..43f9faccd0 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -51,6 +51,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
OpenPOWER on IntegriCloud