Skip to content

Commit 879439b

Browse files
sunxi64: enable USB_SERIAL_OPTION (module) for GSM/UMTS/LTE modem support (#10050)
* sunxi64: enable USB_SERIAL_OPTION (module) for GSM/UMTS/LTE modem support Enable additional USB serial modem drivers for sunxi64 current kernel configuration. This patch enables the following USB serial drivers as modules: - CONFIG_USB_SERIAL_IPW=m - CONFIG_USB_SERIAL_QUALCOMM=m - CONFIG_USB_SERIAL_OPTION=m These drivers are commonly required for USB WWAN/LTE/3G/4G modems using the USB serial/option interface, including devices from vendors such as D-Link, Huawei, Quectel, SIMCom, and similar chipsets. Enabling these drivers improves out-of-the-box support for USB cellular modems without requiring manual kernel reconfiguration. No functional change for existing USB stack; only enables additional optional modem drivers as modules. * sunxi64: enable USB_SERIAL_OPTION (+IPW, QUALCOMM) for edge too Addresses review "Edge still missing": the modem USB-serial drivers were added to current but not edge. Add USB_SERIAL_IPW/QUALCOMM/OPTION (=m) to the edge config so the edge USB_SERIAL block matches current. Legacy already carries them (and the full usb-serial set), so it is unchanged. Signed-off-by: Igor Pecovnik <igor@armbian.com> --------- Signed-off-by: Igor Pecovnik <igor@armbian.com> Co-authored-by: Igor Pecovnik <igor@armbian.com>
1 parent 7dad16e commit 879439b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

config/kernel/linux-sunxi64-current.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,10 @@ CONFIG_USB_SERIAL_SIMPLE=m
20112011
CONFIG_USB_SERIAL_CH341=m
20122012
CONFIG_USB_SERIAL_CP210X=m
20132013
CONFIG_USB_SERIAL_FTDI_SIO=m
2014+
CONFIG_USB_SERIAL_IPW=m
20142015
CONFIG_USB_SERIAL_PL2303=m
2016+
CONFIG_USB_SERIAL_QUALCOMM=m
2017+
CONFIG_USB_SERIAL_OPTION=m
20152018
CONFIG_USB_GADGET=y
20162019
CONFIG_USB_GADGET_VBUS_DRAW=500
20172020
CONFIG_U_SERIAL_CONSOLE=y

config/kernel/linux-sunxi64-edge.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,10 @@ CONFIG_USB_SERIAL_SIMPLE=m
20052005
CONFIG_USB_SERIAL_CH341=m
20062006
CONFIG_USB_SERIAL_CP210X=m
20072007
CONFIG_USB_SERIAL_FTDI_SIO=m
2008+
CONFIG_USB_SERIAL_IPW=m
20082009
CONFIG_USB_SERIAL_PL2303=m
2010+
CONFIG_USB_SERIAL_QUALCOMM=m
2011+
CONFIG_USB_SERIAL_OPTION=m
20092012
CONFIG_USB_GADGET=y
20102013
CONFIG_USB_GADGET_VBUS_DRAW=500
20112014
CONFIG_U_SERIAL_CONSOLE=y

0 commit comments

Comments
 (0)