spi: Kconfig: Add FSL_DSPI entry

Added FSL_DSPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Haikun Wang <haikun.wang@freescale.com>
This commit is contained in:
Jagan Teki 2015-06-27 14:17:06 +05:30
parent e4976af865
commit 94ea308d75

View file

@ -29,6 +29,14 @@ config DESIGNWARE_SPI
access the SPI NOR flash on platforms embedding this Designware access the SPI NOR flash on platforms embedding this Designware
IP core. IP core.
config FSL_DSPI
bool "Freescale DSPI driver"
help
Enable the Freescale DSPI driver. This driver can be used to
access the SPI NOR flash and SPI Data flash on platforms embedding
this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
use this driver.
config SANDBOX_SPI config SANDBOX_SPI
bool "Sandbox SPI driver" bool "Sandbox SPI driver"
depends on SANDBOX && DM depends on SANDBOX && DM