summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorWingMan Kwok <w-kwok2@ti.com>2014-09-05 22:26:23 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:04 -0400
commitbc0e8d7c5d189c1566a73affad0087ccbe511bc9 (patch)
treeb1f734642d85a6bc024a005abc69de0101ab9ed2 /drivers/usb/host/Makefile
parent9ea9021ac466f5ccc8b6238cbce37428bb58f887 (diff)
downloadblackbird-obmc-uboot-bc0e8d7c5d189c1566a73affad0087ccbe511bc9.tar.gz
blackbird-obmc-uboot-bc0e8d7c5d189c1566a73affad0087ccbe511bc9.zip
keystone: usb: add support of usb xhci
Add support of usb xhci. xHCI controls all USB speeds of the Host mode, that is, the SS through the SS PHY, as well as the HS, FS, and LS through the USB2 PHY. xHCI replaces and supersedes all previous host HCIs (HS-only EHCI, FS/LS OHCI and UHCI), and is therefore not backwards compatible with any of them. The USB3SS’s USB Controller is fully compliant with xHC. Acked-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: WingMan Kwok <w-kwok2@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index c4f5157a84..3d3a0c42a5 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -43,5 +43,6 @@ obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o
# xhci
obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o
+obj-$(CONFIG_USB_XHCI_KEYSTONE) += xhci-keystone.o
obj-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o
obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
OpenPOWER on IntegriCloud