hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/ethernet/microchip/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Microchip network device configuration
34 #
....@@ -5,8 +6,7 @@
56 config NET_VENDOR_MICROCHIP
67 bool "Microchip devices"
78 default y
8
- depends on SPI
9
- ---help---
9
+ help
1010 If you have a network (Ethernet) card belonging to this class, say Y.
1111
1212 Note that the answer to this question doesn't directly affect the
....@@ -20,7 +20,7 @@
2020 tristate "ENC28J60 support"
2121 depends on SPI
2222 select CRC32
23
- ---help---
23
+ help
2424 Support for the Microchip EN28J60 ethernet chip.
2525
2626 To compile this driver as a module, choose M here. The module will be
....@@ -29,14 +29,14 @@
2929 config ENC28J60_WRITEVERIFY
3030 bool "Enable write verify"
3131 depends on ENC28J60
32
- ---help---
32
+ help
3333 Enable the verify after the buffer write useful for debugging purpose.
3434 If unsure, say N.
3535
3636 config ENCX24J600
3737 tristate "ENCX24J600 support"
3838 depends on SPI
39
- ---help---
39
+ help
4040 Support for the Microchip ENC424J600/624J600 ethernet chip.
4141
4242 To compile this driver as a module, choose M here. The module will be
....@@ -47,7 +47,8 @@
4747 depends on PCI
4848 select PHYLIB
4949 select CRC16
50
- ---help---
50
+ select CRC32
51
+ help
5152 Support for the Microchip LAN743x PCI Express Gigabit Ethernet chip
5253
5354 To compile this driver as a module, choose M here. The module will be