hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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.