diff options
| author | Angelo Dureghello <[email protected]> | 2019-03-13 21:46:46 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-24 08:11:57 -0400 |
| commit | 610e316d02c6d8a423a9426e4a12b357ef586d32 (patch) | |
| tree | ea64e7f722df6919d251a82d5ba2ca6ed4229b43 /drivers | |
| parent | 7759ffb83b40dc1e4e0e8b0270557638e909fd5a (diff) | |
drivers: spi: cf_spi: add Kconfig option
This patch adds cf_spi DM Kconfig option.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Angelo Dureghello <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c3a829deaec..7044da35d68 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -87,6 +87,12 @@ config CADENCE_QSPI used to access the SPI NOR flash on platforms embedding this 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 bool "Designware SPI driver" help |
