diff options
| author | Tuomas Tynkkynen <[email protected]> | 2018-02-07 02:42:23 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-13 23:01:44 -0500 |
| commit | fbca0e66cc982325d8031094736d79ed007e42e2 (patch) | |
| tree | dd24058a8f1521a26b3d73677e4f92ac7b8714cd /drivers | |
| parent | 4a942f49b891872727aa0bdba58e2ca513fc455c (diff) | |
spi: Migrate CONFIG_CF_SPI to Kconfig
Signed-off-by: Tuomas Tynkkynen <[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 21dd6e09695..235a8c7d73a 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -212,6 +212,12 @@ config SOFT_SPI Enable Soft SPI driver. This driver is to use GPIO simulate the SPI protocol. +config CF_SPI + bool "ColdFire SPI driver" + help + Enable the ColdFire SPI driver. This driver can be used on + some m68k SoCs. + config FSL_ESPI bool "Freescale eSPI driver" help |
