]> git.sur5r.net Git - u-boot/commitdiff
spi: Kconfig: Move FSL_QSPI entry to non-dm place
authorJagan Teki <jteki@openedev.com>
Sat, 3 Sep 2016 07:28:33 +0000 (12:58 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 22 Sep 2016 08:46:28 +0000 (14:16 +0530)
Since FSL_QSPI driver still supporting non-dm code
better to move the Kconfig from DM undefined place.

Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/spi/Kconfig

index aca385d5e59f69367fb62e5fca00e708a436b6bc..5da66a6de0f6f2a4524f2aadbcc20529be877fc4 100644 (file)
@@ -61,13 +61,6 @@ config FSL_DSPI
          this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
          use this driver.
 
          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 ICH_SPI
        bool "Intel ICH SPI driver"
        help
 config ICH_SPI
        bool "Intel ICH SPI driver"
        help
@@ -188,6 +181,13 @@ config FSL_ESPI
          access the SPI interface and SPI NOR flash on platforms embedding
          this Freescale eSPI IP core.
 
          access the SPI interface and SPI NOR flash on platforms embedding
          this Freescale eSPI IP core.
 
+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 TI_QSPI
        bool "TI QSPI driver"
        help
 config TI_QSPI
        bool "TI QSPI driver"
        help