]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: toradex-smarc-imx95: enable USB Gadget OS Descriptors for fastboot
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Fri, 31 Oct 2025 08:39:04 +0000 (09:39 +0100)
committerFabio Estevam <festevam@nabladev.com>
Tue, 4 Nov 2025 15:40:55 +0000 (12:40 -0300)
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.

Fixes: ff0540fcfe49 ("board: toradex: add Toradex SMARC iMX95")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
configs/toradex-smarc-imx95_defconfig

index 6f7b406e81754e06ecd0fea9bc5eb4cce62c61ad..c5cea6e4e5f567d76f1ec972a8882b4071980f5a 100644 (file)
@@ -164,6 +164,7 @@ 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_CI_UDC=y
 CONFIG_SDP_LOADADDR=0x90400000
 CONFIG_ULP_WATCHDOG=y