Lines Matching +full:usb +full:- +full:host
1 # SPDX-License-Identifier: GPL-2.0
7 depends on USB || USB_GADGET
13 Dual Role SuperSpeed USB controller. You can select usb
14 mode as peripheral role or host role, or both.
25 default USB_MTU3_DUAL_ROLE if (USB && USB_GADGET)
26 default USB_MTU3_HOST if (USB && !USB_GADGET)
27 default USB_MTU3_GADGET if (!USB && USB_GADGET)
30 bool "Host only mode"
31 depends on USB=y || USB=USB_MTU3
33 Select this when you want to use MTU3 in host mode only,
41 thereby the host feature will be regressed.
45 depends on ((USB=y || USB=USB_MTU3) && (USB_GADGET=y || USB_GADGET=USB_MTU3))
50 both host and gadget features are enabled.