summaryrefslogtreecommitdiff
path: root/drivers/phy/marvell/Makefile
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-10-15 16:45:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-10-18 19:44:39 +0200
commit644930cbad32c0a850aaeed11eb2a49b492bf51a (patch)
tree3fb7855f47388fd6d6070a9e3dac4dbd69621db5 /drivers/phy/marvell/Makefile
parent89303c7ea770b6010943ef4ed73eb92bdc5a7ec8 (diff)
phy: phy-pxa-usb: add a new driver
Turned from arch/arm/mach-mmp/devices.c into a proper PHY driver, so that in can be instantiated from a DT. Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/marvell/Makefile')
-rw-r--r--drivers/phy/marvell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/marvell/Makefile b/drivers/phy/marvell/Makefile
index 5c3ec5d10e0d..3975b144f8ec 100644
--- a/drivers/phy/marvell/Makefile
+++ b/drivers/phy/marvell/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o
obj-$(CONFIG_PHY_MVEBU_SATA) += phy-mvebu-sata.o
obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o
obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
+obj-$(CONFIG_PHY_PXA_USB) += phy-pxa-usb.o