diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2019-02-08 18:12:11 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | 29a0a3debf645c58b1fb8815ed7b999573493228 (patch) | |
tree | 9bebf419411622e39ebfd39338a533bbb27cf111 /configs/apalis_imx6_defconfig | |
parent | 5177087f64871b1de7342475b8fa51ed19d1da65 (diff) | |
download | u-boot-29a0a3debf645c58b1fb8815ed7b999573493228.tar.gz |
apalis_imx6: enable pin control driver
Enable pin control driver as required for further driver model
migration.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/apalis_imx6_defconfig')
-rw-r--r-- | configs/apalis_imx6_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |