diff options
| author | Adam Ford <[email protected]> | 2019-07-10 13:59:09 -0500 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2019-08-08 11:35:02 +0200 |
| commit | fc58263d2e4180cedc621ce9efbd93637d6a1cf5 (patch) | |
| tree | 6b0a9f354a20f82fc6979c71cc040c1c910b370e /drivers/phy/Makefile | |
| parent | 2e8fef747bf773691d174b2b8120d7aa6c637bcf (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 <[email protected]>
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 90646ca55b9..b9f5195e1ca 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 |
