diff options
author | Jagan Teki <jteki@openedev.com> | 2015-06-27 14:17:06 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-01 21:39:04 +0530 |
commit | 94ea308d758fd0621450c542c2ba46db28ddf2ef (patch) | |
tree | e3213cb1cf42bfa86245c2d2487c8efe58802682 /drivers/spi | |
parent | e4976af8656878c708f9b90278648b39e6d88dc6 (diff) | |
download | u-boot-94ea308d758fd0621450c542c2ba46db28ddf2ef.tar.gz u-boot-94ea308d758fd0621450c542c2ba46db28ddf2ef.tar.xz u-boot-94ea308d758fd0621450c542c2ba46db28ddf2ef.zip |
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7277bbdc3c..9c6c5d51e8 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -29,6 +29,14 @@ config DESIGNWARE_SPI access the SPI NOR flash on platforms embedding this Designware 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 bool "Sandbox SPI driver" depends on SANDBOX && DM |