Merge /spare/repo/linux-2.6/
[deliverable/linux.git] / drivers / net / Kconfig
index 96f14ab1c1f52f805e64c62959fadc84d1b1e412..ff3fccd7513b59a4a39895d5f56ddc3bdda3124c 100644 (file)
@@ -2235,6 +2235,20 @@ config ISERIES_VETH
        tristate "iSeries Virtual Ethernet driver support"
        depends on PPC_ISERIES
 
+config RIONET
+       tristate "RapidIO Ethernet over messaging driver support"
+       depends on NETDEVICES && RAPIDIO
+
+config RIONET_TX_SIZE
+       int "Number of outbound queue entries"
+       depends on RIONET
+       default "128"
+
+config RIONET_RX_SIZE
+       int "Number of inbound queue entries"
+       depends on RIONET
+       default "128"
+
 config FDDI
        bool "FDDI driver support"
        depends on (PCI || EISA)
This page took 0.025912 seconds and 5 git commands to generate.