USB: OHCI support for PNX8550

OHCI HCD (Host Controller Driver) for USB. Bus Glue for PNX8550.

Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Vitaly Wool
2006-10-09 01:32:00 -07:00
committed by Greg Kroah-Hartman
parent 23d10a9e37
commit 5151d04068
2 changed files with 262 additions and 0 deletions

View File

@@ -885,6 +885,10 @@ MODULE_LICENSE ("GPL");
#include "ohci-au1xxx.c"
#endif
#ifdef CONFIG_PNX8550
#include "ohci-pnx8550.c"
#endif
#ifdef CONFIG_USB_OHCI_HCD_PPC_SOC
#include "ohci-ppc-soc.c"
#endif