blob: 3aae1813352be467ee16564114a079fa86f80bda [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
Bhupesh Sharmafe6b5cc2024-04-03 14:07:37 +020015config PHY_QCOM_QUSB2
16 tristate "Qualcomm USB QUSB2 PHY driver"
17 depends on PHY && ARCH_SNAPDRAGON
18 help
19 Enable this to support the Super-Speed USB transceiver on various
20 Qualcomm chipsets.
21
Bhupesh Sharma9f153c62024-04-03 14:07:38 +020022config PHY_QCOM_USB_SNPS_FEMTO_V2
23 tristate "Qualcomm SNPS FEMTO USB HS PHY v2"
24 depends on PHY && ARCH_SNAPDRAGON
25 help
26 Enable this to support the Qualcomm Synopsys DesignWare Core 7nm
27 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
28 is usually paired with Synopsys DWC3 USB IPs on MSM SOCs.
29
Neil Armstrong65681932024-04-10 18:01:12 +020030config PHY_QCOM_SNPS_EUSB2
31 tristate "Qualcomm Synopsys eUSB2 High-Speed PHY"
32 depends on PHY && ARCH_SNAPDRAGON
33 help
34 Enable this to support the Qualcomm Synopsys DesignWare eUSB2
35 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
36 is usually paired with Synopsys DWC3 USB IPs on MSM SOCs.
37
Sumit Gargaae35732022-08-04 19:57:10 +053038config PHY_QCOM_USB_HS_28NM
39 tristate "Qualcomm 28nm High-Speed PHY"
40 depends on PHY && ARCH_SNAPDRAGON
41 help
42 Enable this to support the Qualcomm Synopsys DesignWare Core 28nm
43 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
44 is usually paired with either the ChipIdea or Synopsys DWC3 USB
45 IPs on MSM SOCs.
46
47config PHY_QCOM_USB_SS
48 tristate "Qualcomm USB Super-Speed PHY driver"
49 depends on PHY && ARCH_SNAPDRAGON
50 help
51 Enable this to support the Super-Speed USB transceiver on various
52 Qualcomm chipsets.