diff options
| -rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ab8dfbef6f1b..00cc019ddddf 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -78,6 +78,7 @@ config SPI_ATMEL | |||
| 78 | config SPI_BCM2835 | 78 | config SPI_BCM2835 |
| 79 | tristate "BCM2835 SPI controller" | 79 | tristate "BCM2835 SPI controller" |
| 80 | depends on ARCH_BCM2835 || COMPILE_TEST | 80 | depends on ARCH_BCM2835 || COMPILE_TEST |
| 81 | depends on GPIOLIB | ||
| 81 | help | 82 | help |
| 82 | This selects a driver for the Broadcom BCM2835 SPI master. | 83 | This selects a driver for the Broadcom BCM2835 SPI master. |
| 83 | 84 | ||
