diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-06-02 13:12:57 -0400 |
---|---|---|
committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-06-02 13:12:57 -0400 |
commit | 7078253c085c037c070ca4e8bc9e9e7f18aa1e84 (patch) | |
tree | eaf56c1a77b0de6ee82e23cee4433b2c4a47e67e /drivers/net/Kconfig | |
parent | 259692bd5a2b2c2d351dd90748ba4126bc2a21b9 (diff) | |
parent | 1e86d1c648508fd50e6c9960576b87906a7906ad (diff) |
Merge with /home/shaggy/git/linus-clean/
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3a0a55b62aaf..f08e01b2fd19 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1555,6 +1555,7 @@ config SIS900 | |||
1555 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | 1555 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" |
1556 | depends on NET_PCI && PCI | 1556 | depends on NET_PCI && PCI |
1557 | select CRC32 | 1557 | select CRC32 |
1558 | select MII | ||
1558 | ---help--- | 1559 | ---help--- |
1559 | This is a driver for the Fast Ethernet PCI network cards based on | 1560 | This is a driver for the Fast Ethernet PCI network cards based on |
1560 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in | 1561 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in |
@@ -2031,6 +2032,15 @@ config TIGON3 | |||
2031 | To compile this driver as a module, choose M here: the module | 2032 | To compile this driver as a module, choose M here: the module |
2032 | will be called tg3. This is recommended. | 2033 | will be called tg3. This is recommended. |
2033 | 2034 | ||
2035 | config BNX2 | ||
2036 | tristate "Broadcom NetXtremeII support" | ||
2037 | depends on PCI | ||
2038 | help | ||
2039 | This driver supports Broadcom NetXtremeII gigabit Ethernet cards. | ||
2040 | |||
2041 | To compile this driver as a module, choose M here: the module | ||
2042 | will be called bnx2. This is recommended. | ||
2043 | |||
2034 | config GIANFAR | 2044 | config GIANFAR |
2035 | tristate "Gianfar Ethernet" | 2045 | tristate "Gianfar Ethernet" |
2036 | depends on 85xx || 83xx | 2046 | depends on 85xx || 83xx |