spi: bcm2835: Remove duplicate depend on GPIOLIB in Kconfig
authorAxel Lin <axel.lin@ingics.com>
Sat, 13 Feb 2016 15:46:10 +0000 (23:46 +0800)
committerMark Brown <broonie@kernel.org>
Sat, 13 Feb 2016 16:28:05 +0000 (16:28 +0000)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 7706416..830a30b 100644 (file)
@@ -79,7 +79,6 @@ config SPI_BCM2835
        tristate "BCM2835 SPI controller"
        depends on GPIOLIB
        depends on ARCH_BCM2835 || COMPILE_TEST
-       depends on GPIOLIB
        help
          This selects a driver for the Broadcom BCM2835 SPI master.