From 9c1cde8f9e30d7c32c062a60ce1fb67b0aeee145 Mon Sep 17 00:00:00 2001 From: ali alaei Date: Mon, 22 Sep 2025 12:30:07 +0200 Subject: [PATCH] Add support for Qualcomm serial (qcserial) and CDC MBIM (cdc_mbim) kernel modules --- config/kernel/linux-xpressreal-t3-6.6.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/kernel/linux-xpressreal-t3-6.6.config b/config/kernel/linux-xpressreal-t3-6.6.config index 1e35f7959..1c5b1b61f 100644 --- a/config/kernel/linux-xpressreal-t3-6.6.config +++ b/config/kernel/linux-xpressreal-t3-6.6.config @@ -329,6 +329,7 @@ CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m CONFIG_USB_RTL8152=m CONFIG_USB_USBNET=m +CONFIG_USB_NET_CDC_MBIM=m CONFIG_USB_NET_QMI_WWAN=m # CONFIG_WLAN_VENDOR_ADMTEK is not set # CONFIG_WLAN_VENDOR_ATH is not set @@ -438,6 +439,7 @@ CONFIG_USB_MDC800=y CONFIG_USB_DWC3=y CONFIG_USB_DWC2=y CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_QUALCOMM=m CONFIG_USB_SERIAL_OPTION=y CONFIG_USB_FTDI_SPI=y CONFIG_USB_GADGET=y