9
0
Fork 0

Merge branch 'master' into for-next/at91

This commit is contained in:
Sascha Hauer 2013-01-23 08:56:25 +01:00
commit fba91e5e6e
1 changed files with 5 additions and 0 deletions

View File

@ -8,7 +8,12 @@ config USB_EHCI_OMAP
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