Enable imx6 pinctrl driver support for i.CoreM6. Cc: Peng Fan <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Matteo Lisi <[email protected]> Cc: Michael Trimarchi <[email protected]> Signed-off-by: Jagan Teki <[email protected]> --- configs/imx6qdl_icore_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/imx6qdl_icore_defconfig b/configs/imx6qdl_icore_defconfig index 9fbe974..20a8289 100644 --- a/configs/imx6qdl_icore_defconfig +++ b/configs/imx6qdl_icore_defconfig @@ -28,3 +28,5 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_OF_LIBFDT=y CONFIG_MXC_UART=y CONFIG_IMX_THERMAL=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX6=y -- 2.7.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

