projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ea308
)
spi: Kconfig: Add FSL_ESPI entry
author
Jagan Teki
<jteki@openedev.com>
Sat, 27 Jun 2015 09:51:36 +0000
(15:21 +0530)
committer
Jagan Teki
<jteki@openedev.com>
Wed, 1 Jul 2015 16:09:04 +0000
(21:39 +0530)
Added FSL_ESPI entry on Kconfig with help description.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Haikun Wang <haikun.wang@freescale.com>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 9c6c5d51e89e2b069127066ae9be17b06828085d..2c0046d2091670e2ba0396e3261733a1d5bf6849 100644
(file)
--- 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