We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c02e37 commit 23f0703Copy full SHA for 23f0703
drivers/net/ethernet/microchip/Kconfig
@@ -42,4 +42,14 @@ config ENCX24J600
42
To compile this driver as a module, choose M here. The module will be
43
called encx24j600.
44
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
55
endif # NET_VENDOR_MICROCHIP
drivers/net/ethernet/microchip/Makefile
@@ -4,3 +4,6 @@
4
5
obj-$(CONFIG_ENC28J60) += enc28j60.o
6
obj-$(CONFIG_ENCX24J600) += encx24j600.o encx24j600-regmap.o
7
+obj-$(CONFIG_LAN743X) += lan743x.o
8
9
+lan743x-objs := lan743x_main.o
0 commit comments