All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: imx: select imx6sll pinctrl when imx6sll enabled
@ 2018-04-13  8:04 Bai Ping
  2018-04-13  8:04 ` [PATCH 2/2] arm: imx_v6_v7_defconfig: enable imx6sll by default Bai Ping
  2018-05-02  7:04 ` [PATCH 1/2] arm: imx: select imx6sll pinctrl when imx6sll enabled Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Bai Ping @ 2018-04-13  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

select imx6sll pinctrl driver if imx6sll config is enabled.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
---
 arch/arm/mach-imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 8e3a618..cb010a0 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -514,6 +514,7 @@ config SOC_IMX6SL
 
 config SOC_IMX6SLL
 	bool "i.MX6 SoloLiteLite support"
+	select PINCTRL_IMX6SLL
 	select SOC_IMX6
 
 	help
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-02  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-13  8:04 [PATCH 1/2] arm: imx: select imx6sll pinctrl when imx6sll enabled Bai Ping
2018-04-13  8:04 ` [PATCH 2/2] arm: imx_v6_v7_defconfig: enable imx6sll by default Bai Ping
2018-05-02  7:04 ` [PATCH 1/2] arm: imx: select imx6sll pinctrl when imx6sll enabled Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.