Kconfig (05909cd9a0c8811731b38697af13075e8954314f) Kconfig (0b32e91fdfd87314af9943e69eb85a88adb4233c)
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

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

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 select PHYLIB
49 select CRC16
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

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

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 select PHYLIB
49 select CRC16
50 select CRC32
50 help
51 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
52
53 To compile this driver as a module, choose M here. The module will be
54 called lan743x.
55
56endif # NET_VENDOR_MICROCHIP
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
57endif # NET_VENDOR_MICROCHIP