Kconfig (ca31fef11dc83e672415d5925a134749761329bd) Kconfig (e5f31552674e88bff3a4e3ca3e5357668b5f2973)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Microchip network device configuration
4#
5
6config NET_VENDOR_MICROCHIP
7 bool "Microchip devices"
8 default y

--- 31 unchanged lines hidden (view full) ---

40 Support for the Microchip ENC424J600/624J600 ethernet chip.
41
42 To compile this driver as a module, choose M here. The module will be
43 called encx24j600.
44
45config LAN743X
46 tristate "LAN743x support"
47 depends on PCI
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Microchip network device configuration
4#
5
6config NET_VENDOR_MICROCHIP
7 bool "Microchip devices"
8 default y

--- 31 unchanged lines hidden (view full) ---

40 Support for the Microchip ENC424J600/624J600 ethernet chip.
41
42 To compile this driver as a module, choose M here. The module will be
43 called encx24j600.
44
45config LAN743X
46 tristate "LAN743x support"
47 depends on PCI
48 depends on PTP_1588_CLOCK_OPTIONAL
48 select PHYLIB
49 select CRC16
50 select CRC32
51 help
52 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
53
54 To compile this driver as a module, choose M here. The module will be
55 called lan743x.
56
57source "drivers/net/ethernet/microchip/sparx5/Kconfig"
58
59endif # NET_VENDOR_MICROCHIP
49 select PHYLIB
50 select CRC16
51 select CRC32
52 help
53 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
54
55 To compile this driver as a module, choose M here. The module will be
56 called lan743x.
57
58source "drivers/net/ethernet/microchip/sparx5/Kconfig"
59
60endif # NET_VENDOR_MICROCHIP