diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-07-05 17:41:31 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-06 12:00:43 -0400 |
commit | eb7fffa39a3f114832df54a3e373d7580d8fe757 (patch) | |
tree | 47d4b5986e8d85433abc99e8bc02572cc970c357 /arch/arm/Kconfig | |
parent | bbeddc43e673fb6882cc55efdc3c3002c14f5d08 (diff) |
[ARM] realview: add PL061 gpiolib support
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 e4971e4fa565..0dd29eb4a0e6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -217,6 +217,7 @@ config ARCH_REALVIEW | |||
217 | select ICST307 | 217 | select ICST307 |
218 | select GENERIC_TIME | 218 | select GENERIC_TIME |
219 | select GENERIC_CLOCKEVENTS | 219 | select GENERIC_CLOCKEVENTS |
220 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
220 | help | 221 | help |
221 | This enables support for ARM Ltd RealView boards. | 222 | This enables support for ARM Ltd RealView boards. |
222 | 223 | ||