diff options
author | Barry Song <Baohua.Song@csr.com> | 2012-05-14 22:35:46 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-15 11:04:01 -0400 |
commit | cbd8d842319c8084c050292e7d167be2a4cf1ad9 (patch) | |
tree | 5bc38760f2f92a113e34b6ad487a3b9374ed071a /arch/arm/Kconfig | |
parent | 0fa7be407dc101afe2d3dc99ded99de34c967a52 (diff) |
ARM: PRIMA2: select PINCTRL and PINCTRL_SIRF in Kconfig
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e6da552695d6..10c9abdc8e04 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -407,6 +407,8 @@ config ARCH_PRIMA2 | |||
407 | select CLKDEV_LOOKUP | 407 | select CLKDEV_LOOKUP |
408 | select GENERIC_IRQ_CHIP | 408 | select GENERIC_IRQ_CHIP |
409 | select MIGHT_HAVE_CACHE_L2X0 | 409 | select MIGHT_HAVE_CACHE_L2X0 |
410 | select PINCTRL | ||
411 | select PINCTRL_SIRF | ||
410 | select USE_OF | 412 | select USE_OF |
411 | select ZONE_DMA | 413 | select ZONE_DMA |
412 | help | 414 | help |