blob: 4e8a5432efab6b066d21139df7b0d9661cc3ac90 [file] [log] [blame]
Paul Kocialkowski5d6c2f42015-08-04 17:04:07 +02001#
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.
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020015
16if USB_MUSB_HOST || USB_MUSB_GADGET
17
Purna Chandra Mandal03b8e042016-03-21 13:05:42 +053018config 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
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020025config 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
Hans de Goede7806b752015-08-16 11:15:29 +020031 used on almost all sunxi boards.
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020032
33endif