summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <[email protected]>2025-10-01 15:21:07 +0200
committerTom Rini <[email protected]>2025-10-10 11:07:44 -0600
commit6052e225fa04d5a8262e251430acc5e28c1a7e6b (patch)
tree380e8fdc837fdc459b4eb25d499143397c54ca86
parent86901e07492989ed680b7219986b5cc2f7a36bdc (diff)
configs: toradex-smarc-imx8mp: enable USB Gadget OS Descriptors for fastboot
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 <[email protected]>
-rw-r--r--configs/toradex-smarc-imx8mp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/toradex-smarc-imx8mp_defconfig b/configs/toradex-smarc-imx8mp_defconfig
index c0d2661749c..79a905d6d6e 100644
--- a/configs/toradex-smarc-imx8mp_defconfig
+++ b/configs/toradex-smarc-imx8mp_defconfig
@@ -178,5 +178,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