Skip to content
Snippets Groups Projects
Commit 41eb8ff5 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

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: default avatarPeng Fan <peng.fan@nxp.com>
Cc: Jagan Teki <jagan@openedev.com>
Cc: Stefano Babic <sbabic@denx.de>
parent e02ec19f
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,12 @@ config OMAP3_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
bool "Freescale eSPI driver"
help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment