Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_USBIP_CORE
	tristate "USB/IP support"
	depends on CONFIG_NET
	select CONFIG_USB_COMMON
	---help---
	  This enables pushing CONFIG_USB packets over IP to allow remote
	  machines direct access to CONFIG_USB devices. It provides the
	  CONFIG_USB/IP core that is required by both drivers.

	  For more details, and to get the userspace utility
	  programs, please see <http://usbip.sourceforge.net/>.

	  To compile this as a module, choose CONFIG_M here: the module will
	  be called usbip-core.

	  If unsure, say N.

config CONFIG_USBIP_VHCI_HCD
	tristate "VHCI hcd"
	depends on CONFIG_USBIP_CORE && CONFIG_USB
	---help---
	  This enables the CONFIG_USB/IP virtual host controller driver,
	  which is run on the remote machine.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called vhci-hcd.

config CONFIG_USBIP_VHCI_HC_PORTS
	int "Number of ports per USB/IP virtual host controller"
	range 1 31
	default 8
	depends on CONFIG_USBIP_VHCI_HCD
	---help---
	  To increase number of ports available for CONFIG_USB/IP virtual
	  host controller driver, this defines number of ports per
	  CONFIG_USB/IP virtual host controller.

config CONFIG_USBIP_VHCI_NR_HCS
	int "Number of USB/IP virtual host controllers"
	range 1 128
	default 1
	depends on CONFIG_USBIP_VHCI_HCD
	---help---
	  To increase number of ports available for CONFIG_USB/IP virtual
	  host controller driver, this defines number of CONFIG_USB/IP
	  virtual host controllers as if adding physical host
	  controllers.

config CONFIG_USBIP_HOST
	tristate "Host driver"
	depends on CONFIG_USBIP_CORE && CONFIG_USB
	---help---
	  This enables the CONFIG_USB/IP host driver, which is run on the
	  machine that is sharing the CONFIG_USB devices.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called usbip-host.

config CONFIG_USBIP_VUDC
	tristate "VUDC driver"
	depends on CONFIG_USBIP_CORE && CONFIG_USB_GADGET
	---help---
	  This enables the CONFIG_USB/IP virtual CONFIG_USB device controller
	  driver, which is run on the host machine, allowing the
	  machine itself to act as a device.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called usbip-vudc.

config CONFIG_USBIP_DEBUG
	bool "Debug messages for USB/IP"
	depends on CONFIG_USBIP_CORE
	---help---
	  This enables the debug messages from the CONFIG_USB/IP drivers.