diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-04-19 13:57:31 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-19 22:06:24 -0400 |
commit | c256667f0468ebb353c9b11b7feed5c5cba1bd9a (patch) | |
tree | 767358c1a74f4fc31c4ca21e26f02ccd430895f9 /drivers/usb/host/ehci-hcd.c | |
parent | 1f6155f5faabb7b99cb7a96abbd52e4bfcbdfc03 (diff) |
usb: host: mips: sead3: USB Host controller support for SEAD-3 platform.
Add EHCI driver for MIPS SEAD-3 development platform.
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 343f40c23b5f..9ca6359c4ff1 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -1364,6 +1364,11 @@ MODULE_LICENSE ("GPL"); | |||
1364 | #define PLATFORM_DRIVER ehci_ls1x_driver | 1364 | #define PLATFORM_DRIVER ehci_ls1x_driver |
1365 | #endif | 1365 | #endif |
1366 | 1366 | ||
1367 | #ifdef CONFIG_MIPS_SEAD3 | ||
1368 | #include "ehci-sead3.c" | ||
1369 | #define PLATFORM_DRIVER ehci_hcd_sead3_driver | ||
1370 | #endif | ||
1371 | |||
1367 | #ifdef CONFIG_USB_EHCI_HCD_PLATFORM | 1372 | #ifdef CONFIG_USB_EHCI_HCD_PLATFORM |
1368 | #include "ehci-platform.c" | 1373 | #include "ehci-platform.c" |
1369 | #define PLATFORM_DRIVER ehci_platform_driver | 1374 | #define PLATFORM_DRIVER ehci_platform_driver |