From fab7d136f8a5842edd9b01068ff6223e0773b24e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 19 Feb 2016 14:19:50 +0100 Subject: [PATCH] USBIP http://forum.armbian.com/index.php/topic/711-support-for-usbip/ --- config/linux-sunxi-dev.config | 5 ++++- config/linux-sunxi-next.config | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/linux-sunxi-dev.config b/config/linux-sunxi-dev.config index d28e1bcf12..36247852c0 100644 --- a/config/linux-sunxi-dev.config +++ b/config/linux-sunxi-dev.config @@ -3989,7 +3989,10 @@ 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_HOST=m +CONFIG_USBIP_DEBUG=n CONFIG_USB_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set diff --git a/config/linux-sunxi-next.config b/config/linux-sunxi-next.config index ca7e850b6c..bc53c54a6a 100644 --- a/config/linux-sunxi-next.config +++ b/config/linux-sunxi-next.config @@ -3945,7 +3945,10 @@ 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_HOST=m +CONFIG_USBIP_DEBUG=n CONFIG_USB_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set