diff options
author | Arnd Bergmann | 2012-05-15 13:24:34 +0200 |
---|---|---|
committer | Arnd Bergmann | 2012-05-15 14:42:57 +0200 |
commit | 0fa7be407dc101afe2d3dc99ded99de34c967a52 (patch) | |
tree | 457d3a7938b073d31b1e2c23ec75abfda0b4eaac /arch/arm/Kconfig | |
parent | Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | kernel-qcow2-linux-0fa7be407dc101afe2d3dc99ded99de34c967a52.tar.gz kernel-qcow2-linux-0fa7be407dc101afe2d3dc99ded99de34c967a52.tar.xz kernel-qcow2-linux-0fa7be407dc101afe2d3dc99ded99de34c967a52.zip |
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/Kconfig | 1 |
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 select CPU_ARM926T select CLKDEV_LOOKUP select GENERIC_CLOCKEVENTS + select PINCTRL select MIGHT_HAVE_CACHE_L2X0 select ARCH_REQUIRE_GPIOLIB help |