hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/ibm/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # IBM device configuration.
34 #
....@@ -6,7 +7,7 @@
67 bool "IBM devices"
78 default y
89 depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
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
....@@ -19,7 +20,7 @@
1920 config IBMVETH
2021 tristate "IBM LAN Virtual Ethernet support"
2122 depends on PPC_PSERIES
22
- ---help---
23
+ help
2324 This driver supports virtual ethernet adapters on newer IBM iSeries
2425 and pSeries systems.
2526
....@@ -31,7 +32,7 @@
3132 config EHEA
3233 tristate "eHEA Ethernet support"
3334 depends on IBMEBUS && SPARSEMEM
34
- ---help---
35
+ help
3536 This driver supports the IBM pSeries eHEA ethernet adapter.
3637
3738 To compile the driver as a module, choose M here. The module
....@@ -40,7 +41,7 @@
4041 config IBMVNIC
4142 tristate "IBM Virtual NIC support"
4243 depends on PPC_PSERIES
43
- ---help---
44
+ help
4445 This driver supports Virtual NIC adapters on IBM i and IBM System p
4546 systems.
4647