Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Apple device configuration
#

config CONFIG_NET_VENDOR_APPLE
	bool "Apple devices"
	default y
	depends on (CONFIG_PPC_PMAC && CONFIG_PPC32) || CONFIG_MAC
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about IBM devices. If you say Y, you will be asked for
	  your specific card in the following questions.

if CONFIG_NET_VENDOR_APPLE

config CONFIG_MACE
	tristate "MACE (Power Mac ethernet) support"
	depends on CONFIG_PPC_PMAC && CONFIG_PPC32
	select CONFIG_CRC32
	---help---
	  Power Macintoshes and clones with Ethernet built-in on the
	  motherboard will usually use a CONFIG_MACE (Medium Access Control for
	  Ethernet) interface. Say Y to include support for the CONFIG_MACE chip.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called mace.

config CONFIG_MACE_AAUI_PORT
	bool "Use AAUI port instead of TP by default"
	depends on CONFIG_MACE
	---help---
	  Some Apple machines (notably the Apple Network Server) which use the
	  CONFIG_MACE ethernet chip have an Apple AUI port (small 15-pin connector),
	  instead of an 8-pin RJ45 connector for twisted-pair ethernet.  Say
	  Y here if you have such a machine.  If unsure, say N.
	  The driver will default to AAUI on ANS anyway, and if you use it as
	  a module, you can provide the port_aaui=0|1 to force the driver.

config CONFIG_BMAC
	tristate "BMAC (G3 ethernet) support"
	depends on CONFIG_PPC_PMAC && CONFIG_PPC32
	select CONFIG_CRC32
	---help---
	  Say Y for support of CONFIG_BMAC Ethernet interfaces. These are used on G3
	  computers.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called bmac.

config CONFIG_MACMACE
	tristate "Macintosh (AV) onboard MACE ethernet"
	depends on CONFIG_MAC
	select CONFIG_CRC32
	---help---
	  Support for the onboard AMD 79C940 CONFIG_MACE Ethernet controller used in
	  the 660AV and 840AV Macintosh.  If you have one of these Macintoshes
	  say Y here.

endif # CONFIG_NET_VENDOR_APPLE