[U-Boot] [PATCH v1 08/23] apalis_imx6: enable pin control driver

Marcel Ziswiler marcel at ziswiler.com
Fri Feb 1 16:29:05 UTC 2019


From: Marcel Ziswiler <marcel.ziswiler at toradex.com>

Enable pin control driver as required for further driver model
migration.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>

---

 configs/apalis_imx6_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
index 0f6119bef5..0763b1d986 100644
--- a/configs/apalis_imx6_defconfig
+++ b/configs/apalis_imx6_defconfig
@@ -57,6 +57,8 @@ CONFIG_PHYLIB=y
 CONFIG_PHY_MICREL=y
 CONFIG_PHY_MICREL_KSZ90X1=y
 CONFIG_MII=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
 CONFIG_IMX_THERMAL=y
 CONFIG_USB=y
 CONFIG_USB_KEYBOARD=y
-- 
2.20.1



More information about the U-Boot mailing list