diff options
author | Tzachi Perelstein <tzachi@marvell.com> | 2007-10-23 15:14:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:03:45 -0500 |
commit | 01af72e4e36fba66cd7cfc2a628efee866c346d1 (patch) | |
tree | 5e2c795f7cfa2ebb876d5244d7126cf8d4fb5896 /arch/arm/Kconfig | |
parent | c67de5b3c0bb48ac56f14928e11f1f7d76add26f (diff) |
[ARM] Orion: GPIO support
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Acked-by: David Brownell <david-b@pacbell.net>
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 37aa3c606c0c..71e905ebcc05 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -337,6 +337,7 @@ config ARCH_ORION | |||
337 | bool "Marvell Orion" | 337 | bool "Marvell Orion" |
338 | depends on MMU | 338 | depends on MMU |
339 | select PCI | 339 | select PCI |
340 | select GENERIC_GPIO | ||
340 | help | 341 | help |
341 | Support for Marvell Orion System on Chip family. | 342 | Support for Marvell Orion System on Chip family. |
342 | 343 | ||