]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: gadget: Kconfig: Correct Qualcomm config name used
authorBalaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Wed, 24 Dec 2025 04:47:47 +0000 (10:17 +0530)
committerCasey Connolly <casey.connolly@linaro.org>
Wed, 14 Jan 2026 15:17:48 +0000 (16:17 +0100)
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 <balaji.selvanathan@oss.qualcomm.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Acked-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Link: https://patch.msgid.link/20251224044747.3898137-1-balaji.selvanathan@oss.qualcomm.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
drivers/usb/gadget/Kconfig

index 7e08aeab904370b89f0d9b27b373ef07cbc8e637..ebb306852a65ed9e6152990b98f78127ba1b4a07 100644 (file)
@@ -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.