[U-Boot] [PATCH 14/20] spi: Kconfig: Add FSL_ESPI entry

Jagan Teki jteki at openedev.com
Sat Jun 27 20:13:57 CEST 2015


Added FSL_ESPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki at openedev.com>
Cc: Haikun Wang <haikun.wang at freescale.com>
---
 drivers/spi/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 9c6c5d5..2c0046d 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
-- 
1.9.1



More information about the U-Boot mailing list