xref: /linux/drivers/net/ethernet/apple/Kconfig (revision b340a207c5d81a0a33899e8ab3236a04dd8b48c3)
18fb6b090SJeff Kirsher#
28fb6b090SJeff Kirsher# Apple device configuration
38fb6b090SJeff Kirsher#
48fb6b090SJeff Kirsher
58fb6b090SJeff Kirsherconfig NET_VENDOR_APPLE
68fb6b090SJeff Kirsher	bool "Apple devices"
788f07484SJeff Kirsher	default y
8*b340a207SJeff Kirsher	depends on (PPC_PMAC && PPC32) || MAC
98fb6b090SJeff Kirsher	---help---
108fb6b090SJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
118fb6b090SJeff Kirsher	  and read the Ethernet-HOWTO, available from
128fb6b090SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
138fb6b090SJeff Kirsher
148fb6b090SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
158fb6b090SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
168fb6b090SJeff Kirsher	  the questions about IBM devices. If you say Y, you will be asked for
178fb6b090SJeff Kirsher	  your specific card in the following questions.
188fb6b090SJeff Kirsher
198fb6b090SJeff Kirsherif NET_VENDOR_APPLE
208fb6b090SJeff Kirsher
218fb6b090SJeff Kirsherconfig MACE
228fb6b090SJeff Kirsher	tristate "MACE (Power Mac ethernet) support"
238fb6b090SJeff Kirsher	depends on PPC_PMAC && PPC32
248fb6b090SJeff Kirsher	select CRC32
258fb6b090SJeff Kirsher	---help---
268fb6b090SJeff Kirsher	  Power Macintoshes and clones with Ethernet built-in on the
278fb6b090SJeff Kirsher	  motherboard will usually use a MACE (Medium Access Control for
288fb6b090SJeff Kirsher	  Ethernet) interface. Say Y to include support for the MACE chip.
298fb6b090SJeff Kirsher
308fb6b090SJeff Kirsher	  To compile this driver as a module, choose M here: the module
318fb6b090SJeff Kirsher	  will be called mace.
328fb6b090SJeff Kirsher
338fb6b090SJeff Kirsherconfig MACE_AAUI_PORT
348fb6b090SJeff Kirsher	bool "Use AAUI port instead of TP by default"
358fb6b090SJeff Kirsher	depends on MACE
368fb6b090SJeff Kirsher	---help---
378fb6b090SJeff Kirsher	  Some Apple machines (notably the Apple Network Server) which use the
388fb6b090SJeff Kirsher	  MACE ethernet chip have an Apple AUI port (small 15-pin connector),
398fb6b090SJeff Kirsher	  instead of an 8-pin RJ45 connector for twisted-pair ethernet.  Say
408fb6b090SJeff Kirsher	  Y here if you have such a machine.  If unsure, say N.
418fb6b090SJeff Kirsher	  The driver will default to AAUI on ANS anyway, and if you use it as
428fb6b090SJeff Kirsher	  a module, you can provide the port_aaui=0|1 to force the driver.
438fb6b090SJeff Kirsher
448fb6b090SJeff Kirsherconfig BMAC
458fb6b090SJeff Kirsher	tristate "BMAC (G3 ethernet) support"
468fb6b090SJeff Kirsher	depends on PPC_PMAC && PPC32
478fb6b090SJeff Kirsher	select CRC32
488fb6b090SJeff Kirsher	---help---
498fb6b090SJeff Kirsher	  Say Y for support of BMAC Ethernet interfaces. These are used on G3
508fb6b090SJeff Kirsher	  computers.
518fb6b090SJeff Kirsher
528fb6b090SJeff Kirsher	  To compile this driver as a module, choose M here: the module
538fb6b090SJeff Kirsher	  will be called bmac.
548fb6b090SJeff Kirsher
558fb6b090SJeff Kirsherconfig MAC89x0
568fb6b090SJeff Kirsher	tristate "Macintosh CS89x0 based ethernet cards"
578fb6b090SJeff Kirsher	depends on MAC
588fb6b090SJeff Kirsher	---help---
598fb6b090SJeff Kirsher	  Support for CS89x0 chipset based Ethernet cards.  If you have a
608fb6b090SJeff Kirsher	  Nubus or LC-PDS network (Ethernet) card of this type, say Y and
618fb6b090SJeff Kirsher	  read the Ethernet-HOWTO, available from
628fb6b090SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
638fb6b090SJeff Kirsher
648fb6b090SJeff Kirsher	  To compile this driver as a module, choose M here. This module will
658fb6b090SJeff Kirsher	  be called mac89x0.
668fb6b090SJeff Kirsher
678fb6b090SJeff Kirsherconfig MACMACE
688fb6b090SJeff Kirsher	bool "Macintosh (AV) onboard MACE ethernet"
698fb6b090SJeff Kirsher	depends on MAC
708fb6b090SJeff Kirsher	select CRC32
718fb6b090SJeff Kirsher	---help---
728fb6b090SJeff Kirsher	  Support for the onboard AMD 79C940 MACE Ethernet controller used in
738fb6b090SJeff Kirsher	  the 660AV and 840AV Macintosh.  If you have one of these Macintoshes
748fb6b090SJeff Kirsher	  say Y and read the Ethernet-HOWTO, available from
758fb6b090SJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
768fb6b090SJeff Kirsher
778fb6b090SJeff Kirsherendif # NET_VENDOR_APPLE
78