projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e963f
)
spi: bcm2835: Remove duplicate depend on GPIOLIB in Kconfig
author
Axel Lin
<axel.lin@ingics.com>
Sat, 13 Feb 2016 15:46:10 +0000
(23:46 +0800)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 77064160dd762c26f6c1fd184b252b24360163e3..830a30be6a5ea90a33c5da64424fa14b3397743d 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-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.