diff options
| author | Balaji Selvanathan <[email protected]> | 2025-12-24 10:17:47 +0530 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2026-01-14 16:17:48 +0100 |
| commit | fe3b827a59375e44a187669068af1c609e745b43 (patch) | |
| tree | 69c157edb22e4dc7a5c7cb820a8ee5d147255bb9 /drivers/usb | |
| parent | 68daf96a909c882b0c01d203c629c7227e16b4d5 (diff) | |
usb: gadget: Kconfig: Correct Qualcomm config name used
Correct ARCH_QCOM to ARCH_SNAPDRAGON as ARCH_QCOM is outdated/unused
config. Using ARCH_QCOM was causing USB fastboot mode to fail.
Signed-off-by: Balaji Selvanathan <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Acked-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 7e08aeab904..ebb306852a6 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -61,7 +61,7 @@ config USB_GADGET_VENDOR_NUM default 0x0955 if ARCH_TEGRA default 0x1f3a if ARCH_SUNXI default 0x2207 if ARCH_ROCKCHIP - default 0x18d1 if ARCH_QCOM + default 0x18d1 if ARCH_SNAPDRAGON default 0x0 help Vendor ID of the USB device emulated, reported to the host device. @@ -89,7 +89,7 @@ config USB_GADGET_PRODUCT_NUM default 0x350b if ROCKCHIP_RK3588 default 0x350c if ROCKCHIP_RK3528 default 0x350e if ROCKCHIP_RK3576 - default 0x4ee0 if ARCH_QCOM + default 0x4ee0 if ARCH_SNAPDRAGON default 0x0 help Product ID of the USB device emulated, reported to the host device. |
