diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-09-30 15:35:09 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 18:43:36 -0400 |
commit | 689f2a01e68c0033f59055dd816ff27dc51f9dcc (patch) | |
tree | 4ca8339ec5da01e3cea8be9d5f35676c54bcf261 /arch/arm/Kconfig | |
parent | ba7d850a02c7c3357ec488776405470534e7ccf8 (diff) |
[ARM] 4590/1: ns9xxx: add gpio handling functions
This implementation conforms to the general GPIO API
introduced in 2.6.21.
This patch was signed-of by David Brownell before I exported the functions
using EXPORT_SYMBOL.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
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 691aae309c8a..6acc59da332d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -318,6 +318,7 @@ config ARCH_KS8695 | |||
318 | 318 | ||
319 | config ARCH_NS9XXX | 319 | config ARCH_NS9XXX |
320 | bool "NetSilicon NS9xxx" | 320 | bool "NetSilicon NS9xxx" |
321 | select GENERIC_GPIO | ||
321 | help | 322 | help |
322 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx | 323 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx |
323 | System. | 324 | System. |