hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/ethernet/rdc/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # RDC network device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "RDC 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
....@@ -22,7 +23,7 @@
2223 select CRC32
2324 select MII
2425 select PHYLIB
25
- ---help---
26
+ help
2627 This is a driver for the R6040 Fast Ethernet MACs found in the
2728 the RDC R-321x System-on-chips.
2829