diff options
author | Wig Cheng <wig.cheng@technexion.com> | 2020-07-31 14:14:50 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-08-18 10:10:25 +0200 |
commit | 6e861c35e7f4280096821f411682946841b95185 (patch) | |
tree | c416995875cdc9171701ed2c132755a1e47fc725 /configs/pico-imx6ul_defconfig | |
parent | 0c2b03cacee01f315f908b712cb2952e427394a3 (diff) | |
download | u-boot-6e861c35e7f4280096821f411682946841b95185.tar.gz |
configs: pico-imx6ul: convert DM_USB
Here is the test commands:
=> ums 0 mmc 0
UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x710000
Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/pico-imx6ul_defconfig')
-rw-r--r-- | configs/pico-imx6ul_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index 5c841c3e4b..1db522a834 100644 --- a/configs/pico-imx6ul_defconfig +++ b/configs/pico-imx6ul_defconfig @@ -68,6 +68,7 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_MXC_UART=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="FSL" CONFIG_USB_GADGET_VENDOR_NUM=0x0525 |