.. | .. |
---|
5 | 5 | depends on NET |
---|
6 | 6 | select USB_COMMON |
---|
7 | 7 | select SGL_ALLOC |
---|
8 | | - ---help--- |
---|
| 8 | + help |
---|
9 | 9 | This enables pushing USB packets over IP to allow remote |
---|
10 | 10 | machines direct access to USB devices. It provides the |
---|
11 | 11 | USB/IP core that is required by both drivers. |
---|
.. | .. |
---|
21 | 21 | config USBIP_VHCI_HCD |
---|
22 | 22 | tristate "VHCI hcd" |
---|
23 | 23 | depends on USBIP_CORE && USB |
---|
24 | | - ---help--- |
---|
| 24 | + help |
---|
25 | 25 | This enables the USB/IP virtual host controller driver, |
---|
26 | 26 | which is run on the remote machine. |
---|
27 | 27 | |
---|
.. | .. |
---|
33 | 33 | range 1 15 |
---|
34 | 34 | default 8 |
---|
35 | 35 | depends on USBIP_VHCI_HCD |
---|
36 | | - ---help--- |
---|
| 36 | + help |
---|
37 | 37 | To increase number of ports available for USB/IP virtual |
---|
38 | 38 | host controller driver, this defines number of ports per |
---|
39 | 39 | USB/IP virtual host controller. |
---|
.. | .. |
---|
43 | 43 | range 1 128 |
---|
44 | 44 | default 1 |
---|
45 | 45 | depends on USBIP_VHCI_HCD |
---|
46 | | - ---help--- |
---|
| 46 | + help |
---|
47 | 47 | To increase number of ports available for USB/IP virtual |
---|
48 | 48 | host controller driver, this defines number of USB/IP |
---|
49 | 49 | virtual host controllers as if adding physical host |
---|
.. | .. |
---|
52 | 52 | config USBIP_HOST |
---|
53 | 53 | tristate "Host driver" |
---|
54 | 54 | depends on USBIP_CORE && USB |
---|
55 | | - ---help--- |
---|
| 55 | + help |
---|
56 | 56 | This enables the USB/IP host driver, which is run on the |
---|
57 | 57 | machine that is sharing the USB devices. |
---|
58 | 58 | |
---|
.. | .. |
---|
62 | 62 | config USBIP_VUDC |
---|
63 | 63 | tristate "VUDC driver" |
---|
64 | 64 | depends on USBIP_CORE && USB_GADGET |
---|
65 | | - ---help--- |
---|
| 65 | + help |
---|
66 | 66 | This enables the USB/IP virtual USB device controller |
---|
67 | 67 | driver, which is run on the host machine, allowing the |
---|
68 | 68 | machine itself to act as a device. |
---|
.. | .. |
---|
73 | 73 | config USBIP_DEBUG |
---|
74 | 74 | bool "Debug messages for USB/IP" |
---|
75 | 75 | depends on USBIP_CORE |
---|
76 | | - ---help--- |
---|
| 76 | + help |
---|
77 | 77 | This enables the debug messages from the USB/IP drivers. |
---|