projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf4e26
)
ARM: brcmstb: Select ARCH_WANT_OPTIONAL_GPIOLIB
author
Gregory Fong
<gregory.0xf0@gmail.com>
Fri, 29 May 2015 02:14:09 +0000
(19:14 -0700)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Fri, 29 May 2015 21:43:05 +0000
(14:43 -0700)
Select ARCH_WANT_OPTIONAL_GPIOLIB from BRCMSTB to allow GPIOLIB and
GPIO_BRCMSTB to be enabled.
Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/mach-bcm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-bcm/Kconfig
b/arch/arm/mach-bcm/Kconfig
index
1268e35
..
e9184fe
100644
(file)
--- a/
arch/arm/mach-bcm/Kconfig
+++ b/
arch/arm/mach-bcm/Kconfig
@@
-145,6
+145,7
@@
config ARCH_BRCMSTB
select BRCMSTB_GISB_ARB
select BRCMSTB_L2_IRQ
select BCM7120_L2_IRQ
+ select ARCH_WANT_OPTIONAL_GPIOLIB
help
Say Y if you intend to run the kernel on a Broadcom ARM-based STB
chipset.