diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-09 13:58:14 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-07-18 16:40:29 -0400 |
commit | 47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a (patch) | |
tree | 829b845956f9f5f6b2997424fa1d6d72244b0d1b /drivers/usb/host/ohci-hcd.c | |
parent | d1cc1732cc62034542b042a4506d7c5043bc5e5e (diff) |
usb: add host support for the tilegx architecture
This change adds OHCI and EHCI support for the tilegx's on-chip
USB hardware.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index e0adf5c0cf55..2b1e8d84c873 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
@@ -1100,6 +1100,11 @@ MODULE_LICENSE ("GPL"); | |||
1100 | #define PLATFORM_DRIVER ohci_octeon_driver | 1100 | #define PLATFORM_DRIVER ohci_octeon_driver |
1101 | #endif | 1101 | #endif |
1102 | 1102 | ||
1103 | #ifdef CONFIG_TILE_USB | ||
1104 | #include "ohci-tilegx.c" | ||
1105 | #define PLATFORM_DRIVER ohci_hcd_tilegx_driver | ||
1106 | #endif | ||
1107 | |||
1103 | #ifdef CONFIG_USB_CNS3XXX_OHCI | 1108 | #ifdef CONFIG_USB_CNS3XXX_OHCI |
1104 | #include "ohci-cns3xxx.c" | 1109 | #include "ohci-cns3xxx.c" |
1105 | #define PLATFORM_DRIVER ohci_hcd_cns3xxx_driver | 1110 | #define PLATFORM_DRIVER ohci_hcd_cns3xxx_driver |