aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-05-15 07:24:34 -0400
committerArnd Bergmann <arnd@arndb.de>2012-05-15 08:42:57 -0400
commit0fa7be407dc101afe2d3dc99ded99de34c967a52 (patch)
tree457d3a7938b073d31b1e2c23ec75abfda0b4eaac /arch/arm/Kconfig
parent7af07ad902cce88ebbd2ce0e681d0c541e8f95fa (diff)
ARM: nomadik: enable PINCTRL_NOMADIK where needed
The nomadik gpio code has been converted to pinctrl, but the nomadik platform still expects the old code to be present. Change it to use the new one instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c67494fc05a7..e6da552695d6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -947,6 +947,7 @@ config ARCH_NOMADIK
947 select CPU_ARM926T 947 select CPU_ARM926T
948 select CLKDEV_LOOKUP 948 select CLKDEV_LOOKUP
949 select GENERIC_CLOCKEVENTS 949 select GENERIC_CLOCKEVENTS
950 select PINCTRL
950 select MIGHT_HAVE_CACHE_L2X0 951 select MIGHT_HAVE_CACHE_L2X0
951 select ARCH_REQUIRE_GPIOLIB 952 select ARCH_REQUIRE_GPIOLIB
952 help 953 help