summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorAntoine Tenart2014-11-20 22:53:25 +0100
committerKishon Vijay Abraham I2014-11-21 15:18:50 +0100
commit13ebb68cb5a227abe2437094f99a699736e39e0a (patch)
tree42dede85ecb5e5ee0c4b14ba00494954093d4924 /drivers/phy/Makefile
parentphy: berlin-sata: Document BG2 compatible (diff)
downloadkernel-qcow2-linux-13ebb68cb5a227abe2437094f99a699736e39e0a.tar.gz
kernel-qcow2-linux-13ebb68cb5a227abe2437094f99a699736e39e0a.tar.xz
kernel-qcow2-linux-13ebb68cb5a227abe2437094f99a699736e39e0a.zip
phy: add the Berlin USB PHY driver
Add the driver driving the Marvell Berlin USB PHY. This allows to initialize the PHY and to use it from the USB driver later. Signed-off-by: Antoine Tenart <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 30d90a8d72e8..68022f698f51 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -3,6 +3,7 @@
#
obj-$(CONFIG_GENERIC_PHY) += phy-core.o
+obj-$(CONFIG_PHY_BERLIN_USB) += phy-berlin-usb.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