diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2014-11-21 00:53:25 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-11-21 17:18:50 +0300 |
commit | 13ebb68cb5a227abe2437094f99a699736e39e0a (patch) | |
tree | 42dede85ecb5e5ee0c4b14ba00494954093d4924 /drivers/phy/Makefile | |
parent | ec4637bfff1c7d5f2bc7e51d180dd4aa51883af0 (diff) | |
download | linux-13ebb68cb5a227abe2437094f99a699736e39e0a.tar.xz |
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/Makefile | 1 |
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 |