^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Apple device configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) config NET_VENDOR_APPLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) bool "Apple devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) depends on (PPC_PMAC && PPC32) || MAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) If you have a network (Ethernet) card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) kernel: saying N will just cause the configurator to skip all the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) questions about Apple devices. If you say Y, you will be asked for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) if NET_VENDOR_APPLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config MACE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) tristate "MACE (Power Mac ethernet) support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) depends on PPC_PMAC && PPC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Power Macintoshes and clones with Ethernet built-in on the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) motherboard will usually use a MACE (Medium Access Control for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Ethernet) interface. Say Y to include support for the MACE chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) To compile this driver as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) will be called mace.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) config MACE_AAUI_PORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) bool "Use AAUI port instead of TP by default"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) depends on MACE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) Some Apple machines (notably the Apple Network Server) which use the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) MACE ethernet chip have an Apple AUI port (small 15-pin connector),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) Y here if you have such a machine. If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) The driver will default to AAUI on ANS anyway, and if you use it as
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) a module, you can provide the port_aaui=0|1 to force the driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) config BMAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) tristate "BMAC (G3 ethernet) support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) depends on PPC_PMAC && PPC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) Say Y for support of BMAC Ethernet interfaces. These are used on G3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) computers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) To compile this driver as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) will be called bmac.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) config MACMACE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) tristate "Macintosh (AV) onboard MACE ethernet"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) depends on MAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) Support for the onboard AMD 79C940 MACE Ethernet controller used in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) the 660AV and 840AV Macintosh. If you have one of these Macintoshes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) say Y here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) endif # NET_VENDOR_APPLE