blob: 61e5e2fca413b4706d9b8ff25cea3fb5e20a5da6 [file] [log] [blame]
Sumit Garg302d5a42022-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 Gargaae35732022-08-04 19:57:10 +053014
Neil Armstrong16f39292024-11-25 09:54:24 +010015config PHY_QCOM_QMP_PCIE
16 tristate "Qualcomm QMP PCIe PHY driver"
17 depends on PHY && ARCH_SNAPDRAGON
18 help
19 Enable this to support the PCIe QMP PHY on various Qualcomm chipsets.
20
Bhupesh Sharmaf0cbbc92024-09-10 11:11:58 +020021config PHY_QCOM_QMP_UFS
22 tristate "Qualcomm QMP UFS PHY driver"
23 depends on PHY && ARCH_SNAPDRAGON
24 help
25 Enable this to support the UFS QMP PHY on various Qualcomm chipsets.
26
Bhupesh Sharmafe6b5cc2024-04-03 14:07:37 +020027config PHY_QCOM_QUSB2
28 tristate "Qualcomm USB QUSB2 PHY driver"
29 depends on PHY && ARCH_SNAPDRAGON
30 help
31 Enable this to support the Super-Speed USB transceiver on various
32 Qualcomm chipsets.
33
Bhupesh Sharma9f153c62024-04-03 14:07:38 +020034config PHY_QCOM_USB_SNPS_FEMTO_V2
35 tristate "Qualcomm SNPS FEMTO USB HS PHY v2"
36 depends on PHY && ARCH_SNAPDRAGON
37 help
38 Enable this to support the Qualcomm Synopsys DesignWare Core 7nm
39 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
40 is usually paired with Synopsys DWC3 USB IPs on MSM SOCs.
41
Neil Armstrong65681932024-04-10 18:01:12 +020042config PHY_QCOM_SNPS_EUSB2
43 tristate "Qualcomm Synopsys eUSB2 High-Speed PHY"
44 depends on PHY && ARCH_SNAPDRAGON
45 help
46 Enable this to support the Qualcomm Synopsys DesignWare eUSB2
47 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
48 is usually paired with Synopsys DWC3 USB IPs on MSM SOCs.
49
Sumit Gargaae35732022-08-04 19:57:10 +053050config PHY_QCOM_USB_HS_28NM
51 tristate "Qualcomm 28nm High-Speed PHY"
52 depends on PHY && ARCH_SNAPDRAGON
53 help
54 Enable this to support the Qualcomm Synopsys DesignWare Core 28nm
55 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
56 is usually paired with either the ChipIdea or Synopsys DWC3 USB
57 IPs on MSM SOCs.
58
59config PHY_QCOM_USB_SS
60 tristate "Qualcomm USB Super-Speed PHY driver"
61 depends on PHY && ARCH_SNAPDRAGON
62 help
63 Enable this to support the Super-Speed USB transceiver on various
64 Qualcomm chipsets.