aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 2a908c4690a7..018b11a7a4ce 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2083,6 +2083,7 @@ config SPIDER_NET
2083config GIANFAR 2083config GIANFAR
2084 tristate "Gianfar Ethernet" 2084 tristate "Gianfar Ethernet"
2085 depends on 85xx || 83xx 2085 depends on 85xx || 83xx
2086 select PHYLIB
2086 help 2087 help
2087 This driver supports the Gigabit TSEC on the MPC85xx 2088 This driver supports the Gigabit TSEC on the MPC85xx
2088 family of chips, and the FEC on the 8540 2089 family of chips, and the FEC on the 8540
@@ -2243,6 +2244,20 @@ config ISERIES_VETH
2243 tristate "iSeries Virtual Ethernet driver support" 2244 tristate "iSeries Virtual Ethernet driver support"
2244 depends on PPC_ISERIES 2245 depends on PPC_ISERIES
2245 2246
2247config RIONET
2248 tristate "RapidIO Ethernet over messaging driver support"
2249 depends on NETDEVICES && RAPIDIO
2250
2251config RIONET_TX_SIZE
2252 int "Number of outbound queue entries"
2253 depends on RIONET
2254 default "128"
2255
2256config RIONET_RX_SIZE
2257 int "Number of inbound queue entries"
2258 depends on RIONET
2259 default "128"
2260
2246config FDDI 2261config FDDI
2247 bool "FDDI driver support" 2262 bool "FDDI driver support"
2248 depends on (PCI || EISA) 2263 depends on (PCI || EISA)