Skip to content

Commit 55d7de9

Browse files
WoojungHuhdavem330
authored andcommitted
Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver
Repost patch of driver for LAN7800 family of USB 2.0 & USB 3.0 to Gigabit Ethernet. - remove module param which can be configurable by standard mechanism. - remove other module parms except msg_level per review comment. - update to handle byte swap for statistics structure correctly. Signed-off-by: Woojung Huh <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a6ed383 commit 55d7de9

File tree

4 files changed

+4610
-0
lines changed

4 files changed

+4610
-0
lines changed

drivers/net/usb/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ config USB_RTL8152
106106
To compile this driver as a module, choose M here: the
107107
module will be called r8152.
108108

109+
config USB_LAN78XX
110+
tristate "Microchip LAN78XX Based USB Ethernet Adapters"
111+
select MII
112+
help
113+
This option adds support for Microchip LAN78XX based USB 2
114+
& USB 3 10/100/1000 Ethernet adapters.
115+
116+
To compile this driver as a module, choose M here: the
117+
module will be called lan78xx.
118+
109119
config USB_USBNET
110120
tristate "Multi-purpose USB Networking Framework"
111121
select MII

drivers/net/usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ obj-$(CONFIG_USB_PEGASUS) += pegasus.o
88
obj-$(CONFIG_USB_RTL8150) += rtl8150.o
99
obj-$(CONFIG_USB_RTL8152) += r8152.o
1010
obj-$(CONFIG_USB_HSO) += hso.o
11+
obj-$(CONFIG_USB_LAN78XX) += lan78xx.o
1112
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
1213
asix-y := asix_devices.o asix_common.o ax88172a.o
1314
obj-$(CONFIG_USB_NET_AX88179_178A) += ax88179_178a.o

0 commit comments

Comments
 (0)