diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-07-05 17:43:01 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-06 07:02:14 -0400 |
commit | bbeddc43e673fb6882cc55efdc3c3002c14f5d08 (patch) | |
tree | 42fd2c211b4988eadc9c2c74dcf176f5c0832991 /arch/arm/Kconfig | |
parent | 28d0325ce6e0a52f53d8af687e6427fee59004d3 (diff) |
[ARM] versatile: 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 aef63c8e3d2d..e4971e4fa565 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -229,6 +229,7 @@ config ARCH_VERSATILE | |||
229 | select ICST307 | 229 | select ICST307 |
230 | select GENERIC_TIME | 230 | select GENERIC_TIME |
231 | select GENERIC_CLOCKEVENTS | 231 | select GENERIC_CLOCKEVENTS |
232 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
232 | help | 233 | help |
233 | This enables support for ARM Ltd Versatile board. | 234 | This enables support for ARM Ltd Versatile board. |
234 | 235 | ||