Skip to content

Commit c9b3745

Browse files
liujunliang130112davem330
authored andcommitted
USB2NET : SR9700 : One chip USB 1.1 USB2NET SR9700Device Driver Support
Signed-off-by: Liu Junliang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a77dcb8 commit c9b3745

File tree

4 files changed

+742
-0
lines changed

4 files changed

+742
-0
lines changed

drivers/net/usb/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,14 @@ config USB_NET_DM9601
268268
This option adds support for Davicom DM9601 based USB 1.1
269269
10/100 Ethernet adapters.
270270

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+
271279
config USB_NET_SMSC75XX
272280
tristate "SMSC LAN75XX based USB 2.0 gigabit ethernet devices"
273281
depends on USB_USBNET

drivers/net/usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ obj-$(CONFIG_USB_NET_AX88179_178A) += ax88179_178a.o
1414
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o r815x.o
1515
obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o
1616
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
17+
obj-$(CONFIG_USB_NET_SR9700) += sr9700.o
1718
obj-$(CONFIG_USB_NET_SMSC75XX) += smsc75xx.o
1819
obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
1920
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o

0 commit comments

Comments
 (0)