diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-03-02 22:54:37 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-19 14:29:45 -0400 |
commit | 94bdc0e2d76c5f2467346bf14e7e16d6d8e0395d (patch) | |
tree | 00f98df7579a1fb53766a34d5ee3339b68908776 /arch/arm/Kconfig | |
parent | 1df20afce51e7af2a587425d1aafca2608fe0066 (diff) |
ARM: 5973/1: ux500: add gpio support
Add support for the GPIOs on the U8500, using the plat-nomadik GPIO
driver.
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.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 c5408bf1bf43..540f85922113 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -756,6 +756,7 @@ config ARCH_U8500 | |||
756 | select GENERIC_TIME | 756 | select GENERIC_TIME |
757 | select GENERIC_CLOCKEVENTS | 757 | select GENERIC_CLOCKEVENTS |
758 | select COMMON_CLKDEV | 758 | select COMMON_CLKDEV |
759 | select ARCH_REQUIRE_GPIOLIB | ||
759 | help | 760 | help |
760 | Support for ST-Ericsson's Ux500 architecture | 761 | Support for ST-Ericsson's Ux500 architecture |
761 | 762 | ||