]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: verdin-am62: enable USB Gadget OS Descriptors for fastboot
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Wed, 1 Oct 2025 13:18:34 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 17:07:44 +0000 (11:07 -0600)
USB OS Descriptors are used to install and configure the device without
requiring any user interaction on OS which support them (e.g. Windows).
Enable them in order to improve the user experience when fastboot is used.

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
configs/verdin-am62_a53_defconfig

index 2c0573cd54e6697d55336334bdd0425a61d30441..d97dec3a36032d3b4d8fd3350b661b04e278e27f 100644 (file)
@@ -193,6 +193,7 @@ CONFIG_SPL_USB_GADGET=y
 CONFIG_USB_GADGET_MANUFACTURER="Toradex"
 CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
 CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
+CONFIG_USB_GADGET_OS_DESCRIPTORS=y
 CONFIG_SPL_DFU=y
 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
 CONFIG_HEXDUMP=y