projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aceb6f0
)
[ARM] 4376/1: Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig
author
Milan Svoboda
<msvoboda@ra.rockwell.com>
Mon, 14 May 2007 06:50:42 +0000
(07:50 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 16 May 2007 14:35:25 +0000
(15:35 +0100)
Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig.
IXP4XX has generic GPIO support; however, ARCH_IXP4XX
Kconfig entry currently does not select GENERIC_GPIO like other
arch entries.
Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index e55bbd32dcac388b8034924fac8937f4a269ac4e..50d9f3e4e0f1ad315eb9a04e1e3e9aa5299d6fa5 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-287,6
+287,7
@@
config ARCH_IXP2000
config ARCH_IXP4XX
bool "IXP4xx-based"
depends on MMU
+ select GENERIC_GPIO
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help