diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c748b0e16419..5148d47492a0 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 | ||
478 | config 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 | |||
478 | config SGI_O2MACE_ETH | 486 | config 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 |
@@ -2083,6 +2091,7 @@ config SPIDER_NET | |||
2083 | config GIANFAR | 2091 | config GIANFAR |
2084 | tristate "Gianfar Ethernet" | 2092 | tristate "Gianfar Ethernet" |
2085 | depends on 85xx || 83xx | 2093 | depends on 85xx || 83xx |
2094 | select PHYLIB | ||
2086 | help | 2095 | help |
2087 | This driver supports the Gigabit TSEC on the MPC85xx | 2096 | This driver supports the Gigabit TSEC on the MPC85xx |
2088 | family of chips, and the FEC on the 8540 | 2097 | family of chips, and the FEC on the 8540 |
@@ -2243,6 +2252,20 @@ config ISERIES_VETH | |||
2243 | tristate "iSeries Virtual Ethernet driver support" | 2252 | tristate "iSeries Virtual Ethernet driver support" |
2244 | depends on PPC_ISERIES | 2253 | depends on PPC_ISERIES |
2245 | 2254 | ||
2255 | config RIONET | ||
2256 | tristate "RapidIO Ethernet over messaging driver support" | ||
2257 | depends on NETDEVICES && RAPIDIO | ||
2258 | |||
2259 | config RIONET_TX_SIZE | ||
2260 | int "Number of outbound queue entries" | ||
2261 | depends on RIONET | ||
2262 | default "128" | ||
2263 | |||
2264 | config RIONET_RX_SIZE | ||
2265 | int "Number of inbound queue entries" | ||
2266 | depends on RIONET | ||
2267 | default "128" | ||
2268 | |||
2246 | config FDDI | 2269 | config FDDI |
2247 | bool "FDDI driver support" | 2270 | bool "FDDI driver support" |
2248 | depends on (PCI || EISA) | 2271 | depends on (PCI || EISA) |