Skip to content

Commit 4913a4b

Browse files
committed
linux: enable all USB network drivers in linux-6.6 defconfig
1 parent d41d899 commit 4913a4b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

linux-6.6.defconfig

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,20 @@ CONFIG_BCMGENET=y
214214
# CONFIG_NET_VENDOR_WIZNET is not set
215215
CONFIG_CAN_MCP251X=y
216216
CONFIG_USB_NET_DRIVERS=m
217+
CONFIG_USB_LAN78XX=m
217218
CONFIG_USB_USBNET=m
218-
# CONFIG_USB_NET_CDCETHER is not set
219-
# CONFIG_USB_NET_CDC_NCM is not set
220-
# CONFIG_USB_NET_NET1080 is not set
221-
# CONFIG_USB_NET_CDC_SUBSET is not set
219+
CONFIG_USB_NET_CDC_EEM=m
220+
CONFIG_USB_NET_HUAWEI_CDC_NCM=m
221+
CONFIG_USB_NET_CDC_MBIM=m
222+
CONFIG_USB_NET_DM9601=m
223+
CONFIG_USB_NET_SR9700=m
224+
CONFIG_USB_NET_SR9800=m
225+
CONFIG_USB_NET_SMSC75XX=m
226+
CONFIG_USB_NET_SMSC95XX=m
227+
CONFIG_USB_NET_GL620A=m
228+
CONFIG_USB_NET_PLUSB=m
229+
CONFIG_USB_NET_MCS7830=m
230+
CONFIG_USB_NET_RNDIS_HOST=m
222231
# CONFIG_USB_NET_ZAURUS is not set
223232
CONFIG_USB_NET_QMI_WWAN=m
224233
# CONFIG_WLAN_VENDOR_ADMTEK is not set

0 commit comments

Comments
 (0)