diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-14 09:30:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-12 06:12:34 -0400 |
commit | 8a87a996eae3d25b0670a243f4829ea4aa9eb63d (patch) | |
tree | d9be23b6bc2b061c57e066848059fda3e09f8d01 /arch/arm/Kconfig | |
parent | 7dcca30a32aadb0520417521b0c44f42d09fe05c (diff) |
[ARM] 4377/1: KS8695: GPIO driver
Driver to control the GPIO pins on the KS8695 processor.
The driver natively supports the Generic GPIO interface.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 50d9f3e4e0f1..68f2006fdfdd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -308,6 +308,7 @@ config ARCH_L7200 | |||
308 | 308 | ||
309 | config ARCH_KS8695 | 309 | config ARCH_KS8695 |
310 | bool "Micrel/Kendin KS8695" | 310 | bool "Micrel/Kendin KS8695" |
311 | select GENERIC_GPIO | ||
311 | help | 312 | help |
312 | Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based | 313 | Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based |
313 | System-on-Chip devices. | 314 | System-on-Chip devices. |