--- zzzz-none-000/linux-5.4.213/drivers/phy/qualcomm/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/phy/qualcomm/Kconfig 2024-05-29 11:19:59.000000000 +0000 @@ -91,3 +91,20 @@ select GENERIC_PHY help Support for the USB HSIC ULPI compliant PHY on QCOM chipsets. + +config PHY_IPQ_UNIPHY_USB + tristate "USB Uniphy driver support" + depends on (USB || USB_GADGET) && ARCH_QCOM + select USB_PHY + help + Enable this to support the USB UNI PHY. It handles PHY + initialization, clock management required after resetting + the hardware and power management. This driver is required + even for peripheral only or host only mode configurations. + +config PHY_IPQ_UNIPHY_PCIE + bool "PCIE UNI PHY driver" + depends on ARCH_QCOM + depends on HAS_IOMEM + depends on OF + select GENERIC_PHY