]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 77064160dd762c26f6c1fd184b252b24360163e3..830a30be6a5ea90a33c5da64424fa14b3397743d 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.