Sumit Garg | 302d5a4 | 2022-08-04 19:57:09 +0530 | [diff] [blame] | 1 | config 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 | |
| 9 | config 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 Garg | aae3573 | 2022-08-04 19:57:10 +0530 | [diff] [blame] | 14 | |
Bhupesh Sharma | f0cbbc9 | 2024-09-10 11:11:58 +0200 | [diff] [blame] | 15 | config 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 Sharma | fe6b5cc | 2024-04-03 14:07:37 +0200 | [diff] [blame] | 21 | config 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 | |
Bhupesh Sharma | 9f153c6 | 2024-04-03 14:07:38 +0200 | [diff] [blame] | 28 | config PHY_QCOM_USB_SNPS_FEMTO_V2 |
| 29 | tristate "Qualcomm SNPS FEMTO USB HS PHY v2" |
| 30 | depends on PHY && ARCH_SNAPDRAGON |
| 31 | help |
| 32 | Enable this to support the Qualcomm Synopsys DesignWare Core 7nm |
| 33 | High-Speed PHY driver. This driver supports the Hi-Speed PHY which |
| 34 | is usually paired with Synopsys DWC3 USB IPs on MSM SOCs. |
| 35 | |
Neil Armstrong | 6568193 | 2024-04-10 18:01:12 +0200 | [diff] [blame] | 36 | config PHY_QCOM_SNPS_EUSB2 |
| 37 | tristate "Qualcomm Synopsys eUSB2 High-Speed PHY" |
| 38 | depends on PHY && ARCH_SNAPDRAGON |
| 39 | help |
| 40 | Enable this to support the Qualcomm Synopsys DesignWare eUSB2 |
| 41 | High-Speed PHY driver. This driver supports the Hi-Speed PHY which |
| 42 | is usually paired with Synopsys DWC3 USB IPs on MSM SOCs. |
| 43 | |
Sumit Garg | aae3573 | 2022-08-04 19:57:10 +0530 | [diff] [blame] | 44 | config PHY_QCOM_USB_HS_28NM |
| 45 | tristate "Qualcomm 28nm High-Speed PHY" |
| 46 | depends on PHY && ARCH_SNAPDRAGON |
| 47 | help |
| 48 | Enable this to support the Qualcomm Synopsys DesignWare Core 28nm |
| 49 | High-Speed PHY driver. This driver supports the Hi-Speed PHY which |
| 50 | is usually paired with either the ChipIdea or Synopsys DWC3 USB |
| 51 | IPs on MSM SOCs. |
| 52 | |
| 53 | config PHY_QCOM_USB_SS |
| 54 | tristate "Qualcomm USB Super-Speed PHY driver" |
| 55 | depends on PHY && ARCH_SNAPDRAGON |
| 56 | help |
| 57 | Enable this to support the Super-Speed USB transceiver on various |
| 58 | Qualcomm chipsets. |