summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <[email protected]>2025-10-31 09:39:04 +0100
committerFabio Estevam <[email protected]>2025-11-04 12:40:55 -0300
commit503d2088d78a25352b841e92ef6cd58693bbe3f8 (patch)
tree5b8ad25389f3276c266d5d82bdb853f11c8a6edb
parentd5d2546647904e6c62b1e4a336ff366ec9950ca5 (diff)
configs: toradex-smarc-imx95: 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. Fixes: ff0540fcfe49 ("board: toradex: add Toradex SMARC iMX95") Signed-off-by: Francesco Dolcini <[email protected]>
-rw-r--r--configs/toradex-smarc-imx95_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/toradex-smarc-imx95_defconfig b/configs/toradex-smarc-imx95_defconfig
index 6f7b406e817..c5cea6e4e5f 100644
--- a/configs/toradex-smarc-imx95_defconfig
+++ b/configs/toradex-smarc-imx95_defconfig
@@ -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