hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/ethernet/seeq/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # SEEQ device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "SEEQ devices"
78 default y
89 depends on HAS_IOMEM
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,14 +20,14 @@
1920 config ARM_ETHER3
2021 tristate "Acorn/ANT Ether3 support"
2122 depends on ARM && ARCH_ACORN
22
- ---help---
23
+ help
2324 If you have an Acorn system with one of these network cards, you
2425 should say Y to this option if you wish to use it with Linux.
2526
2627 config SGISEEQ
2728 tristate "SGI Seeq ethernet controller support"
2829 depends on SGI_HAS_SEEQ
29
- ---help---
30
+ help
3031 Say Y here if you have an Seeq based Ethernet network card. This is
3132 used in many Silicon Graphics machines.
3233