diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-07-21 06:58:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 17:00:37 -0400 |
commit | 100d45970327f78584ff4846deeca14bba511e28 (patch) | |
tree | 3698827ac9c75aa66d461fd9862b7fcef4768e94 /drivers/usb/host/Kconfig | |
parent | 8ad551d150e3bb0902696496a9d2aa094335705a (diff) |
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>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 075d2eca8108..c3f619b1f598 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -450,7 +450,7 @@ config USB_OHCI_LITTLE_ENDIAN | |||
450 | 450 | ||
451 | config USB_UHCI_HCD | 451 | config USB_UHCI_HCD |
452 | tristate "UHCI HCD (most Intel and VIA) support" | 452 | tristate "UHCI HCD (most Intel and VIA) support" |
453 | depends on USB && (PCI || SPARC_LEON) | 453 | depends on USB && (PCI || SPARC_LEON || ARCH_VT8500) |
454 | ---help--- | 454 | ---help--- |
455 | The Universal Host Controller Interface is a standard by Intel for | 455 | The Universal Host Controller Interface is a standard by Intel for |
456 | accessing the USB hardware in the PC (which is also called the USB | 456 | accessing the USB hardware in the PC (which is also called the USB |
@@ -468,7 +468,15 @@ config USB_UHCI_HCD | |||
468 | config USB_UHCI_SUPPORT_NON_PCI_HC | 468 | config USB_UHCI_SUPPORT_NON_PCI_HC |
469 | bool | 469 | bool |
470 | depends on USB_UHCI_HCD | 470 | depends on USB_UHCI_HCD |
471 | default y if SPARC_LEON | 471 | default y if (SPARC_LEON || ARCH_VT8500) |
472 | |||
473 | config USB_UHCI_PLATFORM | ||
474 | bool "Generic UHCI Platform Driver support" | ||
475 | depends on USB_UHCI_SUPPORT_NON_PCI_HC | ||
476 | default y if ARCH_VT8500 | ||
477 | ---help--- | ||
478 | Enable support for generic UHCI platform devices that require no | ||
479 | additional configuration. | ||
472 | 480 | ||
473 | config USB_UHCI_BIG_ENDIAN_MMIO | 481 | config USB_UHCI_BIG_ENDIAN_MMIO |
474 | bool | 482 | bool |