From: Fabio Estevam Date: Tue, 21 May 2019 13:37:53 +0000 (-0300) Subject: mx6sabresd: Select pinctrl driver X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=127fad57b2dcc0201d30f0fa8378fbcc95b73120;p=u-boot.git mx6sabresd: Select pinctrl driver With the conversion to DM we should select the pinctrl driver. Signed-off-by: Fabio Estevam --- diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index e81dc8a830..89d542fef7 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -82,6 +82,8 @@ CONFIG_SF_DEFAULT_SPEED=20000000 CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHYLIB=y CONFIG_MII=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX6=y CONFIG_PCI=y CONFIG_DM_REGULATOR=y CONFIG_SPI=y