forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/pasemi/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # PA Semi network device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "PA Semi devices"
78 default y
89 depends on PPC_PASEMI && 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 "PA Semi 1/10Gbit MAC"
2122 depends on PPC_PASEMI && PCI
2223 select PHYLIB
23
- ---help---
24
+ help
2425 This driver supports the on-chip 1/10Gbit Ethernet controller on
2526 PA Semi's PWRficient line of chips.
2627