diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-05-10 07:27:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-10 22:30:17 +0900 |
commit | 055ed0dabc3043d660f20bfc3b68b644ac58baac (patch) | |
tree | 3325a2124e0de59b5cda3c88cd7fda552423c367 /drivers/spi/Kconfig | |
parent | 331bbcfc50aa45ca744f35109de7297deaa6356f (diff) |
spi: remove forgotten CONFIG_SPI_BCM53XX
I accidentally sent an early version of patch removing spi-bcm53xx
driver which got rid of .c and .h files *only*. I amended local commit
but forgot to re-format the patch.
This commit removes leftovers of dropped driver.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 5a8524a3bc13..4e1e5c9c7b2c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -114,14 +114,6 @@ config SPI_BCM2835AUX "universal SPI master", and the regular SPI controller. This driver is for the universal/auxiliary SPI controller. -config SPI_BCM53XX - tristate "Broadcom BCM53xx SPI controller" - depends on ARCH_BCM_5301X - depends on BCMA_POSSIBLE - select BCMA - help - Enable support for the SPI controller on Broadcom BCM53xx ARM SoCs. - config SPI_BCM63XX tristate "Broadcom BCM63xx SPI controller" depends on BCM63XX || COMPILE_TEST |