xref: /linux/drivers/net/ethernet/apple/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28fb6b090SJeff Kirsher#
38fb6b090SJeff Kirsher# Apple device configuration
48fb6b090SJeff Kirsher#
58fb6b090SJeff Kirsher
68fb6b090SJeff Kirsherconfig NET_VENDOR_APPLE
78fb6b090SJeff Kirsher	bool "Apple devices"
888f07484SJeff Kirsher	default y
9b340a207SJeff Kirsher	depends on (PPC_PMAC && PPC32) || MAC
10*a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
128fb6b090SJeff Kirsher
138fb6b090SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14ac0e3f20SGeert Uytterhoeven	  kernel: saying N will just cause the configurator to skip all the
15ac0e3f20SGeert Uytterhoeven	  questions about Apple devices. If you say Y, you will be asked for
168fb6b090SJeff Kirsher	  your specific card in the following questions.
178fb6b090SJeff Kirsher
188fb6b090SJeff Kirsherif NET_VENDOR_APPLE
198fb6b090SJeff Kirsher
208fb6b090SJeff Kirsherconfig MACE
218fb6b090SJeff Kirsher	tristate "MACE (Power Mac ethernet) support"
228fb6b090SJeff Kirsher	depends on PPC_PMAC && PPC32
238fb6b090SJeff Kirsher	select CRC32
24*a7f7f624SMasahiro Yamada	help
258fb6b090SJeff Kirsher	  Power Macintoshes and clones with Ethernet built-in on the
268fb6b090SJeff Kirsher	  motherboard will usually use a MACE (Medium Access Control for
278fb6b090SJeff Kirsher	  Ethernet) interface. Say Y to include support for the MACE chip.
288fb6b090SJeff Kirsher
298fb6b090SJeff Kirsher	  To compile this driver as a module, choose M here: the module
308fb6b090SJeff Kirsher	  will be called mace.
318fb6b090SJeff Kirsher
328fb6b090SJeff Kirsherconfig MACE_AAUI_PORT
338fb6b090SJeff Kirsher	bool "Use AAUI port instead of TP by default"
348fb6b090SJeff Kirsher	depends on MACE
35*a7f7f624SMasahiro Yamada	help
368fb6b090SJeff Kirsher	  Some Apple machines (notably the Apple Network Server) which use the
378fb6b090SJeff Kirsher	  MACE ethernet chip have an Apple AUI port (small 15-pin connector),
388fb6b090SJeff Kirsher	  instead of an 8-pin RJ45 connector for twisted-pair ethernet.  Say
398fb6b090SJeff Kirsher	  Y here if you have such a machine.  If unsure, say N.
408fb6b090SJeff Kirsher	  The driver will default to AAUI on ANS anyway, and if you use it as
418fb6b090SJeff Kirsher	  a module, you can provide the port_aaui=0|1 to force the driver.
428fb6b090SJeff Kirsher
438fb6b090SJeff Kirsherconfig BMAC
448fb6b090SJeff Kirsher	tristate "BMAC (G3 ethernet) support"
458fb6b090SJeff Kirsher	depends on PPC_PMAC && PPC32
468fb6b090SJeff Kirsher	select CRC32
47*a7f7f624SMasahiro Yamada	help
488fb6b090SJeff Kirsher	  Say Y for support of BMAC Ethernet interfaces. These are used on G3
498fb6b090SJeff Kirsher	  computers.
508fb6b090SJeff Kirsher
518fb6b090SJeff Kirsher	  To compile this driver as a module, choose M here: the module
528fb6b090SJeff Kirsher	  will be called bmac.
538fb6b090SJeff Kirsher
548fb6b090SJeff Kirsherconfig MACMACE
556153348fSGeert Uytterhoeven	tristate "Macintosh (AV) onboard MACE ethernet"
568fb6b090SJeff Kirsher	depends on MAC
578fb6b090SJeff Kirsher	select CRC32
58*a7f7f624SMasahiro Yamada	help
598fb6b090SJeff Kirsher	  Support for the onboard AMD 79C940 MACE Ethernet controller used in
608fb6b090SJeff Kirsher	  the 660AV and 840AV Macintosh.  If you have one of these Macintoshes
61138b15edSPaul Gortmaker	  say Y here.
628fb6b090SJeff Kirsher
638fb6b090SJeff Kirsherendif # NET_VENDOR_APPLE
64