소스 검색

spi: bcm2835: Remove duplicate depend on GPIOLIB in Kconfig

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Axel Lin 9 년 전
부모
커밋
bbcfb8930e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      drivers/spi/Kconfig

+ 0 - 1
drivers/spi/Kconfig

@@ -79,7 +79,6 @@ config SPI_BCM2835
 	tristate "BCM2835 SPI controller"
 	tristate "BCM2835 SPI controller"
 	depends on GPIOLIB
 	depends on GPIOLIB
 	depends on ARCH_BCM2835 || COMPILE_TEST
 	depends on ARCH_BCM2835 || COMPILE_TEST
-	depends on GPIOLIB
 	help
 	help
 	  This selects a driver for the Broadcom BCM2835 SPI master.
 	  This selects a driver for the Broadcom BCM2835 SPI master.