diff options
| author | Emanuele Ghidoli <[email protected]> | 2025-10-01 15:21:04 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-10 11:07:44 -0600 |
| commit | d748154ff17d8b9e09b4e3df194c5bae49ea454d (patch) | |
| tree | 831fea5cae2f46df43031fab4e027a6551a4a9f9 | |
| parent | 361731fc39c3257c28efda902344270b7eb1fd4d (diff) | |
configs: apalis-imx6: 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/apalis_imx6_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig index 7d54205938e..cd9811aca61 100644 --- a/configs/apalis_imx6_defconfig +++ b/configs/apalis_imx6_defconfig @@ -124,6 +124,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_CI_UDC=y CONFIG_SPL_USB_SDP_SUPPORT=y CONFIG_IMX_WATCHDOG=y |
