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

Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Peng Fan <Peng.Fan@freescale.com>
Cc: Haikun Wang <haikun.wang@freescale.com>
drivers/spi/Kconfig

index 54c14f22291764860239495d98f16b52345fc1c1..06dde9049eae213e976da63e4c8134a176761676 100644 (file)
@@ -40,6 +40,13 @@ config FSL_DSPI
          this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
          use this driver.
 
+config FSL_QSPI
+       bool "Freescale QSPI driver"
+       help
+         Enable the Freescale Quad-SPI (QSPI) driver. This driver can be
+         used to access the SPI NOR flash on platforms embedding this
+         Freescale IP core.
+
 config SANDBOX_SPI
        bool "Sandbox SPI driver"
        depends on SANDBOX && DM