]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 4376/1: Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig
authorMilan Svoboda <msvoboda@ra.rockwell.com>
Mon, 14 May 2007 06:50:42 +0000 (07:50 +0100)
committerRussell 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

index e55bbd32dcac388b8034924fac8937f4a269ac4e..50d9f3e4e0f1ad315eb9a04e1e3e9aa5299d6fa5 100644 (file)
@@ -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