diff options
author | Masahiro Yamada | 2015-02-27 02:27:00 +0900 |
---|---|---|
committer | Masahiro Yamada | 2015-03-01 00:03:00 +0900 |
commit | 1e7df7c4e4a1ad12b764c55369c313c1731dc4e8 (patch) | |
tree | e9459d0595006ff828854ca3e8bd1ec91809fcfb /drivers/usb/host/Makefile | |
parent | de01a768f079ddfdf3c0fa6372658972081e916c (diff) |
usb: UniPhier: add UniPhier on-chip xHCI host driver support
Support xHCI host driver used on Panasonic UniPhier platform.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>
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 66d6e9a6d24..eb6f34b53cb 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -48,6 +48,7 @@ obj-$(CONFIG_USB_XHCI_KEYSTONE) += xhci-keystone.o obj-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o obj-$(CONFIG_USB_XHCI_PCI) += xhci-pci.o +obj-$(CONFIG_USB_XHCI_UNIPHIER) += xhci-uniphier.o # designware obj-$(CONFIG_USB_DWC2) += dwc2.o |