From: Marcel Ziswiler Date: Fri, 8 Feb 2019 17:12:11 +0000 (+0100) Subject: apalis_imx6: enable pin control driver X-Git-Tag: v2019.07-rc1~21^2~98 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29a0a3debf645c58b1fb8815ed7b999573493228;p=oweals%2Fu-boot.git apalis_imx6: enable pin control driver Enable pin control driver as required for further driver model migration. Signed-off-by: Marcel Ziswiler --- 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