]> git.sur5r.net Git - u-boot/blob - drivers/usb/musb-new/Kconfig
powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option
[u-boot] / 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         select USB_GADGET_DUALSPEED
14         help
15           Enables the MUSB USB dual-role controller in gadget mode.
16
17 if USB_MUSB_HOST || USB_MUSB_GADGET
18
19 config USB_MUSB_PIC32
20         bool "Enable Microchip PIC32 DRC USB controller"
21         depends on DM_USB && MACH_PIC32
22         help
23           Say y to enable PIC32 USB DRC controller support
24           if it is available on your Microchip PIC32 platform.
25
26 config USB_MUSB_SUNXI
27         bool "Enable sunxi OTG / DRC USB controller"
28         depends on ARCH_SUNXI
29         default y
30         ---help---
31         Say y here to enable support for the sunxi OTG / DRC USB controller
32         used on almost all sunxi boards.
33
34 endif