Kconfig (e82a82c19f4272ea5437cc76e5711b98e2ee6223) | Kconfig (0775a9cbc694e8c7276688be3bbd2f386167ab54) |
---|---|
1config USBIP_CORE 2 tristate "USB/IP support" 3 depends on USB_COMMON && 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 --- 10 unchanged lines hidden (view full) --- 19 depends on USBIP_CORE && USB 20 ---help--- 21 This enables the USB/IP virtual host controller driver, 22 which is run on the remote machine. 23 24 To compile this driver as a module, choose M here: the 25 module will be called vhci-hcd. 26 | 1config USBIP_CORE 2 tristate "USB/IP support" 3 depends on USB_COMMON && 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 --- 10 unchanged lines hidden (view full) --- 19 depends on USBIP_CORE && USB 20 ---help--- 21 This enables the USB/IP virtual host controller driver, 22 which is run on the remote machine. 23 24 To compile this driver as a module, choose M here: the 25 module will be called vhci-hcd. 26 |
27config USBIP_VHCI_HC_PORTS 28 int "Number of ports per USB/IP virtual host controller" 29 range 1 31 30 default 8 31 depends on USBIP_VHCI_HCD 32 ---help--- 33 To increase number of ports available for USB/IP virtual 34 host controller driver, this defines number of ports per 35 USB/IP virtual host controller. 36 37config USBIP_VHCI_NR_HCS 38 int "Number of USB/IP virtual host controllers" 39 range 1 128 40 default 1 41 depends on USBIP_VHCI_HCD 42 ---help--- 43 To increase number of ports available for USB/IP virtual 44 host controller driver, this defines number of USB/IP 45 virtual host controllers as if adding physical host 46 controllers. 47 |
|
27config USBIP_HOST 28 tristate "Host driver" 29 depends on USBIP_CORE && USB 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 --- 18 unchanged lines hidden --- | 48config USBIP_HOST 49 tristate "Host driver" 50 depends on USBIP_CORE && USB 51 ---help--- 52 This enables the USB/IP host driver, which is run on the 53 machine that is sharing the USB devices. 54 55 To compile this driver as a module, choose M here: the --- 18 unchanged lines hidden --- |