diff mbox

[U-Boot,1/2] spi: Kconfig: Move FSL_QSPI entry to non-dm place

Message ID 1474488132-30958-1-git-send-email-jagannadh.teki@gmail.com
State Accepted
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Jagan Teki Sept. 21, 2016, 8:02 p.m. UTC
From: Jagan Teki <jteki@openedev.com>

Since FSL_QSPI driver still supporting non-dm code
better to move the Kconfig from DM undefined place.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
---
 drivers/spi/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Peng Fan Sept. 22, 2016, 8:18 a.m. UTC | #1
On Thu, Sep 22, 2016 at 01:32:11AM +0530, Jagan Teki wrote:
>From: Jagan Teki <jteki@openedev.com>
>
>Since FSL_QSPI driver still supporting non-dm code
>better to move the Kconfig from DM undefined place.
>
>Cc: Stefano Babic <sbabic@denx.de>
>Cc: Peng Fan <peng.fan@nxp.com>
>Signed-off-by: Jagan Teki <jteki@openedev.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

Thanks,
Peng.
>---
> drivers/spi/Kconfig | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
>diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
>index aca385d..5da66a6 100644
>--- a/drivers/spi/Kconfig
>+++ b/drivers/spi/Kconfig
>@@ -61,13 +61,6 @@ 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 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.
> 
>+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
>-- 
>2.7.4
>
>_______________________________________________
>U-Boot mailing list
>U-Boot@lists.denx.de
>http://lists.denx.de/mailman/listinfo/u-boot
Jagan Teki Sept. 22, 2016, 8:53 a.m. UTC | #2
On Thu, Sep 22, 2016 at 1:48 PM, Peng Fan <van.freenix@gmail.com> wrote:
> On Thu, Sep 22, 2016 at 01:32:11AM +0530, Jagan Teki wrote:
>>From: Jagan Teki <jteki@openedev.com>
>>
>>Since FSL_QSPI driver still supporting non-dm code
>>better to move the Kconfig from DM undefined place.
>>
>>Cc: Stefano Babic <sbabic@denx.de>
>>Cc: Peng Fan <peng.fan@nxp.com>
>>Signed-off-by: Jagan Teki <jteki@openedev.com>
>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>

Applied to u-boot-spi/master

thanks!
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index aca385d..5da66a6 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -61,13 +61,6 @@  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 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.
 
+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