From: Jagan Teki Date: Sat, 27 Jun 2015 10:13:27 +0000 (+0530) Subject: spi: Kconfig: Add ICH_SPI entry X-Git-Tag: KARO-TX6-2015-09-18~1534 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e057b26afe43d015e5eea6e3f4cc6e0887ed6395;p=karo-tx-uboot.git spi: Kconfig: Add ICH_SPI entry Added ICH_SPI entry on Kconfig with help description. Signed-off-by: Jagan Teki Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b3b333e9ec..588d29ac0d 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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