diff options
| author | Sanchayan Maity <[email protected]> | 2015-04-15 16:24:27 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-04-23 14:56:09 -0400 |
| commit | a94bb7a42c0c377bd4eecc8aec1ef454c9bad51a (patch) | |
| tree | d0fdf4c96cf7056ae926ec46b56921ed42dd57ea /drivers/usb/host/Makefile | |
| parent | e7b860fa4dd4de736d887deca19ca540abea4239 (diff) | |
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
This driver adds support for the USB peripheral on Freescale Vybrid
SoC's.
Signed-off-by: Sanchayan Maity <[email protected]>
Diffstat (limited to 'drivers/usb/host/Makefile')
| -rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 7658f873e0a..3b57e565533 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -44,6 +44,7 @@ obj-$(CONFIG_USB_EHCI_SUNXI) += ehci-sunxi.o obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o obj-$(CONFIG_USB_EHCI_UNIPHIER) += ehci-uniphier.o obj-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o +obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o |
