| # SPDX-License-Identifier: GPL-2.0 |
| bool "MediaTek USB3 Dual Role controller" |
| depends on USB_XHCI_HCD || USB_GADGET |
| Say Y here if your system runs on MediaTek SoCs with |
| Dual Role SuperSpeed USB controller. You can select usb |
| mode as peripheral role or host role. |
| If you don't know what this is, please say N. |
| bool "MTU3 Mode Selection" |
| default USB_MTU3_GADGET if USB_GADGET |
| default USB_MTU3_HOST if (USB_HOST && !USB_GADGET) |
| Select this when you want to use MTU3 in host mode only, |
| thereby the gadget feature will be regressed. |
| select USB_GADGET_DUALSPEED |
| Select this when you want to use MTU3 in gadget mode only, |
| thereby the host feature will be regressed. |
| bool "Enable Debugging Messages" |
| Say Y here to enable debugging messages in the MTU3 Driver. |