File tree Expand file tree Collapse file tree 4 files changed +742
-0
lines changed Expand file tree Collapse file tree 4 files changed +742
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,14 @@ config USB_NET_DM9601
268
268
This option adds support for Davicom DM9601 based USB 1.1
269
269
10/100 Ethernet adapters.
270
270
271
+ config USB_NET_SR9700
272
+ tristate "CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices"
273
+ depends on USB_USBNET
274
+ select CRC32
275
+ help
276
+ This option adds support for CoreChip-sz SR9700 based USB 1.1
277
+ 10/100 Ethernet adapters.
278
+
271
279
config USB_NET_SMSC75XX
272
280
tristate "SMSC LAN75XX based USB 2.0 gigabit ethernet devices"
273
281
depends on USB_USBNET
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ obj-$(CONFIG_USB_NET_AX88179_178A) += ax88179_178a.o
14
14
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o r815x.o
15
15
obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o
16
16
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
17
+ obj-$(CONFIG_USB_NET_SR9700) += sr9700.o
17
18
obj-$(CONFIG_USB_NET_SMSC75XX) += smsc75xx.o
18
19
obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
19
20
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
You can’t perform that action at this time.
0 commit comments