Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19a38d8e authored by Liu Junliang's avatar Liu Junliang Committed by David S. Miller
Browse files

USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800 Device Driver Support

parent bf06200e
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -292,6 +292,22 @@ config USB_NET_SR9700
	  This option adds support for CoreChip-sz SR9700 based USB 1.1
	  10/100 Ethernet adapters.

config USB_NET_SR9800
	tristate "CoreChip-sz SR9800 based USB 2.0 10/100 ethernet devices"
	depends on USB_USBNET
	select CRC32
	default y
	---help---
	  Say Y if you want to use one of the following 100Mbps USB Ethernet
	  device based on the CoreChip-sz SR9800 chip.

	  This driver makes the adapter appear as a normal Ethernet interface,
	  typically on eth0, if it is the only ethernet device, or perhaps on
	  eth1, if you have a PCI or ISA ethernet card installed.

	  To compile this driver as a module, choose M here: the
	  module will be called sr9800.

config USB_NET_SMSC75XX
	tristate "SMSC LAN75XX based USB 2.0 gigabit ethernet devices"
	depends on USB_USBNET
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o r815x.o
obj-$(CONFIG_USB_NET_CDC_EEM)	+= cdc_eem.o
obj-$(CONFIG_USB_NET_DM9601)	+= dm9601.o
obj-$(CONFIG_USB_NET_SR9700)	+= sr9700.o
obj-$(CONFIG_USB_NET_SR9800)	+= sr9800.o
obj-$(CONFIG_USB_NET_SMSC75XX)	+= smsc75xx.o
obj-$(CONFIG_USB_NET_SMSC95XX)	+= smsc95xx.o
obj-$(CONFIG_USB_NET_GL620A)	+= gl620a.o
+870 −0

File added.

Preview size limit exceeded, changes collapsed.

+202 −0

File added.

Preview size limit exceeded, changes collapsed.