1 # SPDX-License-Identifier: GPL-2.0-only
3 # Microchip network device configuration
6 config NET_VENDOR_MICROCHIP
7 bool "Microchip devices"
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Microchip cards. If you say Y, you will be asked
15 for your specific card in the following questions.
17 if NET_VENDOR_MICROCHIP
20 tristate "ENC28J60 support"
24 Support for the Microchip EN28J60 ethernet chip.
26 To compile this driver as a module, choose M here. The module will be
29 config ENC28J60_WRITEVERIFY
30 bool "Enable write verify"
33 Enable the verify after the buffer write useful for debugging purpose.
37 tristate "ENCX24J600 support"
40 Support for the Microchip ENC424J600/624J600 ethernet chip.
42 To compile this driver as a module, choose M here. The module will be
46 tristate "LAN743x support"
48 depends on PTP_1588_CLOCK_OPTIONAL
53 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
55 To compile this driver as a module, choose M here. The module will be
58 source "drivers/net/ethernet/microchip/lan966x/Kconfig"
59 source "drivers/net/ethernet/microchip/sparx5/Kconfig"
61 endif # NET_VENDOR_MICROCHIP