# # Apple device configuration # config [31mCONFIG_NET_VENDOR_APPLE[0m bool "Apple devices" default y depends on ([31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC32[0m) || [31mCONFIG_MAC[0m ---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 [31mCONFIG_NET_VENDOR_APPLE[0m config [31mCONFIG_MACE[0m tristate "MACE (Power Mac ethernet) support" depends on [31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC32[0m select [31mCONFIG_CRC32[0m ---help--- Power Macintoshes and clones with Ethernet built-in on the motherboard will usually use a [31mCONFIG_MACE[0m (Medium Access Control for Ethernet) interface. Say Y to include support for the [31mCONFIG_MACE[0m chip. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called mace. config [31mCONFIG_MACE_AAUI_PORT[0m bool "Use AAUI port instead of TP by default" depends on [31mCONFIG_MACE[0m ---help--- Some Apple machines (notably the Apple Network Server) which use the [31mCONFIG_MACE[0m 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 [31mCONFIG_BMAC[0m tristate "BMAC (G3 ethernet) support" depends on [31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC32[0m select [31mCONFIG_CRC32[0m ---help--- Say Y for support of [31mCONFIG_BMAC[0m Ethernet interfaces. These are used on G3 computers. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called bmac. config [31mCONFIG_MACMACE[0m tristate "Macintosh (AV) onboard MACE ethernet" depends on [31mCONFIG_MAC[0m select [31mCONFIG_CRC32[0m ---help--- Support for the onboard AMD 79C940 [31mCONFIG_MACE[0m Ethernet controller used in the 660AV and 840AV Macintosh. If you have one of these Macintoshes say Y here. endif # [31mCONFIG_NET_VENDOR_APPLE[0m |