Newer
Older
barebox / drivers / usb / host / Kconfig
@Sebastian Hesselbarth Sebastian Hesselbarth on 28 Jul 2014 799 bytes USB: host: add xHCI HCD, Hub, and platform driver
config USB_EHCI
	bool "EHCI driver"

config USB_EHCI_OMAP
	depends on ARCH_OMAP3
	depends on USB_TWL4030
	bool "OMAP EHCI driver"

config USB_EHCI_ATMEL
	depends on ARCH_AT91
	depends on USB_EHCI
	bool "Atmel EHCI driver"

config USB_OHCI
	bool "OHCI driver"
	depends on !MMU

if USB_OHCI

config USB_OHCI_AT91
	depends on ARCH_AT91
	bool "AT91 OHCI driver"

endif

config USB_XHCI
	bool "xHCI driver"
	help
	  The eXtensible Host Controller Interface (xHCI) is standard for
	  USB 3.0 "SuperSpeed" host controller hardware. xHCI specification
	  defines support for all USB device speeds from USB 3.0 down to
	  USB 1.1 without the need for companion controllers.

	  This driver currently only supports virtual USB 2.0 ports, if you
	  plan to use USB 3.0 devices, use a USB 2.0 cable in between.