Kconfig 1014 B

12345678910111213141516171819202122232425262728
  1. config USB_ROLE_SWITCH
  2. tristate "USB Role Switch Support"
  3. help
  4. USB Role Switch is a device that can select the USB role - host or
  5. device - for a USB port (connector). In most cases dual-role capable
  6. USB controller will also represent the switch, but on some platforms
  7. multiplexer/demultiplexer switch is used to route the data lines on
  8. the USB connector between separate USB host and device controllers.
  9. Say Y here if your USB connectors support both device and host roles.
  10. To compile the driver as module, choose M here: the module will be
  11. called roles.ko.
  12. if USB_ROLE_SWITCH
  13. config USB_ROLES_INTEL_XHCI
  14. tristate "Intel XHCI USB Role Switch"
  15. depends on ACPI && X86
  16. help
  17. Driver for the internal USB role switch for switching the USB data
  18. lines between the xHCI host controller and the dwc3 gadget controller
  19. found on various Intel SoCs.
  20. To compile the driver as a module, choose M here: the module will
  21. be called intel-xhci-usb-role-switch.
  22. endif # USB_ROLE_SWITCH