diff mbox series

[U-Boot,v1,08/26] colibri_imx6: enable pin control driver

Message ID 20190208174229.23562-9-marcel@ziswiler.com
State Accepted
Commit f7d5c8e7e00fb7bc977b65be44057cc0d1c15d0c
Delegated to: Stefano Babic
Headers show
Series colibri imx6 fixes, device tree enablement and driver model conversion | expand

Commit Message

Marcel Ziswiler Feb. 8, 2019, 5:42 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

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

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

---

 configs/colibri_imx6_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig
index 27b85c61dc..481d65329f 100644
--- a/configs/colibri_imx6_defconfig
+++ b/configs/colibri_imx6_defconfig
@@ -55,6 +55,8 @@  CONFIG_FSL_ESDHC=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_MICREL=y
 CONFIG_MII=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
 CONFIG_IMX_THERMAL=y
 CONFIG_USB=y
 CONFIG_USB_KEYBOARD=y