Skip to content

Commit 055ed0d

Browse files
Rafał Miłeckibroonie
authored andcommitted
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>
1 parent 331bbcf commit 055ed0d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

drivers/spi/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ config SPI_BCM2835AUX
114114
"universal SPI master", and the regular SPI controller.
115115
This driver is for the universal/auxiliary SPI controller.
116116

117-
config SPI_BCM53XX
118-
tristate "Broadcom BCM53xx SPI controller"
119-
depends on ARCH_BCM_5301X
120-
depends on BCMA_POSSIBLE
121-
select BCMA
122-
help
123-
Enable support for the SPI controller on Broadcom BCM53xx ARM SoCs.
124-
125117
config SPI_BCM63XX
126118
tristate "Broadcom BCM63xx SPI controller"
127119
depends on BCM63XX || COMPILE_TEST

drivers/spi/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ obj-$(CONFIG_SPI_AU1550) += spi-au1550.o
2020
obj-$(CONFIG_SPI_AXI_SPI_ENGINE) += spi-axi-spi-engine.o
2121
obj-$(CONFIG_SPI_BCM2835) += spi-bcm2835.o
2222
obj-$(CONFIG_SPI_BCM2835AUX) += spi-bcm2835aux.o
23-
obj-$(CONFIG_SPI_BCM53XX) += spi-bcm53xx.o
2423
obj-$(CONFIG_SPI_BCM63XX) += spi-bcm63xx.o
2524
obj-$(CONFIG_SPI_BCM63XX_HSSPI) += spi-bcm63xx-hsspi.o
2625
obj-$(CONFIG_SPI_BCM_QSPI) += spi-iproc-qspi.o spi-brcmstb-qspi.o spi-bcm-qspi.o

0 commit comments

Comments
 (0)