summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-10-10 11:03:58 -0600
committerTom Rini <[email protected]>2025-10-10 11:07:44 -0600
commit33b16e004330a90d0c3bac8158458b272a2d81f6 (patch)
treed3fb555006a438cc62f40277054a5db962b57b61
parenta073d3d37c90cc1b85d14de97224288d69731c8a (diff)
parent6a22d03164c9e428753461ec560b144769ca1562 (diff)
Merge patch series "configs: verdin-am*: enable USB Gadget OS Descriptors"
Emanuele Ghidoli <[email protected]> says: From: Emanuele Ghidoli <[email protected]> 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. Toradex Easy Installer takes advantage of USB OS Descriptors to load itself via USB recovery. Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--configs/verdin-am62_a53_defconfig1
-rw-r--r--configs/verdin-am62p_a53_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig
index 2c0573cd54e..d97dec3a360 100644
--- a/configs/verdin-am62_a53_defconfig
+++ b/configs/verdin-am62_a53_defconfig
@@ -193,6 +193,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_SPL_DFU=y
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
CONFIG_HEXDUMP=y
diff --git a/configs/verdin-am62p_a53_defconfig b/configs/verdin-am62p_a53_defconfig
index c46b883a9c6..6ea675fb83d 100644
--- a/configs/verdin-am62p_a53_defconfig
+++ b/configs/verdin-am62p_a53_defconfig
@@ -192,6 +192,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_SPL_DFU=y
CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
CONFIG_HEXDUMP=y