]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: apalis-imx6: enable USB Gadget OS Descriptors for fastboot
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Wed, 1 Oct 2025 13:21:04 +0000 (15:21 +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/apalis_imx6_defconfig

index 7d54205938e093b5778172d445128d97db390cd4..cd9811aca6166a6f65f373928190db9e8b9422cd 100644 (file)
@@ -124,6 +124,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_CI_UDC=y
 CONFIG_SPL_USB_SDP_SUPPORT=y
 CONFIG_IMX_WATCHDOG=y