hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/ethernet/dlink/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # D-Link device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "D-Link devices"
78 default y
89 depends on PCI
9
- ---help---
10
+ help
1011 If you have a network (Ethernet) card belonging to this class, say Y.
1112
1213 Note that the answer to this question doesn't directly affect the
....@@ -20,7 +21,7 @@
2021 tristate "DL2000/TC902x/IP1000A-based Gigabit Ethernet support"
2122 depends on PCI
2223 select CRC32
23
- ---help---
24
+ help
2425 This driver supports DL2000/TC902x/IP1000A-based Gigabit ethernet cards,
2526 which includes
2627 D-Link DGE-550T Gigabit Ethernet Adapter.
....@@ -36,7 +37,7 @@
3637 depends on PCI
3738 select CRC32
3839 select MII
39
- ---help---
40
+ help
4041 This driver is for the Sundance "Alta" chip.
4142 More specific information and updates are available from
4243 <http://www.scyld.com/network/sundance.html>.
....@@ -44,7 +45,7 @@
4445 config SUNDANCE_MMIO
4546 bool "Use MMIO instead of PIO"
4647 depends on SUNDANCE
47
- ---help---
48
+ help
4849 Enable memory-mapped I/O for interaction with Sundance NIC registers.
4950 Do NOT enable this by default, PIO (enabled when MMIO is disabled)
5051 is known to solve bugs on certain chips.