diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-09-10 19:34:52 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 19:45:59 +0200 |
commit | 8f31cefe32b9c6bcab43e0ec79fb26393d5c7713 (patch) | |
tree | 79375853faeede56bc94c39476759f59a4ef1453 /arch/arm/mach-omap2 | |
parent | arm/dts: Add pinctrl driver entries for omap2/3/4 (diff) | |
download | linux-8f31cefe32b9c6bcab43e0ec79fb26393d5c7713.tar.xz linux-8f31cefe32b9c6bcab43e0ec79fb26393d5c7713.zip |
ARM: OMAP2+: select PINCTRL in Kconfig
Select PINCTRL in Kconfig under Typical OMAP configuration, this
is required to add pinctrl driver to omap2+ family of devices.
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
[tony@atomide.com: updated to select pinctrl-single in defconfig]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 4a4d058ed146..e45bbffb7eec 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -18,6 +18,7 @@ config ARCH_OMAP2PLUS_TYPICAL select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 select HIGHMEM + select PINCTRL help Compile a kernel suitable for booting most boards |