diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-07-16 12:10:08 -0400 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 03:16:12 -0400 |
commit | 4f6160d4089ec0e39e33a197138413bd0701ce21 (patch) | |
tree | baf00dae060d84a77d2248e80af21a572dc00c55 /drivers/phy/Makefile | |
parent | 175f02ebdfdf8431dbf607c04fe5caf667ba8e6c (diff) |
phy: qcom: Add driver for QCOM IPQ806x SATA PHY
Add a PHY driver for uses with AHCI based SATA controller driver on the
IPQ806x family of SoCs.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 3c2ad5915be2..54ab9785932c 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile | |||
@@ -23,3 +23,4 @@ phy-exynos-usb2-$(CONFIG_PHY_EXYNOS5250_USB2) += phy-exynos5250-usb2.o | |||
23 | obj-$(CONFIG_PHY_EXYNOS5_USBDRD) += phy-exynos5-usbdrd.o | 23 | obj-$(CONFIG_PHY_EXYNOS5_USBDRD) += phy-exynos5-usbdrd.o |
24 | obj-$(CONFIG_PHY_XGENE) += phy-xgene.o | 24 | obj-$(CONFIG_PHY_XGENE) += phy-xgene.o |
25 | obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o | 25 | obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o |
26 | obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o | ||