mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
drivers: spi: cf_spi: add Kconfig option
This patch adds cf_spi DM Kconfig option. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Angelo Dureghello <angelo@sysam.it>
This commit is contained in:
parent
7759ffb83b
commit
610e316d02
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ config CADENCE_QSPI
|
||||||
used to access the SPI NOR flash on platforms embedding this
|
used to access the SPI NOR flash on platforms embedding this
|
||||||
Cadence IP core.
|
Cadence IP core.
|
||||||
|
|
||||||
|
config CF_SPI
|
||||||
|
bool "ColdFire SPI driver"
|
||||||
|
help
|
||||||
|
Enable the ColdFire SPI driver. This driver can be used on
|
||||||
|
some m68k SoCs.
|
||||||
|
|
||||||
config DESIGNWARE_SPI
|
config DESIGNWARE_SPI
|
||||||
bool "Designware SPI driver"
|
bool "Designware SPI driver"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue