Kconfig 428 B

1234567891011121314
  1. if USB_ROLE_SWITCH
  2. config USB_ROLES_INTEL_XHCI
  3. tristate "Intel XHCI USB Role Switch"
  4. depends on ACPI && X86
  5. help
  6. Driver for the internal USB role switch for switching the USB data
  7. lines between the xHCI host controller and the dwc3 gadget controller
  8. found on various Intel SoCs.
  9. To compile the driver as a module, choose M here: the module will
  10. be called intel-xhci-usb-role-switch.
  11. endif # USB_ROLE_SWITCH