ARM: imx: select imx6sll pinctrl when imx6sll enabled
authorBai Ping <ping.bai@nxp.com>
Fri, 13 Apr 2018 08:04:23 +0000 (16:04 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 2 May 2018 07:01:32 +0000 (15:01 +0800)
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>
arch/arm/mach-imx/Kconfig

index e47fa13..6f42323 100644 (file)
@@ -501,6 +501,7 @@ config SOC_IMX6SL
 
 config SOC_IMX6SLL
        bool "i.MX6 SoloLiteLite support"
+       select PINCTRL_IMX6SLL
        select SOC_IMX6
 
        help