From 23f857fcb411bdbe1ad6074d7d70a9607108b433 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 14 Aug 2023 11:45:53 +0200 Subject: [PATCH] Add USB serial console support (#2683) (#2686) --- buildroot-external/kernel/device-support.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/kernel/device-support.config b/buildroot-external/kernel/device-support.config index 7f8eaae3e..131ae2478 100644 --- a/buildroot-external/kernel/device-support.config +++ b/buildroot-external/kernel/device-support.config @@ -6,6 +6,7 @@ CONFIG_USBIP_HOST=m CONFIG_USBIP_VUDC=m CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_CONSOLE=y CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_WWAN=m