Skip to content

Commit d0cad87

Browse files
Steve Glendinningdavem330
authored andcommitted
smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driver
This patch adds a driver for SMSC's LAN7500 family of USB 2.0 to gigabit ethernet adapters. It's loosely based on the smsc95xx driver but the device registers for LAN7500 are completely different. Signed-off-by: Steve Glendinning <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c5e49fb commit d0cad87

File tree

4 files changed

+1718
-0
lines changed

4 files changed

+1718
-0
lines changed

drivers/net/usb/Kconfig

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

207+
config USB_NET_SMSC75XX
208+
tristate "SMSC LAN75XX based USB 2.0 gigabit ethernet devices"
209+
depends on USB_USBNET
210+
select CRC32
211+
help
212+
This option adds support for SMSC LAN95XX based USB 2.0
213+
Gigabit Ethernet adapters.
214+
207215
config USB_NET_SMSC95XX
208216
tristate "SMSC LAN95XX based USB 2.0 10/100 ethernet devices"
209217
depends on USB_USBNET

drivers/net/usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ obj-$(CONFIG_USB_NET_AX8817X) += asix.o
1111
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
1212
obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o
1313
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
14+
obj-$(CONFIG_USB_NET_SMSC75XX) += smsc75xx.o
1415
obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
1516
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
1617
obj-$(CONFIG_USB_NET_NET1080) += net1080.o

0 commit comments

Comments
 (0)