.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Apple device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Apple devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on (PPC_PMAC && PPC32) || MAC |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | 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 |
---|
15 | 16 | your specific card in the following questions. |
---|
16 | 17 | |
---|
17 | 18 | if NET_VENDOR_APPLE |
---|
.. | .. |
---|
20 | 21 | tristate "MACE (Power Mac ethernet) support" |
---|
21 | 22 | depends on PPC_PMAC && PPC32 |
---|
22 | 23 | select CRC32 |
---|
23 | | - ---help--- |
---|
| 24 | + help |
---|
24 | 25 | Power Macintoshes and clones with Ethernet built-in on the |
---|
25 | 26 | motherboard will usually use a MACE (Medium Access Control for |
---|
26 | 27 | Ethernet) interface. Say Y to include support for the MACE chip. |
---|
.. | .. |
---|
31 | 32 | config MACE_AAUI_PORT |
---|
32 | 33 | bool "Use AAUI port instead of TP by default" |
---|
33 | 34 | depends on MACE |
---|
34 | | - ---help--- |
---|
| 35 | + help |
---|
35 | 36 | Some Apple machines (notably the Apple Network Server) which use the |
---|
36 | 37 | MACE ethernet chip have an Apple AUI port (small 15-pin connector), |
---|
37 | 38 | instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say |
---|
.. | .. |
---|
43 | 44 | tristate "BMAC (G3 ethernet) support" |
---|
44 | 45 | depends on PPC_PMAC && PPC32 |
---|
45 | 46 | select CRC32 |
---|
46 | | - ---help--- |
---|
| 47 | + help |
---|
47 | 48 | Say Y for support of BMAC Ethernet interfaces. These are used on G3 |
---|
48 | 49 | computers. |
---|
49 | 50 | |
---|
.. | .. |
---|
54 | 55 | tristate "Macintosh (AV) onboard MACE ethernet" |
---|
55 | 56 | depends on MAC |
---|
56 | 57 | select CRC32 |
---|
57 | | - ---help--- |
---|
| 58 | + help |
---|
58 | 59 | Support for the onboard AMD 79C940 MACE Ethernet controller used in |
---|
59 | 60 | the 660AV and 840AV Macintosh. If you have one of these Macintoshes |
---|
60 | 61 | say Y here. |
---|