]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/Kconfig
spi: Kconfig: Add FSL_DSPI entry
[karo-tx-uboot.git] / drivers / spi / Kconfig
index dab80d573612c1401479f75afc3ff541138ac6a2..aaffe6b0f266fd9b6e177bedfd16bd53c148029f 100644 (file)
@@ -32,6 +32,14 @@ config DESIGNWARE_SPI
          access the SPI NOR flash on platforms embedding this Designware
          IP core.
 
+config FSL_DSPI
+       bool "Freescale DSPI driver"
+       help
+         Enable the Freescale DSPI driver. This driver can be used to
+         access the SPI NOR flash and SPI Data flash on platforms embedding
+         this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
+         use this driver.
+
 config SANDBOX_SPI
        bool "Sandbox SPI driver"
        depends on SANDBOX && DM