Browse Source

ARM: imx6q: switch to use pinctrl subsystem

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Dong Aisheng 13 years ago
parent
commit
32329a2cfc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-imx/Kconfig

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

@@ -842,6 +842,8 @@ config SOC_IMX6Q
 	select HAVE_IMX_MMDC
 	select HAVE_IMX_SRC
 	select HAVE_SMP
+	select PINCTRL
+	select PINCTRL_IMX6Q
 	select USE_OF
 
 	help