blob: 361dfb6e11269fd4a816393678101e3d78df9c88 [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
Sumit Gargaae35732022-08-04 19:57:10 +053022config PHY_QCOM_USB_HS_28NM
23 tristate "Qualcomm 28nm High-Speed PHY"
24 depends on PHY && ARCH_SNAPDRAGON
25 help
26 Enable this to support the Qualcomm Synopsys DesignWare Core 28nm
27 High-Speed PHY driver. This driver supports the Hi-Speed PHY which
28 is usually paired with either the ChipIdea or Synopsys DWC3 USB
29 IPs on MSM SOCs.
30
31config PHY_QCOM_USB_SS
32 tristate "Qualcomm USB Super-Speed PHY driver"
33 depends on PHY && ARCH_SNAPDRAGON
34 help
35 Enable this to support the Super-Speed USB transceiver on various
36 Qualcomm chipsets.