diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3a0a55b62aaf..cebee528f3c7 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -824,6 +824,18 @@ config SMC9194 | |||
824 | <file:Documentation/networking/net-modules.txt>. The module | 824 | <file:Documentation/networking/net-modules.txt>. The module |
825 | will be called smc9194. | 825 | will be called smc9194. |
826 | 826 | ||
827 | config DM9000 | ||
828 | tristate "DM9000 support" | ||
829 | depends on ARM && NET_ETHERNET | ||
830 | select CRC32 | ||
831 | select MII | ||
832 | ---help--- | ||
833 | Support for DM9000 chipset. | ||
834 | |||
835 | To compile this driver as a module, choose M here and read | ||
836 | <file:Documentation/networking/net-modules.txt>. The module will be | ||
837 | called dm9000. | ||
838 | |||
827 | config NET_VENDOR_RACAL | 839 | config NET_VENDOR_RACAL |
828 | bool "Racal-Interlan (Micom) NI cards" | 840 | bool "Racal-Interlan (Micom) NI cards" |
829 | depends on NET_ETHERNET && ISA | 841 | depends on NET_ETHERNET && ISA |
@@ -1555,6 +1567,7 @@ config SIS900 | |||
1555 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | 1567 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" |
1556 | depends on NET_PCI && PCI | 1568 | depends on NET_PCI && PCI |
1557 | select CRC32 | 1569 | select CRC32 |
1570 | select MII | ||
1558 | ---help--- | 1571 | ---help--- |
1559 | This is a driver for the Fast Ethernet PCI network cards based on | 1572 | 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 | 1573 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in |
@@ -2031,6 +2044,15 @@ config TIGON3 | |||
2031 | To compile this driver as a module, choose M here: the module | 2044 | To compile this driver as a module, choose M here: the module |
2032 | will be called tg3. This is recommended. | 2045 | will be called tg3. This is recommended. |
2033 | 2046 | ||
2047 | config BNX2 | ||
2048 | tristate "Broadcom NetXtremeII support" | ||
2049 | depends on PCI | ||
2050 | help | ||
2051 | This driver supports Broadcom NetXtremeII gigabit Ethernet cards. | ||
2052 | |||
2053 | To compile this driver as a module, choose M here: the module | ||
2054 | will be called bnx2. This is recommended. | ||
2055 | |||
2034 | config GIANFAR | 2056 | config GIANFAR |
2035 | tristate "Gianfar Ethernet" | 2057 | tristate "Gianfar Ethernet" |
2036 | depends on 85xx || 83xx | 2058 | depends on 85xx || 83xx |