]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: verdin-imx8m[mp]: enable USB Gadget OS Descriptors for fastboot
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Wed, 1 Oct 2025 13:21:06 +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/verdin-imx8mm_defconfig
configs/verdin-imx8mp_defconfig

index d33fd8614b540a385b56633ca0be13adf0cf9c69..cc30e23974d32dd69ba151cd67d4dbb52345ef9e 100644 (file)
@@ -158,6 +158,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_SDP_LOADADDR=0x40400000
 CONFIG_SPL_USB_SDP_SUPPORT=y
index e50bd5865ca705b0de70d915685ba608ff7b6799..d825ba73e5060b060cf9ed3356ff8aa886d68015 100644 (file)
@@ -185,5 +185,6 @@ CONFIG_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_IMX_WATCHDOG=y
 CONFIG_HEXDUMP=y