From b3fce0f4324438b303ab17a246df9b6720da03ee Mon Sep 17 00:00:00 2001 From: VittGam Date: Thu, 26 Jun 2014 15:16:50 +0200 Subject: [PATCH] Enable USBIP support. This is just the kernel support for USBIP. The usbip userspace package in the Ubuntu repository is obsolete so the latest version will need to be built manually by the user. See https://bugs.launchpad.net/ubuntu/+source/usbip/+bug/898003 for more details. --- arch/arm/configs/odroidxu_ubuntu_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/odroidxu_ubuntu_defconfig b/arch/arm/configs/odroidxu_ubuntu_defconfig index b276742005745f..23bf8f0133b208 100644 --- a/arch/arm/configs/odroidxu_ubuntu_defconfig +++ b/arch/arm/configs/odroidxu_ubuntu_defconfig @@ -3126,7 +3126,10 @@ CONFIG_DMA_ENGINE=y # Microsoft Hyper-V guest support # CONFIG_STAGING=y -# CONFIG_USBIP_CORE is not set +CONFIG_USBIP_CORE=m +CONFIG_USBIP_VHCI_HCD=m +CONFIG_USBIP_HOST=m +# CONFIG_USBIP_DEBUG is not set # CONFIG_W35UND is not set # CONFIG_PRISM2_USB is not set # CONFIG_ECHO is not set