summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Makefile
diff options
context:
space:
mode:
authorVenu Byravarasu <vbyravarasu@nvidia.com>2012-09-05 18:50:23 +0530
committerFelipe Balbi <balbi@ti.com>2012-09-05 16:43:57 +0300
commit1ba8216f0bc02af6ba70d1108d60eb1b064395e4 (patch)
tree6b7c478d2e4f63ff837678c4a99a4a854801ec86 /drivers/usb/phy/Makefile
parentde4217d90fed1b1714a270ceb5d092f7314e8bda (diff)
downloadop-kernel-dev-1ba8216f0bc02af6ba70d1108d60eb1b064395e4.zip
op-kernel-dev-1ba8216f0bc02af6ba70d1108d60eb1b064395e4.tar.gz
usb: move phy driver from mach-tegra to drivers/usb
As part of this patch: 1. Moved existing tegra phy driver to drivers/USB directory. 2. Added standard USB phy driver APIs to tegra phy driver. Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Makefile')
-rw-r--r--drivers/usb/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
index cf38f08..bb948fb 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -6,3 +6,4 @@ ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
obj-$(CONFIG_USB_ISP1301) += isp1301.o
obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o
+obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o
OpenPOWER on IntegriCloud