From: Abel Vesa Date: Fri, 1 Feb 2019 16:40:10 +0000 (+0000) Subject: configs: imx6sabreauto: Add DM_USB support X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=3ad186fbe9aeb1ee34787d3f122014358e702b6d;p=u-boot.git configs: imx6sabreauto: Add DM_USB support Add the DM support for USB. For that, DM_REGULATOR is needed. Signed-off-by: Abel Vesa Reviewed-by: Fabio Estevam --- diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig index 61d830c416..ee1df3f2cb 100644 --- a/configs/mx6sabreauto_defconfig +++ b/configs/mx6sabreauto_defconfig @@ -52,9 +52,11 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHYLIB=y CONFIG_MII=y +CONFIG_DM_REGULATOR=y CONFIG_SPI=y CONFIG_MXC_SPI=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="FSL"