summaryrefslogtreecommitdiffstats
path: root/rules/usbip.in
blob: 3b6fb77a75201b9ce294c2c7ffae07c4dbefe949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=core

config USBIP
	tristate
	select UDEV
	select UDEV_LIBUDEV
	select HWDATA		if !SYSTEMD_HWDB
	select HWDATA_USB	if !SYSTEMD_HWDB
	prompt "usbip"
	help
	  USB/IP system for sharing USB devices over the network.
	  Contains 'usbipd' server and 'usbip' client tool.