hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/usbip/Kconfig
....@@ -5,7 +5,7 @@
55 depends on NET
66 select USB_COMMON
77 select SGL_ALLOC
8
- ---help---
8
+ help
99 This enables pushing USB packets over IP to allow remote
1010 machines direct access to USB devices. It provides the
1111 USB/IP core that is required by both drivers.
....@@ -21,7 +21,7 @@
2121 config USBIP_VHCI_HCD
2222 tristate "VHCI hcd"
2323 depends on USBIP_CORE && USB
24
- ---help---
24
+ help
2525 This enables the USB/IP virtual host controller driver,
2626 which is run on the remote machine.
2727
....@@ -33,7 +33,7 @@
3333 range 1 15
3434 default 8
3535 depends on USBIP_VHCI_HCD
36
- ---help---
36
+ help
3737 To increase number of ports available for USB/IP virtual
3838 host controller driver, this defines number of ports per
3939 USB/IP virtual host controller.
....@@ -43,7 +43,7 @@
4343 range 1 128
4444 default 1
4545 depends on USBIP_VHCI_HCD
46
- ---help---
46
+ help
4747 To increase number of ports available for USB/IP virtual
4848 host controller driver, this defines number of USB/IP
4949 virtual host controllers as if adding physical host
....@@ -52,7 +52,7 @@
5252 config USBIP_HOST
5353 tristate "Host driver"
5454 depends on USBIP_CORE && USB
55
- ---help---
55
+ help
5656 This enables the USB/IP host driver, which is run on the
5757 machine that is sharing the USB devices.
5858
....@@ -62,7 +62,7 @@
6262 config USBIP_VUDC
6363 tristate "VUDC driver"
6464 depends on USBIP_CORE && USB_GADGET
65
- ---help---
65
+ help
6666 This enables the USB/IP virtual USB device controller
6767 driver, which is run on the host machine, allowing the
6868 machine itself to act as a device.
....@@ -73,5 +73,5 @@
7373 config USBIP_DEBUG
7474 bool "Debug messages for USB/IP"
7575 depends on USBIP_CORE
76
- ---help---
76
+ help
7777 This enables the debug messages from the USB/IP drivers.