mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
enable usbip and usbip vhci-hcd as module to all devices (#2781)
* enable usbip and usbip vhci-hcd as module to all devices Add USBIP and it's module as a kernel module to all devices. It's pretty standard package available in all other distros, allow usage of USB over IP of devices. new file: config/kernel/linux-generic.config modified: config/kernel/linux-odroidxu4-legacy.config modified: lib/compilation.sh * enable usbip and usbip vhci-hcd as module to devices * rm unused config file Co-authored-by: lededev <lededev@noreplay.github.com>
This commit is contained in:
@@ -4741,7 +4741,13 @@ CONFIG_USB_UAS=m
|
||||
#
|
||||
# CONFIG_USB_MDC800 is not set
|
||||
# CONFIG_USB_MICROTEK is not set
|
||||
# CONFIG_USBIP_CORE is not set
|
||||
CONFIG_USBIP_CORE=m
|
||||
CONFIG_USBIP_VHCI_HCD=m
|
||||
CONFIG_USBIP_VHCI_HC_PORTS=8
|
||||
CONFIG_USBIP_VHCI_NR_HCS=1
|
||||
CONFIG_USBIP_HOST=m
|
||||
CONFIG_USBIP_VUDC=m
|
||||
# CONFIG_USBIP_DEBUG is not set
|
||||
# CONFIG_USB_CDNS3 is not set
|
||||
# CONFIG_USB_MUSB_HDRC is not set
|
||||
CONFIG_USB_DWC3=y
|
||||
|
||||
Reference in New Issue
Block a user