aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-22 13:29:19 -0700
committerTony Lindgren <tony@atomide.com>2012-10-22 13:37:34 -0700
commit24942e8af19e5090374776a57db97b350ffd0fa6 (patch)
tree7d95495b21e6f41da9e347bcb127bdb4bed76483 /arch/arm/plat-omap/Kconfig
parentARM/dts: omap3: Fix mcbsp2/3 hwmods to be able to probe the drivers for audio (diff)
downloadlinux-dev-24942e8af19e5090374776a57db97b350ffd0fa6.tar.xz
linux-dev-24942e8af19e5090374776a57db97b350ffd0fa6.zip
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/Kconfig1
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