diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 214a92d1ef75..f3c4a3b910bb 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2264,6 +2264,17 @@ config BNX2 | |||
2264 | To compile this driver as a module, choose M here: the module | 2264 | To compile this driver as a module, choose M here: the module |
2265 | will be called bnx2. This is recommended. | 2265 | will be called bnx2. This is recommended. |
2266 | 2266 | ||
2267 | config CNIC | ||
2268 | tristate "Broadcom CNIC support" | ||
2269 | depends on BNX2 | ||
2270 | depends on UIO | ||
2271 | help | ||
2272 | This driver supports offload features of Broadcom NetXtremeII | ||
2273 | gigabit Ethernet cards. | ||
2274 | |||
2275 | To compile this driver as a module, choose M here: the module | ||
2276 | will be called cnic. This is recommended. | ||
2277 | |||
2267 | config SPIDER_NET | 2278 | config SPIDER_NET |
2268 | tristate "Spider Gigabit Ethernet driver" | 2279 | tristate "Spider Gigabit Ethernet driver" |
2269 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) | 2280 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) |