diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-23 00:29:19 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-23 00:37:34 +0400 |
commit | 24942e8af19e5090374776a57db97b350ffd0fa6 (patch) | |
tree | 7d95495b21e6f41da9e347bcb127bdb4bed76483 /arch/arm/plat-omap/Kconfig | |
parent | eef6fcaa4295168e6eab2cce564ea258155e1bd7 (diff) | |
download | linux-24942e8af19e5090374776a57db97b350ffd0fa6.tar.xz |
ARM: OMAP2+: Fix location of select PINCTRL
Commit 8f31cefe (ARM: OMAP2+: select PINCTRL in Kconfig)
added select PINCTRL, but accdentally added it to a wrong
location.
We want to select if for ARCH_OMAP2PLUS, not for
ARCH_OMAP2PLUS_TYPICAL.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 7cd56ed5cd94..82fcb206b5b2 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -26,6 +26,7 @@ config ARCH_OMAP2PLUS select CLKDEV_LOOKUP select GENERIC_IRQ_CHIP select OMAP_DM_TIMER + select PINCTRL select PROC_DEVICETREE if PROC_FS select SPARSE_IRQ select USE_OF |