diff options
| author | 2013-12-19 09:23:09 -0500 | |
|---|---|---|
| committer | 2013-12-23 14:33:02 -0600 | |
| commit | 7597fdfca983025a3de91d4b3cf7b21ba452003c (patch) | |
| tree | 987f56d57b710be7aaf8ebecdc200fc0a9f4df5e /drivers/phy/Makefile | |
| parent | phy: add Broadcom Kona USB2 PHY DT binding (diff) | |
| download | linux-dev-7597fdfca983025a3de91d4b3cf7b21ba452003c.tar.xz linux-dev-7597fdfca983025a3de91d4b3cf7b21ba452003c.zip | |
phy: add Broadcom Kona USB2 PHY driver
Add a driver for the internal Broadcom Kona USB 2.0 PHY found
on the BCM281xx family of SoCs.
Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Felipe Balbi <balbi@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 d0caae9cfb83..c447f1a98ac5 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -3,6 +3,7 @@ # obj-$(CONFIG_GENERIC_PHY) += phy-core.o +obj-$(CONFIG_BCM_KONA_USB2_PHY) += phy-bcm-kona-usb2.o obj-$(CONFIG_PHY_EXYNOS_DP_VIDEO) += phy-exynos-dp-video.o obj-$(CONFIG_PHY_EXYNOS_MIPI_VIDEO) += phy-exynos-mipi-video.o obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o |
