summaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-07-10 13:59:09 -0500
committerMarek Vasut <marex@denx.de>2019-08-08 11:35:02 +0200
commitfc58263d2e4180cedc621ce9efbd93637d6a1cf5 (patch)
tree6b0a9f354a20f82fc6979c71cc040c1c910b370e /drivers/phy/Makefile
parent2e8fef747bf773691d174b2b8120d7aa6c637bcf (diff)
phy: Add support for phy-da8xx-usb
In preparation for supporting the musb driver, this patch adds support for the usb phy associated with the musb driver. Signed-off-by: Adam Ford <aford173@gmail.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 90646ca55b..b9f5195e1c 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_MSM8916_USB_PHY) += msm8916-usbh-phy.o
obj-$(CONFIG_OMAP_USB2_PHY) += omap-usb2-phy.o
obj-$(CONFIG_KEYSTONE_USB_PHY) += keystone-usb-phy.o
obj-$(CONFIG_MT76X8_USB_PHY) += mt76x8-usb-phy.o
+obj-$(CONFIG_PHY_DA8XX_USB) += phy-da8xx-usb.o