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:27:13 -0500 |
commit | b95a13d79c0e92c9c844fa8aa089c9bd2ed10705 (patch) | |
tree | e1c4c855de14abe955d12e6436eb8dca64dad027 /arch/arm/Kconfig | |
parent | 4c21343005b6b0d6ef24ab6e6a8f3883ff0cb569 (diff) |
[ARM] mv78xx0: 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 d840a64c6ce6..1f08b29b66b9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -429,6 +429,7 @@ config ARCH_MV78XX0 | |||
429 | bool "Marvell MV78xx0" | 429 | bool "Marvell MV78xx0" |
430 | select CPU_FEROCEON | 430 | select CPU_FEROCEON |
431 | select PCI | 431 | select PCI |
432 | select GENERIC_GPIO | ||
432 | select GENERIC_TIME | 433 | select GENERIC_TIME |
433 | select GENERIC_CLOCKEVENTS | 434 | select GENERIC_CLOCKEVENTS |
434 | select PLAT_ORION | 435 | select PLAT_ORION |