Skip to content

Commit 8e68aa8

Browse files
committed
spi: bcm2835: make driver available on ARCH_BCM2708
Make this driver available on ARCH_BCM2708 Signed-off-by: Noralf Tronnes <[email protected]>
1 parent d6edac7 commit 8e68aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ config SPI_ATMEL
7676

7777
config SPI_BCM2835
7878
tristate "BCM2835 SPI controller"
79-
depends on ARCH_BCM2835 || COMPILE_TEST
79+
depends on ARCH_BCM2835 || ARCH_BCM2708 || COMPILE_TEST
8080
help
8181
This selects a driver for the Broadcom BCM2835 SPI master.
8282

0 commit comments

Comments
 (0)