From 21c81694142413ce0f9d7eaa781eb431e2606577 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 24 Feb 2020 11:48:57 +0100 Subject: [PATCH] linux-5.4.21-323: Build `USB_SERIAL_FTDI_SIO` as module The USB FTDI Single Port Serial Driver is not needed for booting, so build it as a module instead of directly into the kernel. --- linux-5.4.21-323.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.4.21-323.bee b/linux-5.4.21-323.bee index 3a35e8a48..619ec8b83 100755 --- a/linux-5.4.21-323.bee +++ b/linux-5.4.21-323.bee @@ -738,7 +738,7 @@ mee_configure() { CONFIG_USB_SL811_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_SERIAL=y - CONFIG_USB_SERIAL_FTDI_SIO=y + CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_OMNINET=y CONFIG_USB_CHAOSKEY=m CONFIG_EDAC=y