Kconfig (7ac6653a085b41405758bc16b2525db56ee0a23f) | Kconfig (8fb6b0908176704a3ea22005e8a9fa3ebf35b5be) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 223 unchanged lines hidden (view full) --- 232 The Atmel MACB ethernet interface is found on many AT32 and AT91 233 parts. Say Y to include support for the MACB chip. 234 235 To compile this driver as a module, choose M here: the module 236 will be called macb. 237 238source "drivers/net/arm/Kconfig" 239 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 223 unchanged lines hidden (view full) --- 232 The Atmel MACB ethernet interface is found on many AT32 and AT91 233 parts. Say Y to include support for the MACB chip. 234 235 To compile this driver as a module, choose M here: the module 236 will be called macb. 237 238source "drivers/net/arm/Kconfig" 239 |
240config MACE 241 tristate "MACE (Power Mac ethernet) support" 242 depends on PPC_PMAC && PPC32 243 select CRC32 244 help 245 Power Macintoshes and clones with Ethernet built-in on the 246 motherboard will usually use a MACE (Medium Access Control for 247 Ethernet) interface. Say Y to include support for the MACE chip. 248 249 To compile this driver as a module, choose M here: the module 250 will be called mace. 251 252config MACE_AAUI_PORT 253 bool "Use AAUI port instead of TP by default" 254 depends on MACE 255 help 256 Some Apple machines (notably the Apple Network Server) which use the 257 MACE ethernet chip have an Apple AUI port (small 15-pin connector), 258 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say 259 Y here if you have such a machine. If unsure, say N. 260 The driver will default to AAUI on ANS anyway, and if you use it as 261 a module, you can provide the port_aaui=0|1 to force the driver. 262 263config BMAC 264 tristate "BMAC (G3 ethernet) support" 265 depends on PPC_PMAC && PPC32 266 select CRC32 267 help 268 Say Y for support of BMAC Ethernet interfaces. These are used on G3 269 computers. 270 271 To compile this driver as a module, choose M here: the module 272 will be called bmac. 273 274config MAC89x0 275 tristate "Macintosh CS89x0 based ethernet cards" 276 depends on MAC 277 ---help--- 278 Support for CS89x0 chipset based Ethernet cards. If you have a 279 Nubus or LC-PDS network (Ethernet) card of this type, say Y and 280 read the Ethernet-HOWTO, available from 281 <http://www.tldp.org/docs.html#howto>. 282 283 To compile this driver as a module, choose M here. This module will 284 be called mac89x0. 285 | |
286config MACSONIC 287 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" 288 depends on MAC 289 ---help--- 290 Support for NatSemi SONIC based Ethernet devices. This includes 291 the onboard Ethernet in many Quadras as well as some LC-PDS, 292 a few Nubus and all known Comm Slot Ethernet cards. If you have 293 one of these say Y and read the Ethernet-HOWTO, available from 294 <http://www.tldp.org/docs.html#howto>. 295 296 To compile this driver as a module, choose M here. This module will 297 be called macsonic. 298 | 240config MACSONIC 241 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" 242 depends on MAC 243 ---help--- 244 Support for NatSemi SONIC based Ethernet devices. This includes 245 the onboard Ethernet in many Quadras as well as some LC-PDS, 246 a few Nubus and all known Comm Slot Ethernet cards. If you have 247 one of these say Y and read the Ethernet-HOWTO, available from 248 <http://www.tldp.org/docs.html#howto>. 249 250 To compile this driver as a module, choose M here. This module will 251 be called macsonic. 252 |
299config MACMACE 300 bool "Macintosh (AV) onboard MACE ethernet" 301 depends on MAC 302 select CRC32 303 help 304 Support for the onboard AMD 79C940 MACE Ethernet controller used in 305 the 660AV and 840AV Macintosh. If you have one of these Macintoshes 306 say Y and read the Ethernet-HOWTO, available from 307 <http://www.tldp.org/docs.html#howto>. 308 | |
309config KORINA 310 tristate "Korina (IDT RC32434) Ethernet support" 311 depends on NET_ETHERNET && MIKROTIK_RB532 312 help 313 If you have a Mikrotik RouterBoard 500 or IDT RC32434 314 based system say Y. Otherwise say N. 315 316config MIPS_JAZZ_SONIC --- 355 unchanged lines hidden (view full) --- 672 help 673 If you have a network (Ethernet) controller of this type, say Y and 674 read the Ethernet-HOWTO, available from 675 <http://www.tldp.org/docs.html#howto>. 676 677 To compile this driver as a module, choose M here. The module 678 will be called forcedeth. 679 | 253config KORINA 254 tristate "Korina (IDT RC32434) Ethernet support" 255 depends on NET_ETHERNET && MIKROTIK_RB532 256 help 257 If you have a Mikrotik RouterBoard 500 or IDT RC32434 258 based system say Y. Otherwise say N. 259 260config MIPS_JAZZ_SONIC --- 355 unchanged lines hidden (view full) --- 616 help 617 If you have a network (Ethernet) controller of this type, say Y and 618 read the Ethernet-HOWTO, available from 619 <http://www.tldp.org/docs.html#howto>. 620 621 To compile this driver as a module, choose M here. The module 622 will be called forcedeth. 623 |
680config CS89x0 681 tristate "CS89x0 support" 682 depends on NET_ETHERNET && (ISA || EISA || MACH_IXDP2351 \ 683 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440) 684 ---help--- 685 Support for CS89x0 chipset based Ethernet cards. If you have a 686 network (Ethernet) card of this type, say Y and read the 687 Ethernet-HOWTO, available from 688 <http://www.tldp.org/docs.html#howto> as well as 689 <file:Documentation/networking/cs89x0.txt>. 690 691 To compile this driver as a module, choose M here. The module 692 will be called cs89x0. 693 694config CS89x0_NONISA_IRQ 695 def_bool y 696 depends on CS89x0 != n 697 depends on MACH_IXDP2351 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440 698 | |
699config TC35815 700 tristate "TOSHIBA TC35815 Ethernet support" 701 depends on NET_PCI && PCI && MIPS 702 select PHYLIB 703 704config FEALNX 705 tristate "Myson MTD-8xx PCI Ethernet support" 706 depends on NET_PCI && PCI --- 1271 unchanged lines hidden --- | 624config TC35815 625 tristate "TOSHIBA TC35815 Ethernet support" 626 depends on NET_PCI && PCI && MIPS 627 select PHYLIB 628 629config FEALNX 630 tristate "Myson MTD-8xx PCI Ethernet support" 631 depends on NET_PCI && PCI --- 1271 unchanged lines hidden --- |