summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
blob: 5a3ce40705e8f46d15da40c13a3cccca202ea65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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