hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/net/ethernet/silan/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Silan device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Silan 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 "Silan SC92031 PCI Fast Ethernet Adapter driver"
2122 depends on PCI
2223 select CRC32
23
- ---help---
24
+ help
2425 This is a driver for the Fast Ethernet PCI network cards based on
2526 the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
2627 have one of these, say Y here.