Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (9360575c5837cfee841ad350de5be830b840d972) |
---|---|
1config 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 --- 20 unchanged lines hidden (view full) --- 29 depends on USBIP_CORE 30 ---help--- 31 This enables the USB/IP host driver, which is run on the 32 machine that is sharing the USB devices. 33 34 To compile this driver as a module, choose M here: the 35 module will be called usbip-host. 36 | 1config 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 --- 20 unchanged lines hidden (view full) --- 29 depends on USBIP_CORE 30 ---help--- 31 This enables the USB/IP host driver, which is run on the 32 machine that is sharing the USB devices. 33 34 To compile this driver as a module, choose M here: the 35 module will be called usbip-host. 36 |
37config USBIP_VUDC 38 tristate "VUDC driver" 39 depends on USBIP_CORE 40 ---help--- 41 This enables the USB/IP virtual USB device controller 42 driver, which is run on the host machine, allowing the 43 machine itself to act as a device. 44 45 To compile this driver as a module, choose M here: the 46 module will be called usbip-vudc. 47 |
|
37config USBIP_DEBUG 38 bool "Debug messages for USB/IP" 39 depends on USBIP_CORE 40 ---help--- 41 This enables the debug messages from the USB/IP drivers. | 48config USBIP_DEBUG 49 bool "Debug messages for USB/IP" 50 depends on USBIP_CORE 51 ---help--- 52 This enables the debug messages from the USB/IP drivers. |