瀏覽代碼

ARM: mxs: enable pinctrl support

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Shawn Guo 13 年之前
父節點
當前提交
a0f5e3631b
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      arch/arm/Kconfig
  2. 2 0
      arch/arm/mach-mxs/Kconfig

+ 1 - 0
arch/arm/Kconfig

@@ -469,6 +469,7 @@ config ARCH_MXS
 	select CLKDEV_LOOKUP
 	select CLKDEV_LOOKUP
 	select CLKSRC_MMIO
 	select CLKSRC_MMIO
 	select HAVE_CLK_PREPARE
 	select HAVE_CLK_PREPARE
+	select PINCTRL
 	help
 	help
 	  Support for Freescale MXS-based family of processors
 	  Support for Freescale MXS-based family of processors
 
 

+ 2 - 0
arch/arm/mach-mxs/Kconfig

@@ -9,11 +9,13 @@ config SOC_IMX23
 	bool
 	bool
 	select CPU_ARM926T
 	select CPU_ARM926T
 	select HAVE_PWM
 	select HAVE_PWM
+	select PINCTRL_IMX23
 
 
 config SOC_IMX28
 config SOC_IMX28
 	bool
 	bool
 	select CPU_ARM926T
 	select CPU_ARM926T
 	select HAVE_PWM
 	select HAVE_PWM
+	select PINCTRL_IMX28
 
 
 comment "MXS platforms:"
 comment "MXS platforms:"