Kconfig (ae150435b59e68de00546330241727f2fec54517) | Kconfig (115978859272b958366d4a08c99a24f9625fa663) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 292 unchanged lines hidden (view full) --- 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 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 292 unchanged lines hidden (view full) --- 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 MVME16x_NET 310 tristate "MVME16x Ethernet support" 311 depends on MVME16x 312 help 313 This is the driver for the Ethernet interface on the Motorola 314 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the 315 driver for this chip in your kernel. 316 To compile this driver as a module, choose M here. 317 318config BVME6000_NET 319 tristate "BVME6000 Ethernet support" 320 depends on BVME6000 321 help 322 This is the driver for the Ethernet interface on BVME4000 and 323 BVME6000 VME boards. Say Y here to include the driver for this chip 324 in your kernel. 325 To compile this driver as a module, choose M here. 326 327config SUN3_82586 328 bool "Sun3 on-board Intel 82586 support" 329 depends on SUN3 330 help 331 This driver enables support for the on-board Intel 82586 based 332 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note 333 that this driver does not support 82586-based adapters on additional 334 VME boards. 335 336config LASI_82596 337 tristate "Lasi ethernet" 338 depends on GSC 339 help 340 Say Y here to support the builtin Intel 82596 ethernet controller 341 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet. 342 343config SNI_82596 344 tristate "SNI RM ethernet" 345 depends on NET_ETHERNET && SNI_RM 346 help 347 Say Y here to support the on-board Intel 82596 ethernet controller 348 built into SNI RM machines. 349 | |
350config KORINA 351 tristate "Korina (IDT RC32434) Ethernet support" 352 depends on NET_ETHERNET && MIKROTIK_RB532 353 help 354 If you have a Mikrotik RouterBoard 500 or IDT RC32434 355 based system say Y. Otherwise say N. 356 357config MIPS_JAZZ_SONIC --- 99 unchanged lines hidden (view full) --- 457 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> 458 459config SUNVNET 460 tristate "Sun Virtual Network support" 461 depends on SUN_LDOMS 462 help 463 Support for virtual network devices under Sun Logical Domains. 464 | 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 --- 99 unchanged lines hidden (view full) --- 416 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> 417 418config SUNVNET 419 tristate "Sun Virtual Network support" 420 depends on SUN_LDOMS 421 help 422 Support for virtual network devices under Sun Logical Domains. 423 |
465config EL2 466 tristate "3c503 \"EtherLink II\" support" 467 depends on ISA 468 select CRC32 469 ---help--- 470 If you have a network (Ethernet) card of this type, say Y and read 471 the Ethernet-HOWTO, available from 472 <http://www.tldp.org/docs.html#howto>. 473 474 To compile this driver as a module, choose M here. The module 475 will be called 3c503. 476 477config ELPLUS 478 tristate "3c505 \"EtherLink Plus\" support" 479 depends on ISA && ISA_DMA_API 480 ---help--- 481 Information about this network (Ethernet) card can be found in 482 <file:Documentation/networking/3c505.txt>. If you have a card of 483 this type, say Y and read the Ethernet-HOWTO, available from 484 <http://www.tldp.org/docs.html#howto>. 485 486 To compile this driver as a module, choose M here. The module 487 will be called 3c505. 488 489config EL16 490 tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)" 491 depends on ISA && EXPERIMENTAL 492 ---help--- 493 If you have a network (Ethernet) card of this type, say Y and read 494 the Ethernet-HOWTO, available from 495 <http://www.tldp.org/docs.html#howto>. 496 497 To compile this driver as a module, choose M here. The module 498 will be called 3c507. 499 500config ELMC 501 tristate "3c523 \"EtherLink/MC\" support" 502 depends on MCA_LEGACY 503 ---help--- 504 If you have a network (Ethernet) card of this type, say Y and read 505 the Ethernet-HOWTO, available from 506 <http://www.tldp.org/docs.html#howto>. 507 508 To compile this driver as a module, choose M here. The module 509 will be called 3c523. 510 511config ELMC_II 512 tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)" 513 depends on MCA && MCA_LEGACY 514 ---help--- 515 If you have a network (Ethernet) card of this type, say Y and read 516 the Ethernet-HOWTO, available from 517 <http://www.tldp.org/docs.html#howto>. 518 519 To compile this driver as a module, choose M here. The module 520 will be called 3c527. 521 | |
522config BFIN_MAC 523 tristate "Blackfin on-chip MAC support" 524 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537) 525 select CRC32 526 select MII 527 select PHYLIB 528 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE 529 help --- 149 unchanged lines hidden (view full) --- 679 help 680 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. 681 682config NET_VENDOR_RACAL 683 bool "Racal-Interlan (Micom) NI cards" 684 depends on ISA 685 help 686 If you have a network (Ethernet) card belonging to this class, such | 424config BFIN_MAC 425 tristate "Blackfin on-chip MAC support" 426 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537) 427 select CRC32 428 select MII 429 select PHYLIB 430 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE 431 help --- 149 unchanged lines hidden (view full) --- 581 help 582 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. 583 584config NET_VENDOR_RACAL 585 bool "Racal-Interlan (Micom) NI cards" 586 depends on ISA 587 help 588 If you have a network (Ethernet) card belonging to this class, such |
687 as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO, | 589 as the NI5010, say Y and read the Ethernet-HOWTO, |
688 available from <http://www.tldp.org/docs.html#howto>. 689 690 Note that the answer to this question doesn't directly affect the 691 kernel: saying N will just cause the configurator to skip all 692 the questions about NI cards. If you say Y, you will be asked for 693 your specific card in the following questions. 694 695config NI5010 696 tristate "NI5010 support (EXPERIMENTAL)" 697 depends on NET_VENDOR_RACAL && ISA && EXPERIMENTAL && BROKEN_ON_SMP 698 ---help--- 699 If you have a network (Ethernet) card of this type, say Y and read 700 the Ethernet-HOWTO, available from 701 <http://www.tldp.org/docs.html#howto>. Note that this is still 702 experimental code. 703 704 To compile this driver as a module, choose M here. The module 705 will be called ni5010. 706 | 590 available from <http://www.tldp.org/docs.html#howto>. 591 592 Note that the answer to this question doesn't directly affect the 593 kernel: saying N will just cause the configurator to skip all 594 the questions about NI cards. If you say Y, you will be asked for 595 your specific card in the following questions. 596 597config NI5010 598 tristate "NI5010 support (EXPERIMENTAL)" 599 depends on NET_VENDOR_RACAL && ISA && EXPERIMENTAL && BROKEN_ON_SMP 600 ---help--- 601 If you have a network (Ethernet) card of this type, say Y and read 602 the Ethernet-HOWTO, available from 603 <http://www.tldp.org/docs.html#howto>. Note that this is still 604 experimental code. 605 606 To compile this driver as a module, choose M here. The module 607 will be called ni5010. 608 |
707config NI52 708 tristate "NI5210 support" 709 depends on NET_VENDOR_RACAL && ISA 710 help 711 If you have a network (Ethernet) card of this type, say Y and read 712 the Ethernet-HOWTO, available from 713 <http://www.tldp.org/docs.html#howto>. 714 715 To compile this driver as a module, choose M here. The module 716 will be called ni52. 717 | |
718config DNET 719 tristate "Dave ethernet support (DNET)" 720 depends on NET_ETHERNET && HAS_IOMEM 721 select PHYLIB 722 help 723 The Dave ethernet interface (DNET) is found on Qong Board FPGA. 724 Say Y to include support for the DNET chip. 725 --- 51 unchanged lines hidden (view full) --- 777 cards. If this is for you, say Y and read 778 <file:Documentation/networking/ewrk3.txt> in the kernel source as 779 well as the Ethernet-HOWTO, available from 780 <http://www.tldp.org/docs.html#howto>. 781 782 To compile this driver as a module, choose M here. The module 783 will be called ewrk3. 784 | 609config DNET 610 tristate "Dave ethernet support (DNET)" 611 depends on NET_ETHERNET && HAS_IOMEM 612 select PHYLIB 613 help 614 The Dave ethernet interface (DNET) is found on Qong Board FPGA. 615 Say Y to include support for the DNET chip. 616 --- 51 unchanged lines hidden (view full) --- 668 cards. If this is for you, say Y and read 669 <file:Documentation/networking/ewrk3.txt> in the kernel source as 670 well as the Ethernet-HOWTO, available from 671 <http://www.tldp.org/docs.html#howto>. 672 673 To compile this driver as a module, choose M here. The module 674 will be called ewrk3. 675 |
785config EEXPRESS 786 tristate "EtherExpress 16 support" 787 depends on NET_ISA 788 ---help--- 789 If you have an EtherExpress16 network (Ethernet) card, say Y and 790 read the Ethernet-HOWTO, available from 791 <http://www.tldp.org/docs.html#howto>. Note that the Intel 792 EtherExpress16 card used to be regarded as a very poor choice 793 because the driver was very unreliable. We now have a new driver 794 that should do better. 795 796 To compile this driver as a module, choose M here. The module 797 will be called eexpress. 798 799config EEXPRESS_PRO 800 tristate "EtherExpressPro support/EtherExpress 10 (i82595) support" 801 depends on NET_ISA 802 ---help--- 803 If you have a network (Ethernet) card of this type, say Y. This 804 driver supports Intel i82595{FX,TX} based boards. Note however 805 that the EtherExpress PRO/100 Ethernet card has its own separate 806 driver. Please read the Ethernet-HOWTO, available from 807 <http://www.tldp.org/docs.html#howto>. 808 809 To compile this driver as a module, choose M here. The module 810 will be called eepro. 811 812config LP486E 813 tristate "LP486E on board Ethernet" 814 depends on NET_ISA 815 help 816 Say Y here to support the 82596-based on-board Ethernet controller 817 for the Panther motherboard, which is one of the two shipped in the 818 Intel Professional Workstation. 819 | |
820config ETH16I 821 tristate "ICL EtherTeam 16i/32 support" 822 depends on NET_ISA 823 help 824 If you have a network (Ethernet) card of this type, say Y and read 825 the Ethernet-HOWTO, available from 826 <http://www.tldp.org/docs.html#howto>. 827 828 To compile this driver as a module, choose M here. The module 829 will be called eth16i. 830 | 676config ETH16I 677 tristate "ICL EtherTeam 16i/32 support" 678 depends on NET_ISA 679 help 680 If you have a network (Ethernet) card of this type, say Y and read 681 the Ethernet-HOWTO, available from 682 <http://www.tldp.org/docs.html#howto>. 683 684 To compile this driver as a module, choose M here. The module 685 will be called eth16i. 686 |
831config ZNET 832 tristate "Zenith Z-Note support (EXPERIMENTAL)" 833 depends on NET_ISA && EXPERIMENTAL && ISA_DMA_API 834 help 835 The Zenith Z-Note notebook computer has a built-in network 836 (Ethernet) card, and this is the Linux driver for it. Note that the 837 IBM Thinkpad 300 is compatible with the Z-Note and is also supported 838 by this driver. Read the Ethernet-HOWTO, available from 839 <http://www.tldp.org/docs.html#howto>. 840 | |
841config SEEQ8005 842 tristate "SEEQ8005 support (EXPERIMENTAL)" 843 depends on NET_ISA && EXPERIMENTAL 844 help 845 This is a driver for the SEEQ 8005 network (Ethernet) card. If this 846 is for you, read the Ethernet-HOWTO, available from 847 <http://www.tldp.org/docs.html#howto>. 848 --- 61 unchanged lines hidden (view full) --- 910 select MII 911 select CRC32 912 help 913 This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip. 914 915 To compile this driver as a module, choose M here. The module 916 will be called ksz884x. 917 | 687config SEEQ8005 688 tristate "SEEQ8005 support (EXPERIMENTAL)" 689 depends on NET_ISA && EXPERIMENTAL 690 help 691 This is a driver for the SEEQ 8005 network (Ethernet) card. If this 692 is for you, read the Ethernet-HOWTO, available from 693 <http://www.tldp.org/docs.html#howto>. 694 --- 61 unchanged lines hidden (view full) --- 756 select MII 757 select CRC32 758 help 759 This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip. 760 761 To compile this driver as a module, choose M here. The module 762 will be called ksz884x. 763 |
918config APRICOT 919 tristate "Apricot Xen-II on board Ethernet" 920 depends on NET_PCI && ISA 921 help 922 If you have a network (Ethernet) controller of this type, say Y and 923 read the Ethernet-HOWTO, available from 924 <http://www.tldp.org/docs.html#howto>. 925 926 To compile this driver as a module, choose M here. The module 927 will be called apricot. 928 | |
929config FORCEDETH 930 tristate "nForce Ethernet support" 931 depends on NET_PCI && PCI 932 help 933 If you have a network (Ethernet) controller of this type, say Y and 934 read the Ethernet-HOWTO, available from 935 <http://www.tldp.org/docs.html#howto>. 936 --- 1448 unchanged lines hidden --- | 764config FORCEDETH 765 tristate "nForce Ethernet support" 766 depends on NET_PCI && PCI 767 help 768 If you have a network (Ethernet) controller of this type, say Y and 769 read the Ethernet-HOWTO, available from 770 <http://www.tldp.org/docs.html#howto>. 771 --- 1448 unchanged lines hidden --- |