diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-02-04 21:11:15 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-03-21 23:23:13 +0100 |
commit | 8e948c6ff1f3765fda846260a6abd65361902a3d (patch) | |
tree | 367170e10fe201522982fb80fc53a81a86c2b2ee /drivers/phy/Makefile | |
parent | 485d2cd3d619bbd74c966aaeb2ff1db1120f8ca5 (diff) | |
download | u-boot-8e948c6ff1f3765fda846260a6abd65361902a3d.tar.gz |
phy: add support for bcm6318 usbh phy
Signed-off-by: Ãlvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.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 d8239854a3..68087ae3b1 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o +obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o obj-$(CONFIG_BCM6368_USBH_PHY) += bcm6368-usbh-phy.o |