162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Apple device configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig NET_VENDOR_APPLE
762306a36Sopenharmony_ci	bool "Apple devices"
862306a36Sopenharmony_ci	default y
962306a36Sopenharmony_ci	depends on (PPC_PMAC && PPC32) || MAC
1062306a36Sopenharmony_ci	help
1162306a36Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
1462306a36Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all the
1562306a36Sopenharmony_ci	  questions about Apple devices. If you say Y, you will be asked for
1662306a36Sopenharmony_ci	  your specific card in the following questions.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciif NET_VENDOR_APPLE
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciconfig MACE
2162306a36Sopenharmony_ci	tristate "MACE (Power Mac ethernet) support"
2262306a36Sopenharmony_ci	depends on PPC_PMAC && PPC32
2362306a36Sopenharmony_ci	select CRC32
2462306a36Sopenharmony_ci	help
2562306a36Sopenharmony_ci	  Power Macintoshes and clones with Ethernet built-in on the
2662306a36Sopenharmony_ci	  motherboard will usually use a MACE (Medium Access Control for
2762306a36Sopenharmony_ci	  Ethernet) interface. Say Y to include support for the MACE chip.
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module
3062306a36Sopenharmony_ci	  will be called mace.
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ciconfig MACE_AAUI_PORT
3362306a36Sopenharmony_ci	bool "Use AAUI port instead of TP by default"
3462306a36Sopenharmony_ci	depends on MACE
3562306a36Sopenharmony_ci	help
3662306a36Sopenharmony_ci	  Some Apple machines (notably the Apple Network Server) which use the
3762306a36Sopenharmony_ci	  MACE ethernet chip have an Apple AUI port (small 15-pin connector),
3862306a36Sopenharmony_ci	  instead of an 8-pin RJ45 connector for twisted-pair ethernet.  Say
3962306a36Sopenharmony_ci	  Y here if you have such a machine.  If unsure, say N.
4062306a36Sopenharmony_ci	  The driver will default to AAUI on ANS anyway, and if you use it as
4162306a36Sopenharmony_ci	  a module, you can provide the port_aaui=0|1 to force the driver.
4262306a36Sopenharmony_ci
4362306a36Sopenharmony_ciconfig BMAC
4462306a36Sopenharmony_ci	tristate "BMAC (G3 ethernet) support"
4562306a36Sopenharmony_ci	depends on PPC_PMAC && PPC32
4662306a36Sopenharmony_ci	select CRC32
4762306a36Sopenharmony_ci	help
4862306a36Sopenharmony_ci	  Say Y for support of BMAC Ethernet interfaces. These are used on G3
4962306a36Sopenharmony_ci	  computers.
5062306a36Sopenharmony_ci
5162306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module
5262306a36Sopenharmony_ci	  will be called bmac.
5362306a36Sopenharmony_ci
5462306a36Sopenharmony_ciconfig MACMACE
5562306a36Sopenharmony_ci	tristate "Macintosh (AV) onboard MACE ethernet"
5662306a36Sopenharmony_ci	depends on MAC
5762306a36Sopenharmony_ci	select CRC32
5862306a36Sopenharmony_ci	help
5962306a36Sopenharmony_ci	  Support for the onboard AMD 79C940 MACE Ethernet controller used in
6062306a36Sopenharmony_ci	  the 660AV and 840AV Macintosh.  If you have one of these Macintoshes
6162306a36Sopenharmony_ci	  say Y here.
6262306a36Sopenharmony_ci
6362306a36Sopenharmony_ciendif # NET_VENDOR_APPLE
64