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 67ee0f4 commit ac35219
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 @@ -171,6 +171,7 @@ CONFIG_USB_NET_SMSC95XX=y
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
CONFIG_USB_NET_QMI_WWAN=m
CONFIG_BRCMFMAC=m
# CONFIG_RTL_CARDS is not set
# CONFIG_INPUT_LEDS is not set
Expand Down Expand Up @@ -294,6 +295,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 ac35219

Please sign in to comment.