diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3a0a55b62aaf..9e6501d98817 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2031,6 +2031,15 @@ config TIGON3 | |||
2031 | To compile this driver as a module, choose M here: the module | 2031 | To compile this driver as a module, choose M here: the module |
2032 | will be called tg3. This is recommended. | 2032 | will be called tg3. This is recommended. |
2033 | 2033 | ||
2034 | config BNX2 | ||
2035 | tristate "Broadcom NetXtremeII support" | ||
2036 | depends on PCI | ||
2037 | help | ||
2038 | This driver supports Broadcom NetXtremeII gigabit Ethernet cards. | ||
2039 | |||
2040 | To compile this driver as a module, choose M here: the module | ||
2041 | will be called bnx2. This is recommended. | ||
2042 | |||
2034 | config GIANFAR | 2043 | config GIANFAR |
2035 | tristate "Gianfar Ethernet" | 2044 | tristate "Gianfar Ethernet" |
2036 | depends on 85xx || 83xx | 2045 | depends on 85xx || 83xx |