blob: 6a6cb93b4c507e7ed7d07c7489be1088bac8516f [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
18config USB_MUSB_SUNXI
19 bool "Enable sunxi OTG / DRC USB controller"
20 depends on ARCH_SUNXI
21 default y
22 ---help---
23 Say y here to enable support for the sunxi OTG / DRC USB controller
Hans de Goede7806b752015-08-16 11:15:29 +020024 used on almost all sunxi boards.
Paul Kocialkowski6bed24c2015-08-04 17:04:08 +020025
26endif