hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/ethernet/apple/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Apple device configuration
34 #
....@@ -6,12 +7,12 @@
67 bool "Apple devices"
78 default y
89 depends on (PPC_PMAC && PPC32) || MAC
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
13
- kernel: saying N will just cause the configurator to skip all
14
- the questions about IBM devices. If you say Y, you will be asked for
14
+ kernel: saying N will just cause the configurator to skip all the
15
+ questions about Apple devices. If you say Y, you will be asked for
1516 your specific card in the following questions.
1617
1718 if NET_VENDOR_APPLE
....@@ -20,7 +21,7 @@
2021 tristate "MACE (Power Mac ethernet) support"
2122 depends on PPC_PMAC && PPC32
2223 select CRC32
23
- ---help---
24
+ help
2425 Power Macintoshes and clones with Ethernet built-in on the
2526 motherboard will usually use a MACE (Medium Access Control for
2627 Ethernet) interface. Say Y to include support for the MACE chip.
....@@ -31,7 +32,7 @@
3132 config MACE_AAUI_PORT
3233 bool "Use AAUI port instead of TP by default"
3334 depends on MACE
34
- ---help---
35
+ help
3536 Some Apple machines (notably the Apple Network Server) which use the
3637 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
3738 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
....@@ -43,7 +44,7 @@
4344 tristate "BMAC (G3 ethernet) support"
4445 depends on PPC_PMAC && PPC32
4546 select CRC32
46
- ---help---
47
+ help
4748 Say Y for support of BMAC Ethernet interfaces. These are used on G3
4849 computers.
4950
....@@ -54,7 +55,7 @@
5455 tristate "Macintosh (AV) onboard MACE ethernet"
5556 depends on MAC
5657 select CRC32
57
- ---help---
58
+ help
5859 Support for the onboard AMD 79C940 MACE Ethernet controller used in
5960 the 660AV and 840AV Macintosh. If you have one of these Macintoshes
6061 say Y here.