aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorGravatar Antoine Ténart <antoine.tenart@free-electrons.com> 2014-07-07 12:16:07 +0200
committerGravatar Kishon Vijay Abraham I <kishon@ti.com> 2014-07-22 12:46:11 +0530
commit942a31b521911b0f162a37844c29f91022d129f0 (patch)
treebdaab986d9beb01f0432ef764c463d0723556403 /drivers/phy/Makefile
parentphy: Remove ARCH_KIRKWOOD dependency (diff)
downloadlinux-942a31b521911b0f162a37844c29f91022d129f0.tar.gz
linux-942a31b521911b0f162a37844c29f91022d129f0.tar.bz2
linux-942a31b521911b0f162a37844c29f91022d129f0.zip
phy: add a driver for the Berlin SATA PHY
The Berlin SoC has a two SATA ports. Add a PHY driver to handle them. The mode selection can let us think this PHY can be configured to fit other purposes. But there are reasons to think the SATA mode will be the only one usable: the PHY registers are only accessible indirectly through two registers in the SATA range, the PHY seems to be integrated and no information tells us the contrary. For these reasons, make the driver a SATA PHY driver. Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index a4819d378619..3c2ad5915be2 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -3,6 +3,7 @@
#
obj-$(CONFIG_GENERIC_PHY) += phy-core.o
+obj-$(CONFIG_PHY_BERLIN_SATA) += phy-berlin-sata.o
obj-$(CONFIG_BCM_KONA_USB2_PHY) += phy-bcm-kona-usb2.o
obj-$(CONFIG_PHY_EXYNOS_DP_VIDEO) += phy-exynos-dp-video.o
obj-$(CONFIG_PHY_EXYNOS_MIPI_VIDEO) += phy-exynos-mipi-video.o