Kconfig (b544dbac41218fd015ac79455cfc1e57736e9b0c) Kconfig (554f4ffd3b2cd88e42007d069bc519563d0b459f)
1#
2# Network device configuration
3#
4
5config HAVE_NET_MACB
6 bool
7
8menuconfig NETDEVICES

--- 527 unchanged lines hidden (view full) ---

536 depends on PCI && EXPERIMENTAL
537 select MII
538 ---help---
539 This driver supports IP1000 gigabit Ethernet cards.
540
541 To compile this driver as a module, choose M here: the module
542 will be called ipg. This is recommended.
543
1#
2# Network device configuration
3#
4
5config HAVE_NET_MACB
6 bool
7
8menuconfig NETDEVICES

--- 527 unchanged lines hidden (view full) ---

536 depends on PCI && EXPERIMENTAL
537 select MII
538 ---help---
539 This driver supports IP1000 gigabit Ethernet cards.
540
541 To compile this driver as a module, choose M here: the module
542 will be called ipg. This is recommended.
543
544config HAMACHI
545 tristate "Packet Engines Hamachi GNIC-II support"
546 depends on PCI
547 select MII
548 help
549 If you have a Gigabit Ethernet card of this type, say Y and read
550 the Ethernet-HOWTO, available from
551 <http://www.tldp.org/docs.html#howto>.
552
553 To compile this driver as a module, choose M here. The module will be
554 called hamachi.
555
556config YELLOWFIN
557 tristate "Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)"
558 depends on PCI && EXPERIMENTAL
559 select CRC32
560 ---help---
561 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
562 adapter or the SYM53C885 Ethernet controller. The Gigabit adapter is
563 used by the Beowulf Linux cluster project. See
564 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
565 information about this driver in particular and Beowulf in general.
566
567 To compile this driver as a module, choose M here: the module
568 will be called yellowfin. This is recommended.
569
570config XILINX_LL_TEMAC
571 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
572 depends on PPC || MICROBLAZE
573 select PHYLIB
574 help
575 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
576 core used in Xilinx Spartan and Virtex FPGAs
577

--- 556 unchanged lines hidden ---
544config XILINX_LL_TEMAC
545 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
546 depends on PPC || MICROBLAZE
547 select PHYLIB
548 help
549 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
550 core used in Xilinx Spartan and Virtex FPGAs
551

--- 556 unchanged lines hidden ---