From c4a434677585320381b56096457ff8db5fe5ee84 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 4 Jun 2019 15:49:56 +0200 Subject: mx6sabreauto: Select pinctrl driver With the conversion to DM we should select the pinctrl driver. Signed-off-by: Sjoerd Simons Reviewed-by: Peng Fan --- configs/mx6sabreauto_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/mx6sabreauto_defconfig') diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index d0f302e9d0..ef965a30e6 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -70,6 +70,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_DM_REGULATOR=y CONFIG_SPI=y CONFIG_DM_SPI=y -- cgit v1.2.3