From 7409be7197002d4450941bb6efe8e86b6f29bb29 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 5 Aug 2022 09:54:40 +0200 Subject: [PATCH] Enable USB/IP kernel modules (#2047) --- buildroot-external/kernel/device-support.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildroot-external/kernel/device-support.config b/buildroot-external/kernel/device-support.config index 403f9604e..4f98c0eb3 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -1,3 +1,10 @@ +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_USB_SERIAL=y CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_OPTION=m