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