Skip to content

Commit a26607b

Browse files
committed
Merge pull request #52 from VittGam/patch-1
Enable USBIP support.
2 parents 461ad9a + b3fce0f commit a26607b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm/configs/odroidxu_ubuntu_defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,10 @@ CONFIG_DMA_ENGINE=y
31263126
# Microsoft Hyper-V guest support
31273127
#
31283128
CONFIG_STAGING=y
3129-
# CONFIG_USBIP_CORE is not set
3129+
CONFIG_USBIP_CORE=m
3130+
CONFIG_USBIP_VHCI_HCD=m
3131+
CONFIG_USBIP_HOST=m
3132+
# CONFIG_USBIP_DEBUG is not set
31303133
# CONFIG_W35UND is not set
31313134
# CONFIG_PRISM2_USB is not set
31323135
# CONFIG_ECHO is not set

0 commit comments

Comments
 (0)