aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-10-28 12:17:52 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-10-28 12:17:52 -0400
commit90890687859ea658759e653c4e70ed7e9e1a6217 (patch)
tree9065b30bb189e16ef99b8b5a0d444558f8dc579f /drivers/net/Kconfig
parent2995bfb7855aabd493f840af361f3dd7d221caea (diff)
parent5fadd053d9bb4345ec6f405d24db4e7eb49cf81e (diff)
Merge branch 'master'
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig39
1 files changed, 35 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d8adb4222ca3..b39cba36d15e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -475,6 +475,14 @@ config SGI_IOC3_ETH_HW_TX_CSUM
475 the moment only acceleration of IPv4 is supported. This option 475 the moment only acceleration of IPv4 is supported. This option
476 enables offloading for checksums on transmit. If unsure, say Y. 476 enables offloading for checksums on transmit. If unsure, say Y.
477 477
478config MIPS_SIM_NET
479 tristate "MIPS simulator Network device (EXPERIMENTAL)"
480 depends on NETDEVICES && MIPS_SIM && EXPERIMENTAL
481 help
482 The MIPSNET device is a simple Ethernet network device which is
483 emulated by the MIPS Simulator.
484 If you are not using a MIPSsim or are unsure, say N.
485
478config SGI_O2MACE_ETH 486config SGI_O2MACE_ETH
479 tristate "SGI O2 MACE Fast Ethernet support" 487 tristate "SGI O2 MACE Fast Ethernet support"
480 depends on NET_ETHERNET && SGI_IP32=y 488 depends on NET_ETHERNET && SGI_IP32=y
@@ -548,6 +556,14 @@ config SUNGEM
548 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also 556 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
549 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. 557 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
550 558
559config CASSINI
560 tristate "Sun Cassini support"
561 depends on NET_ETHERNET && PCI
562 select CRC32
563 help
564 Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
565 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf>
566
551config NET_VENDOR_3COM 567config NET_VENDOR_3COM
552 bool "3COM cards" 568 bool "3COM cards"
553 depends on NET_ETHERNET && (ISA || EISA || MCA || PCI) 569 depends on NET_ETHERNET && (ISA || EISA || MCA || PCI)
@@ -1647,7 +1663,7 @@ config LAN_SAA9730
1647 1663
1648config NET_POCKET 1664config NET_POCKET
1649 bool "Pocket and portable adapters" 1665 bool "Pocket and portable adapters"
1650 depends on NET_ETHERNET && ISA 1666 depends on NET_ETHERNET && PARPORT
1651 ---help--- 1667 ---help---
1652 Cute little network (Ethernet) devices which attach to the parallel 1668 Cute little network (Ethernet) devices which attach to the parallel
1653 port ("pocket adapters"), commonly used with laptops. If you have 1669 port ("pocket adapters"), commonly used with laptops. If you have
@@ -1671,7 +1687,7 @@ config NET_POCKET
1671 1687
1672config ATP 1688config ATP
1673 tristate "AT-LAN-TEC/RealTek pocket adapter support" 1689 tristate "AT-LAN-TEC/RealTek pocket adapter support"
1674 depends on NET_POCKET && ISA && X86 1690 depends on NET_POCKET && PARPORT && X86
1675 select CRC32 1691 select CRC32
1676 ---help--- 1692 ---help---
1677 This is a network (Ethernet) device which attaches to your parallel 1693 This is a network (Ethernet) device which attaches to your parallel
@@ -1686,7 +1702,7 @@ config ATP
1686 1702
1687config DE600 1703config DE600
1688 tristate "D-Link DE600 pocket adapter support" 1704 tristate "D-Link DE600 pocket adapter support"
1689 depends on NET_POCKET && ISA 1705 depends on NET_POCKET && PARPORT
1690 ---help--- 1706 ---help---
1691 This is a network (Ethernet) device which attaches to your parallel 1707 This is a network (Ethernet) device which attaches to your parallel
1692 port. Read <file:Documentation/networking/DLINK.txt> as well as the 1708 port. Read <file:Documentation/networking/DLINK.txt> as well as the
@@ -1701,7 +1717,7 @@ config DE600
1701 1717
1702config DE620 1718config DE620
1703 tristate "D-Link DE620 pocket adapter support" 1719 tristate "D-Link DE620 pocket adapter support"
1704 depends on NET_POCKET && ISA 1720 depends on NET_POCKET && PARPORT
1705 ---help--- 1721 ---help---
1706 This is a network (Ethernet) device which attaches to your parallel 1722 This is a network (Ethernet) device which attaches to your parallel
1707 port. Read <file:Documentation/networking/DLINK.txt> as well as the 1723 port. Read <file:Documentation/networking/DLINK.txt> as well as the
@@ -2093,6 +2109,7 @@ config SPIDER_NET
2093config GIANFAR 2109config GIANFAR
2094 tristate "Gianfar Ethernet" 2110 tristate "Gianfar Ethernet"
2095 depends on 85xx || 83xx 2111 depends on 85xx || 83xx
2112 select PHYLIB
2096 help 2113 help
2097 This driver supports the Gigabit TSEC on the MPC85xx 2114 This driver supports the Gigabit TSEC on the MPC85xx
2098 family of chips, and the FEC on the 8540 2115 family of chips, and the FEC on the 8540
@@ -2253,6 +2270,20 @@ config ISERIES_VETH
2253 tristate "iSeries Virtual Ethernet driver support" 2270 tristate "iSeries Virtual Ethernet driver support"
2254 depends on PPC_ISERIES 2271 depends on PPC_ISERIES
2255 2272
2273config RIONET
2274 tristate "RapidIO Ethernet over messaging driver support"
2275 depends on NETDEVICES && RAPIDIO
2276
2277config RIONET_TX_SIZE
2278 int "Number of outbound queue entries"
2279 depends on RIONET
2280 default "128"
2281
2282config RIONET_RX_SIZE
2283 int "Number of inbound queue entries"
2284 depends on RIONET
2285 default "128"
2286
2256config FDDI 2287config FDDI
2257 bool "FDDI driver support" 2288 bool "FDDI driver support"
2258 depends on (PCI || EISA) 2289 depends on (PCI || EISA)