Paul Kocialkowski | 5d6c2f4 | 2015-08-04 17:04:07 +0200 | [diff] [blame] | 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" |
Sam Protsenko | 3457bba | 2016-04-13 14:20:25 +0300 | [diff] [blame] | 13 | select USB_GADGET_DUALSPEED |
Paul Kocialkowski | 5d6c2f4 | 2015-08-04 17:04:07 +0200 | [diff] [blame] | 14 | help |
| 15 | Enables the MUSB USB dual-role controller in gadget mode. |
Paul Kocialkowski | 6bed24c | 2015-08-04 17:04:08 +0200 | [diff] [blame] | 16 | |
Mugunthan V N | 28b8d5f | 2016-11-17 14:38:08 +0530 | [diff] [blame] | 17 | config USB_MUSB_TI |
| 18 | bool "Enable TI OTG USB controller" |
| 19 | depends on DM_USB |
| 20 | default n |
| 21 | help |
| 22 | Say y here to enable support for the dual role high |
| 23 | speed USB controller based on the Mentor Graphics |
| 24 | silicon IP. |
| 25 | |
Paul Kocialkowski | 6bed24c | 2015-08-04 17:04:08 +0200 | [diff] [blame] | 26 | if USB_MUSB_HOST || USB_MUSB_GADGET |
| 27 | |
Purna Chandra Mandal | 03b8e04 | 2016-03-21 13:05:42 +0530 | [diff] [blame] | 28 | config USB_MUSB_PIC32 |
| 29 | bool "Enable Microchip PIC32 DRC USB controller" |
| 30 | depends on DM_USB && MACH_PIC32 |
| 31 | help |
| 32 | Say y to enable PIC32 USB DRC controller support |
| 33 | if it is available on your Microchip PIC32 platform. |
| 34 | |
Paul Kocialkowski | 6bed24c | 2015-08-04 17:04:08 +0200 | [diff] [blame] | 35 | config USB_MUSB_SUNXI |
| 36 | bool "Enable sunxi OTG / DRC USB controller" |
| 37 | depends on ARCH_SUNXI |
| 38 | default y |
| 39 | ---help--- |
| 40 | Say y here to enable support for the sunxi OTG / DRC USB controller |
Hans de Goede | 7806b75 | 2015-08-16 11:15:29 +0200 | [diff] [blame] | 41 | used on almost all sunxi boards. |
Paul Kocialkowski | 6bed24c | 2015-08-04 17:04:08 +0200 | [diff] [blame] | 42 | |
| 43 | endif |