aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/qualcomm/Makefile
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2019-05-01 17:14:06 -0700
committerKishon Vijay Abraham I <kishon@ti.com>2019-05-31 19:41:13 +0530
commit6ef72bc036bcb4c8ad5ef9bd73a71ad2e6538026 (patch)
treeb17b28e4c6784ae1b6ff6b0b31783a57a1f540d3 /drivers/phy/qualcomm/Makefile
parentdt-bindings: phy: Add binding for Qualcomm PCIe2 PHY (diff)
downloadlinux-dev-6ef72bc036bcb4c8ad5ef9bd73a71ad2e6538026.tar.xz
linux-dev-6ef72bc036bcb4c8ad5ef9bd73a71ad2e6538026.zip
phy: qcom: Add Qualcomm PCIe2 PHY driver
The Qualcomm PCIe2 PHY is based on design from Synopsys and found in several different platforms where the QMP PHY isn't used. Reviewed-by: Niklas Cassel <niklas.cassel@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/qualcomm/Makefile')
-rw-r--r--drivers/phy/qualcomm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/Makefile b/drivers/phy/qualcomm/Makefile
index c56efd3af205..283251d6a5d9 100644
--- a/drivers/phy/qualcomm/Makefile
+++ b/drivers/phy/qualcomm/Makefile
@@ -2,6 +2,7 @@
obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o
obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o
obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o
+obj-$(CONFIG_PHY_QCOM_PCIE2) += phy-qcom-pcie2.o
obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o
obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o
obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o