blob: c264859b6c0ce17baa8a75c464ab411d667111df [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"
Sam Protsenko3457bba2016-04-13 14:20:25 +030013 select USB_GADGET_DUALSPEED
Paul Kocialkowski5d6c2f42015-08-04 17:04:07 +020014 help
15 Enables the MUSB USB dual-role controller in gadget mode.
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020016
17if USB_MUSB_HOST || USB_MUSB_GADGET
18
Purna Chandra Mandal03b8e042016-03-21 13:05:42 +053019config 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
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020026config 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
Hans de Goede7806b752015-08-16 11:15:29 +020032 used on almost all sunxi boards.
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020033
34endif