xref: /openbmc/u-boot/drivers/usb/musb-new/Kconfig (revision 03b8e046)
1#
2# MUSB Controller Driver
3#
4comment "MUSB Controller Driver"
5
6config USB_MUSB_HOST
7	bool "MUSB host mode support"
8	help
9	  Enables the MUSB USB dual-role controller in host mode.
10
11config USB_MUSB_GADGET
12	bool "MUSB gadget mode support"
13	help
14	  Enables the MUSB USB dual-role controller in gadget mode.
15
16if USB_MUSB_HOST || USB_MUSB_GADGET
17
18config USB_MUSB_PIC32
19	bool "Enable Microchip PIC32 DRC USB controller"
20	depends on DM_USB && MACH_PIC32
21	help
22	  Say y to enable PIC32 USB DRC controller support
23	  if it is available on your Microchip PIC32 platform.
24
25config USB_MUSB_SUNXI
26	bool "Enable sunxi OTG / DRC USB controller"
27	depends on ARCH_SUNXI
28	default y
29	---help---
30	Say y here to enable support for the sunxi OTG / DRC USB controller
31	used on almost all sunxi boards.
32
33endif
34