diff options
| author | Stefan Roese <[email protected]> | 2020-08-24 13:04:38 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2020-10-07 20:25:57 +0200 |
| commit | 92ca2fee08d560bbc1d30a9eb357c862ccdd94c8 (patch) | |
| tree | 2908b3f9fac2dd2f79bff293757e64a850b5e61b /drivers/usb/host/Makefile | |
| parent | e68efa1ecf4552158451f9b097fbcc15ce927489 (diff) | |
usb: xhci: octeon: Add DWC3 glue layer for Octeon
This patch adds the glue layer for the MIPS Octeon SoCs. It's ported
mainly from the Linux code.
Signed-off-by: Stefan Roese <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Cc: Bin Meng <[email protected]>
Cc: Marek Vasut <[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 29d4f87e38b..a12e8f27025 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -56,6 +56,7 @@ obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o obj-$(CONFIG_USB_XHCI_PCI) += xhci-pci.o obj-$(CONFIG_USB_XHCI_RCAR) += xhci-rcar.o obj-$(CONFIG_USB_XHCI_STI) += dwc3-sti-glue.o +obj-$(CONFIG_USB_XHCI_OCTEON) += dwc3-octeon-glue.o # designware obj-$(CONFIG_USB_DWC2) += dwc2.o |
