Skip to content

Commit 6410ddc

Browse files
committed
Fix missing QMI support
QMI was intended to be enabled in 0aaee4f, but not all of the options were enabled.
1 parent 9d3a88e commit 6410ddc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

linux-6.6.defconfig

+9
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@ CONFIG_BCMGENET=y
195195
# CONFIG_NET_VENDOR_VIA is not set
196196
# CONFIG_NET_VENDOR_WIZNET is not set
197197
CONFIG_USB_NET_DRIVERS=m
198+
CONFIG_USB_USBNET=m
199+
# CONFIG_USB_NET_AX8817X is not set
200+
# CONFIG_USB_NET_AX88179_178A is not set
201+
# CONFIG_USB_NET_CDCETHER is not set
202+
# CONFIG_USB_NET_CDC_NCM is not set
203+
# CONFIG_USB_NET_NET1080 is not set
204+
# CONFIG_USB_NET_CDC_SUBSET is not set
205+
# CONFIG_USB_NET_ZAURUS is not set
206+
CONFIG_USB_NET_QMI_WWAN=m
198207
# CONFIG_WLAN_VENDOR_ADMTEK is not set
199208
# CONFIG_WLAN_VENDOR_ATH is not set
200209
# CONFIG_WLAN_VENDOR_ATMEL is not set

0 commit comments

Comments
 (0)