Browse Source

ARM: imx: select imx6sll pinctrl when imx6sll enabled

select imx6sll pinctrl driver if imx6sll config is enabled.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Bai Ping 7 years ago
parent
commit
0e8d1c4b76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-imx/Kconfig

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

@@ -501,6 +501,7 @@ config SOC_IMX6SL
 
 config SOC_IMX6SLL
 	bool "i.MX6 SoloLiteLite support"
+	select PINCTRL_IMX6SLL
 	select SOC_IMX6
 
 	help