.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Microchip network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_MICROCHIP |
---|
6 | 7 | bool "Microchip devices" |
---|
7 | 8 | default y |
---|
8 | | - depends on SPI |
---|
9 | | - ---help--- |
---|
| 9 | + help |
---|
10 | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 11 | |
---|
12 | 12 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
20 | 20 | tristate "ENC28J60 support" |
---|
21 | 21 | depends on SPI |
---|
22 | 22 | select CRC32 |
---|
23 | | - ---help--- |
---|
| 23 | + help |
---|
24 | 24 | Support for the Microchip EN28J60 ethernet chip. |
---|
25 | 25 | |
---|
26 | 26 | To compile this driver as a module, choose M here. The module will be |
---|
.. | .. |
---|
29 | 29 | config ENC28J60_WRITEVERIFY |
---|
30 | 30 | bool "Enable write verify" |
---|
31 | 31 | depends on ENC28J60 |
---|
32 | | - ---help--- |
---|
| 32 | + help |
---|
33 | 33 | Enable the verify after the buffer write useful for debugging purpose. |
---|
34 | 34 | If unsure, say N. |
---|
35 | 35 | |
---|
36 | 36 | config ENCX24J600 |
---|
37 | 37 | tristate "ENCX24J600 support" |
---|
38 | 38 | depends on SPI |
---|
39 | | - ---help--- |
---|
| 39 | + help |
---|
40 | 40 | Support for the Microchip ENC424J600/624J600 ethernet chip. |
---|
41 | 41 | |
---|
42 | 42 | To compile this driver as a module, choose M here. The module will be |
---|
.. | .. |
---|
47 | 47 | depends on PCI |
---|
48 | 48 | select PHYLIB |
---|
49 | 49 | select CRC16 |
---|
50 | | - ---help--- |
---|
| 50 | + select CRC32 |
---|
| 51 | + help |
---|
51 | 52 | Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip |
---|
52 | 53 | |
---|
53 | 54 | To compile this driver as a module, choose M here. The module will be |
---|