diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f3c4a3b910b..f6903140dd9 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2266,8 +2266,9 @@ config BNX2 | |||
2266 | 2266 | ||
2267 | config CNIC | 2267 | config CNIC |
2268 | tristate "Broadcom CNIC support" | 2268 | tristate "Broadcom CNIC support" |
2269 | depends on BNX2 | 2269 | depends on PCI |
2270 | depends on UIO | 2270 | select BNX2 |
2271 | select UIO | ||
2271 | help | 2272 | help |
2272 | This driver supports offload features of Broadcom NetXtremeII | 2273 | This driver supports offload features of Broadcom NetXtremeII |
2273 | gigabit Ethernet cards. | 2274 | gigabit Ethernet cards. |