1 # SPDX-License-Identifier: GPL-2.0-only
3 # Phy drivers for Qualcomm and Atheros platforms
6 tristate "Atheros AR71XX/9XXX USB PHY driver"
7 depends on OF && (ATH79 || COMPILE_TEST)
8 default y if USB_EHCI_HCD_PLATFORM || USB_OHCI_HCD_PLATFORM
9 select RESET_CONTROLLER
12 Enable this to support the USB PHY on Atheros AR71XX/9XXX SoCs.
14 config PHY_QCOM_APQ8064_SATA
15 tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
21 config PHY_QCOM_IPQ806X_SATA
22 tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
29 tristate "Qualcomm PCIe Gen2 PHY Driver"
30 depends on OF && COMMON_CLK && (ARCH_QCOM || COMPILE_TEST)
33 Enable this to support the Qualcomm PCIe PHY, used with the Synopsys
34 based PCIe controller.
37 tristate "Qualcomm QMP PHY Driver"
38 depends on OF && COMMON_CLK && (ARCH_QCOM || COMPILE_TEST)
41 Enable this to support the QMP PHY transceiver that is used
42 with controllers such as PCIe, UFS, and USB on Qualcomm chips.
45 tristate "Qualcomm QUSB2 PHY Driver"
46 depends on OF && (ARCH_QCOM || COMPILE_TEST)
47 depends on NVMEM || !NVMEM
50 Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
51 controllers on Qualcomm chips. This driver supports the high-speed
52 PHY which is usually paired with either the ChipIdea or Synopsys DWC3
56 tristate "Qualcomm UFS PHY driver"
57 depends on OF && ARCH_QCOM
60 Support for UFS PHY on QCOM chipsets.
64 config PHY_QCOM_UFS_14NM
68 Support for 14nm UFS QMP phy present on QCOM chipsets.
70 config PHY_QCOM_UFS_20NM
75 Support for 20nm UFS QMP phy present on QCOM chipsets.
79 config PHY_QCOM_USB_HS
80 tristate "Qualcomm USB HS PHY module"
81 depends on USB_ULPI_BUS
82 depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in
85 Support for the USB high-speed ULPI compliant phy on Qualcomm
88 config PHY_QCOM_USB_HSIC
89 tristate "Qualcomm USB HSIC ULPI PHY module"
90 depends on USB_ULPI_BUS
93 Support for the USB HSIC ULPI compliant PHY on QCOM chipsets.