From: Milan Svoboda Date: Mon, 14 May 2007 06:50:42 +0000 (+0100) Subject: [ARM] 4376/1: Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig X-Git-Tag: v2.6.22-rc3~112^2~20 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8858e9afdf31bab05247b1680b16c65fe7edbbe1;p=linux-2.6 [ARM] 4376/1: Selects GENERIC_GPIO for ARCH_IXP4XX in Kconfig 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 Signed-off-by: Russell King --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e55bbd32dc..50d9f3e4e0 100644 --- 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