From: Jagan Teki <jteki@openedev.com>
Date: Sat, 27 Jun 2015 09:51:36 +0000 (+0530)
Subject: spi: Kconfig: Add FSL_ESPI entry
X-Git-Tag: v2025.01-rc5-pxa1908~12637^2~12
X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B?a=commitdiff_plain;h=3debffa7043ca44c0aa314bea19b60c08bdf5e51;p=u-boot.git

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>
---

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