ARM: vt8500: Add support for UHCI companion controller
Add support for a generic non-pci UHCI companion controller. Existing board files for arch-vt8500 updated to include UHCI support. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
8ad551d150
commit
100d459703
@@ -846,6 +846,11 @@ static const char hcd_name[] = "uhci_hcd";
|
||||
#define PLATFORM_DRIVER uhci_grlib_driver
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_USB_UHCI_PLATFORM
|
||||
#include "uhci-platform.c"
|
||||
#define PLATFORM_DRIVER uhci_platform_driver
|
||||
#endif
|
||||
|
||||
#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER)
|
||||
#error "missing bus glue for uhci-hcd"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user