diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 21:10:44 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:57:05 +0200 |
commit | 47838669de9d9e1411fab9323f2ac1457d1944d2 (patch) | |
tree | b7d4d150945610227a0ca903174e04f010018ea3 /drivers/spi/Kconfig | |
parent | 011bf62430f49e7ce436dbbd9dbec490156442a5 (diff) | |
download | linux-47838669de9d9e1411fab9323f2ac1457d1944d2.tar.bz2 |
spi: remove blackfin related host drivers
The blackfin architecture is getting removed, so these
won't be needed any more.
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 103c13fcefa0..2d4146ce2f1b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -115,25 +115,6 @@ config SPI_BCM2835AUX "universal SPI master", and the regular SPI controller. This driver is for the universal/auxiliary SPI controller. -config SPI_BFIN5XX - tristate "SPI controller driver for ADI Blackfin5xx" - depends on BLACKFIN && !BF60x - help - This is the SPI controller master driver for Blackfin 5xx processor. - -config SPI_ADI_V3 - tristate "SPI controller v3 for ADI" - depends on BF60x - help - This is the SPI controller v3 master driver - found on Blackfin 60x processor. - -config SPI_BFIN_SPORT - tristate "SPI bus via Blackfin SPORT" - depends on BLACKFIN - help - Enable support for a SPI bus via the Blackfin SPORT peripheral. - config SPI_BCM53XX tristate "Broadcom BCM53xx SPI controller" depends on ARCH_BCM_5301X |