summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 15:21:36 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:39:04 +0530
commit3debffa7043ca44c0aa314bea19b60c08bdf5e51 (patch)
tree95a73195c7d6f059b28792c269a0826c8a5aa80f /drivers
parent94ea308d758fd0621450c542c2ba46db28ddf2ef (diff)
downloadblackbird-obmc-uboot-3debffa7043ca44c0aa314bea19b60c08bdf5e51.tar.gz
blackbird-obmc-uboot-3debffa7043ca44c0aa314bea19b60c08bdf5e51.zip
spi: Kconfig: Add FSL_ESPI entry
Added FSL_ESPI 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')
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 9c6c5d51e8..2c0046d209 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -80,6 +80,13 @@ config ZYNQ_SPI
endif # if DM_SPI
+config FSL_ESPI
+ bool "Freescale eSPI driver"
+ help
+ Enable the Freescale eSPI driver. This driver can be used to
+ access the SPI interface and SPI NOR flash on platforms embedding
+ this Freescale eSPI IP core.
+
config TI_QSPI
bool "TI QSPI driver"
help
OpenPOWER on IntegriCloud