2 # Microchip network device configuration
5 config NET_VENDOR_MICROCHIP
6 bool "Microchip devices"
9 If you have a network (Ethernet) card belonging to this class, say Y.
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Microchip cards. If you say Y, you will be asked
14 for your specific card in the following questions.
16 if NET_VENDOR_MICROCHIP
19 tristate "ENC28J60 support"
23 Support for the Microchip EN28J60 ethernet chip.
25 To compile this driver as a module, choose M here. The module will be
28 config ENC28J60_WRITEVERIFY
29 bool "Enable write verify"
32 Enable the verify after the buffer write useful for debugging purpose.
36 tristate "ENCX24J600 support"
39 Support for the Microchip ENC424J600/624J600 ethernet chip.
41 To compile this driver as a module, choose M here. The module will be
45 tristate "LAN743x support"
50 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
52 To compile this driver as a module, choose M here. The module will be
55 endif # NET_VENDOR_MICROCHIP