mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-04 13:31:37 +00:00
spi: kconfig: add soft spi Kconfig entry
Add the Kconfig entry for SOFT_SPI which uses gpio to simulate the SPI signals. We use it for accessing 74x164 on some i.MX boards. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Jagan Teki <jagan@openedev.com> Cc: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
e02ec19f4d
commit
41eb8ff5ea
1 changed files with 6 additions and 0 deletions
|
@ -197,6 +197,12 @@ config OMAP3_SPI
|
||||||
|
|
||||||
endif # if DM_SPI
|
endif # if DM_SPI
|
||||||
|
|
||||||
|
config SOFT_SPI
|
||||||
|
bool "Soft SPI driver"
|
||||||
|
help
|
||||||
|
Enable Soft SPI driver. This driver is to use GPIO simulate
|
||||||
|
the SPI protocol.
|
||||||
|
|
||||||
config FSL_ESPI
|
config FSL_ESPI
|
||||||
bool "Freescale eSPI driver"
|
bool "Freescale eSPI driver"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue