Newer
Older
barebox / drivers / usb / host / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jan 2013 365 bytes ehci: add atmel support
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