mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
3debffa704
commit
91c22d046c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue