ARM: mxs: enable pinctrl support
authorShawn Guo <shawn.guo@linaro.org>
Sun, 6 May 2012 15:13:13 +0000 (23:13 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sat, 12 May 2012 01:43:21 +0000 (09:43 +0800)
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/Kconfig
arch/arm/mach-mxs/Kconfig

index cf006d4..c67494f 100644 (file)
@@ -469,6 +469,7 @@ config ARCH_MXS
        select CLKDEV_LOOKUP
        select CLKSRC_MMIO
        select HAVE_CLK_PREPARE
+       select PINCTRL
        help
          Support for Freescale MXS-based family of processors
 
index c57f996..07d5383 100644 (file)
@@ -9,11 +9,13 @@ config SOC_IMX23
        bool
        select CPU_ARM926T
        select HAVE_PWM
+       select PINCTRL_IMX23
 
 config SOC_IMX28
        bool
        select CPU_ARM926T
        select HAVE_PWM
+       select PINCTRL_IMX28
 
 comment "MXS platforms:"