Skip to content

Commit 23f0703

Browse files
BryanW11731-MCHPdavem330
authored andcommitted
lan743x: Add main source files for new lan743x driver
Add main source files for new lan743x driver Signed-off-by: Bryan Whitehead <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1c02e37 commit 23f0703

File tree

4 files changed

+3391
-0
lines changed

4 files changed

+3391
-0
lines changed

drivers/net/ethernet/microchip/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,14 @@ config ENCX24J600
4242
To compile this driver as a module, choose M here. The module will be
4343
called encx24j600.
4444

45+
config LAN743X
46+
tristate "LAN743x support"
47+
depends on PCI
48+
select PHYLIB
49+
---help---
50+
Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
51+
52+
To compile this driver as a module, choose M here. The module will be
53+
called lan743x.
54+
4555
endif # NET_VENDOR_MICROCHIP

drivers/net/ethernet/microchip/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
obj-$(CONFIG_ENC28J60) += enc28j60.o
66
obj-$(CONFIG_ENCX24J600) += encx24j600.o encx24j600-regmap.o
7+
obj-$(CONFIG_LAN743X) += lan743x.o
8+
9+
lan743x-objs := lan743x_main.o

0 commit comments

Comments
 (0)