Skip to content

Commit

Permalink
lan743x: Add main source files for new lan743x driver
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
BryanW11731-MCHP authored and davem330 committed Mar 7, 2018
1 parent 1c02e37 commit 23f0703
Show file tree
Hide file tree
Showing 4 changed files with 3,391 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/net/ethernet/microchip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions drivers/net/ethernet/microchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 23f0703

Please sign in to comment.