]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/Kconfig
spi: Kconfig: Add ICH_SPI entry
[karo-tx-uboot.git] / 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