blob: 8b5e316734f6597af98153459b82422efd7a4ab2 [file] [log] [blame]
Sumit Garg23ba5f32022-08-04 19:57:09 +05301config MSM8916_USB_PHY
2 bool "Qualcomm MSM8916 USB PHY support"
3 depends on PHY
4 help
5 Support the USB PHY in msm8916
6
7 This PHY is found on qualcomm dragonboard410c development board.
8
9config PHY_QCOM_IPQ4019_USB
10 tristate "Qualcomm IPQ4019 USB PHY driver"
11 depends on PHY && ARCH_IPQ40XX
12 help
13 Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
Sumit Garg0b746d22022-08-04 19:57:10 +053014
Bhupesh Sharmafff404f2023-08-14 11:29:25 +053015config PHY_QCOM_QMP_UFS
16 tristate "Qualcomm QMP UFS PHY driver"
17 depends on PHY && ARCH_SNAPDRAGON
18 help
19 Enable this to support the UFS QMP PHY on various Qualcomm chipsets.
20
Bhupesh Sharma2e5c2fe2023-04-04 02:01:20 +053021config PHY_QCOM_QUSB2
22 tristate "Qualcomm USB QUSB2 PHY driver"
23 depends on PHY && ARCH_SNAPDRAGON
24 help
25 Enable this to support the Super-Speed USB transceiver on various
26 Qualcomm chipsets.
27
Sumit Garg0b746d22022-08-04 19:57:10 +053028config PHY_QCOM_USB_HS_28NM
29 tristate "Qualcomm 28nm High-Speed PHY"
30 depends on PHY && ARCH_SNAPDRAGON
31 help
32 Enable this to support the Qualcomm Synopsys DesignWare Core 28nm
33 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
34 is usually paired with either the ChipIdea or Synopsys DWC3 USB
35 IPs on MSM SOCs.
36
37config PHY_QCOM_USB_SS
38 tristate "Qualcomm USB Super-Speed PHY driver"
39 depends on PHY && ARCH_SNAPDRAGON
40 help
41 Enable this to support the Super-Speed USB transceiver on various
42 Qualcomm chipsets.