From 6a22d03164c9e428753461ec560b144769ca1562 Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Wed, 1 Oct 2025 15:18:35 +0200 Subject: [PATCH] configs: verdin-am62p: 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 --- configs/verdin-am62p_a53_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3