projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5130216
)
ARM: prima2: enable gpiolib unconditionally
author
Arnd Bergmann
<arnd@arndb.de>
Wed, 4 Jul 2012 14:33:01 +0000
(14:33 +0000)
committer
Arnd Bergmann
<arnd@arndb.de>
Wed, 4 Jul 2012 14:54:32 +0000
(16:54 +0200)
The pinctrl code needs GPIOLIB to be enabled, so make
sure that it cannot be built otherwise. This fixes
the prima2_defconfig.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Barry Song <21cnbao@gmail.com>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 571b3d25c9bcf214669d4e1495e794af2990e4b5..a851307f8755e846ea9b39b2fbdd29f252211dc0 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-389,7
+389,7
@@
config ARCH_PRIMA2
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
select CPU_V7
select NO_IOPORT
- select ARCH_
WANT_OPTIONAL
_GPIOLIB
+ select ARCH_
REQUIRE
_GPIOLIB
select GENERIC_CLOCKEVENTS
select CLKDEV_LOOKUP
select GENERIC_IRQ_CHIP