]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/usb/musb-new/Kconfig
usb: ohci: enable cache support
[karo-tx-uboot.git] / drivers / usb / musb-new / Kconfig
1 #
2 # MUSB Controller Driver
3 #
4 comment "MUSB Controller Driver"
5
6 config USB_MUSB_HOST
7         bool "MUSB host mode support"
8         help
9           Enables the MUSB USB dual-role controller in host mode.
10
11 config USB_MUSB_GADGET
12         bool "MUSB gadget mode support"
13         help
14           Enables the MUSB USB dual-role controller in gadget mode.
15
16 if USB_MUSB_HOST || USB_MUSB_GADGET
17
18 config USB_MUSB_SUNXI
19         bool "Enable sunxi OTG / DRC USB controller"
20         depends on ARCH_SUNXI
21         default y
22         ---help---
23         Say y here to enable support for the sunxi OTG / DRC USB controller
24         used on almost all sunxi boards. Note currently u-boot can only have
25         one usb host controller enabled at a time, so enabling this on boards
26         which also use the ehci host controller will result in build errors.
27
28 endif