From: Jagan Teki <jteki@openedev.com>
Date: Sat, 27 Jun 2015 09:53:07 +0000 (+0530)
Subject: spi: Kconfig: Add FSL_QSPI entry
X-Git-Tag: v2025.01-rc5-pxa1908~12637^2~11
X-Git-Url: http://git.dujemihanovic.xyz/img/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=91c22d046c542361fea2e0398772d646a4d75560;p=u-boot.git

spi: Kconfig: Add FSL_QSPI entry

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>
---

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2c0046d209..e4a90e8eb0 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -37,6 +37,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