summaryrefslogtreecommitdiff
path: root/drivers/usb/roles/Kconfig
blob: f5a5e6f79f1b977d56d1363c30595d32f32c6dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if USB_ROLE_SWITCH

config USB_ROLES_INTEL_XHCI
	tristate "Intel XHCI USB Role Switch"
	depends on ACPI && X86
	help
	  Driver for the internal USB role switch for switching the USB data
	  lines between the xHCI host controller and the dwc3 gadget controller
	  found on various Intel SoCs.

	  To compile the driver as a module, choose M here: the module will
	  be called intel-xhci-usb-role-switch.

endif # USB_ROLE_SWITCH