mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
spi: Kconfig: Add EXYNOS_SPI entry
Added EXYNOS_SPI entry on Kconfig with help description. Signed-off-by: Jagan Teki <jteki@openedev.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
91c22d046c
commit
c354eee8d0
1 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,13 @@ config DESIGNWARE_SPI
|
|||
access the SPI NOR flash on platforms embedding this Designware
|
||||
IP core.
|
||||
|
||||
config EXYNOS_SPI
|
||||
bool "Samsung Exynos SPI driver"
|
||||
help
|
||||
Enable the Samsung Exynos SPI driver. This driver can be used to
|
||||
access the SPI NOR flash on platforms embedding this Samsung
|
||||
Exynos IP core.
|
||||
|
||||
config FSL_DSPI
|
||||
bool "Freescale DSPI driver"
|
||||
help
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue