mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 04:59:57 +01:00
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>
This commit is contained in:
parent
94ea308d75
commit
3debffa704
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue