diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-02-01 16:40:10 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-02-15 22:01:15 +0100 |
commit | 3ad186fbe9aeb1ee34787d3f122014358e702b6d (patch) | |
tree | 6bbabc69784a2cd72b3ca02b61ced183be42e931 /configs/mx6sabreauto_defconfig | |
parent | 90dcd0bc17c747fbccd8d3f01082d4b5dbbb840e (diff) | |
download | u-boot-3ad186fbe9aeb1ee34787d3f122014358e702b6d.tar.gz u-boot-3ad186fbe9aeb1ee34787d3f122014358e702b6d.tar.bz2 u-boot-3ad186fbe9aeb1ee34787d3f122014358e702b6d.zip |
configs: imx6sabreauto: Add DM_USB support
Add the DM support for USB. For that, DM_REGULATOR is needed.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx6sabreauto_defconfig')
-rw-r--r-- | configs/mx6sabreauto_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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" |