diff options
| author | Pranav Sanwal <[email protected]> | 2026-04-30 15:04:26 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2026-06-08 08:02:39 +0200 |
| commit | e81bb069a419bb3163901aa1d19690e58b35254d (patch) | |
| tree | 262270a5b3110758edaddd47bf4a10710c169c37 | |
| parent | 9e87893c24d1f21350e69bc222e6a3214c933b3b (diff) | |
configs: zynqmp: Enable USB gadget download support
USB_GADGET_DOWNLOAD enables the g_dnl composite gadget framework,
allowing other functions to operate over the USB peripheral
interface.
Signed-off-by: Pranav Sanwal <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | configs/xilinx_zynqmp_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index a13ae0c857b..c5472112b91 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -222,6 +222,7 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Xilinx" CONFIG_USB_GADGET_VENDOR_NUM=0x03FD CONFIG_USB_GADGET_PRODUCT_NUM=0x0300 +CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y CONFIG_VIDEO=y |
