Skip to content

Commit

Permalink
Enable QMI for out-of-the-box cellular support
Browse files Browse the repository at this point in the history
This makes it easier to support many cellular modems without requiring a
Nerves system build.
  • Loading branch information
fhunleth committed Aug 31, 2024
1 parent f53c9be commit 0aaee4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-6.6.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ CONFIG_BCMGENET=y
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
CONFIG_USB_NET_DRIVERS=m
# CONFIG_WLAN_VENDOR_ADMTEK is not set
# CONFIG_WLAN_VENDOR_ATH is not set
# CONFIG_WLAN_VENDOR_ATMEL is not set
Expand Down Expand Up @@ -326,6 +327,7 @@ CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_GADGET=y
CONFIG_USB_ETH=y
Expand Down

0 comments on commit 0aaee4f

Please sign in to comment.