From b1c98c023e3586425cbd0a32fb176d1c19e4cc97 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Fri, 6 Oct 2017 14:27:05 +0300 Subject: [PATCH] Add USBIP to sunxi64-next (#794) --- config/kernel/linux-sunxi64-next.config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/kernel/linux-sunxi64-next.config b/config/kernel/linux-sunxi64-next.config index d6aed04dc8..7b634e73bb 100644 --- a/config/kernel/linux-sunxi64-next.config +++ b/config/kernel/linux-sunxi64-next.config @@ -3683,7 +3683,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_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set