diff options
author | Jagan Teki <jteki@openedev.com> | 2015-06-27 15:23:07 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 21:39:04 +0530 |
commit | 91c22d046c542361fea2e0398772d646a4d75560 (patch) | |
tree | adbf4ef904034ffd02a9041c8689de8d011faacd /drivers/spi | |
parent | 3debffa7043ca44c0aa314bea19b60c08bdf5e51 (diff) | |
download | u-boot-imx-91c22d046c542361fea2e0398772d646a4d75560.zip u-boot-imx-91c22d046c542361fea2e0398772d646a4d75560.tar.gz u-boot-imx-91c22d046c542361fea2e0398772d646a4d75560.tar.bz2 |
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2c0046d..e4a90e8 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 |