1
0
Fork 0

[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 <msvoboda@ra.rockwell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Milan Svoboda 2007-05-14 07:50:42 +01:00 committed by Russell King
parent aceb6f0b6d
commit 8858e9afdf
1 changed files with 1 additions and 0 deletions

View 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