You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
lan743x: Add main source files for new lan743x driver
Add main source files for new lan743x driver Signed-off-by: Bryan Whitehead <Bryan.Whitehead@microchip.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1c02e377e2
commit
23f0703c12
@@ -42,4 +42,14 @@ config ENCX24J600
|
||||
To compile this driver as a module, choose M here. The module will be
|
||||
called encx24j600.
|
||||
|
||||
config LAN743X
|
||||
tristate "LAN743x support"
|
||||
depends on PCI
|
||||
select PHYLIB
|
||||
---help---
|
||||
Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
|
||||
|
||||
To compile this driver as a module, choose M here. The module will be
|
||||
called lan743x.
|
||||
|
||||
endif # NET_VENDOR_MICROCHIP
|
||||
|
||||
@@ -4,3 +4,6 @@
|
||||
|
||||
obj-$(CONFIG_ENC28J60) += enc28j60.o
|
||||
obj-$(CONFIG_ENCX24J600) += encx24j600.o encx24j600-regmap.o
|
||||
obj-$(CONFIG_LAN743X) += lan743x.o
|
||||
|
||||
lan743x-objs := lan743x_main.o
|
||||
|
||||
2781
drivers/net/ethernet/microchip/lan743x_main.c
Normal file
2781
drivers/net/ethernet/microchip/lan743x_main.c
Normal file
File diff suppressed because it is too large
Load Diff
597
drivers/net/ethernet/microchip/lan743x_main.h
Normal file
597
drivers/net/ethernet/microchip/lan743x_main.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user