diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-10-19 19:51:04 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-12-20 12:26:57 -0500 |
commit | 4c21343005b6b0d6ef24ab6e6a8f3883ff0cb569 (patch) | |
tree | 6a5cab5b87ce81abb3045882e083cccc9e2436eb /arch/arm/Kconfig | |
parent | 07332318f33da6acd88abb762a8b6febdfc560a3 (diff) |
[ARM] Kirkwood: implement GPIO and GPIO interrupt support
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f1a3b10cfa9e..d840a64c6ce6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -386,6 +386,7 @@ config ARCH_KIRKWOOD | |||
386 | bool "Marvell Kirkwood" | 386 | bool "Marvell Kirkwood" |
387 | select CPU_FEROCEON | 387 | select CPU_FEROCEON |
388 | select PCI | 388 | select PCI |
389 | select GENERIC_GPIO | ||
389 | select GENERIC_TIME | 390 | select GENERIC_TIME |
390 | select GENERIC_CLOCKEVENTS | 391 | select GENERIC_CLOCKEVENTS |
391 | select PLAT_ORION | 392 | select PLAT_ORION |