Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config USBIP_CORE
  2. tristate "USB/IP support"
  3. depends on USB && NET
  4. ---help---
  5. This enables pushing USB packets over IP to allow remote
  6. machines direct access to USB devices. It provides the
  7. USB/IP core that is required by both drivers.
  8. For more details, and to get the userspace utility
  9. programs, please see <http://usbip.sourceforge.net/>.
  10. To compile this as a module, choose M here: the module will
  11. be called usbip-core.
  12. If unsure, say N.
  13. config USBIP_VHCI_HCD
  14. tristate "VHCI hcd"
  15. depends on USBIP_CORE
  16. ---help---
  17. This enables the USB/IP virtual host controller driver,
  18. which is run on the remote machine.
  19. To compile this driver as a module, choose M here: the
  20. module will be called vhci-hcd.
  21. config USBIP_HOST
  22. tristate "Host driver"
  23. depends on USBIP_CORE
  24. ---help---
  25. This enables the USB/IP host driver, which is run on the
  26. machine that is sharing the USB devices.
  27. To compile this driver as a module, choose M here: the
  28. module will be called usbip-host.
  29. config USBIP_DEBUG
  30. bool "Debug messages for USB/IP"
  31. depends on USBIP_CORE
  32. ---help---
  33. This enables the debug messages from the USB/IP drivers.