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 20bdc12d5f21..60e3b968553a 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 |
@@ -1532,6 +1544,7 @@ config SIS900 | |||
1532 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | 1544 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" |
1533 | depends on NET_PCI && PCI | 1545 | depends on NET_PCI && PCI |
1534 | select CRC32 | 1546 | select CRC32 |
1547 | select MII | ||
1535 | ---help--- | 1548 | ---help--- |
1536 | This is a driver for the Fast Ethernet PCI network cards based on | 1549 | This is a driver for the Fast Ethernet PCI network cards based on |
1537 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in | 1550 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in |
@@ -2008,6 +2021,15 @@ config TIGON3 | |||
2008 | To compile this driver as a module, choose M here: the module | 2021 | To compile this driver as a module, choose M here: the module |
2009 | will be called tg3. This is recommended. | 2022 | will be called tg3. This is recommended. |
2010 | 2023 | ||
2024 | config BNX2 | ||
2025 | tristate "Broadcom NetXtremeII support" | ||
2026 | depends on PCI | ||
2027 | help | ||
2028 | This driver supports Broadcom NetXtremeII gigabit Ethernet cards. | ||
2029 | |||
2030 | To compile this driver as a module, choose M here: the module | ||
2031 | will be called bnx2. This is recommended. | ||
2032 | |||
2011 | config GIANFAR | 2033 | config GIANFAR |
2012 | tristate "Gianfar Ethernet" | 2034 | tristate "Gianfar Ethernet" |
2013 | depends on 85xx || 83xx | 2035 | depends on 85xx || 83xx |