diff options
author | Komuro <komurojun@nifty.com> | 2007-08-12 20:45:41 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:42 -0400 |
commit | df950828b0ee51ff63c49c67d561bfd3d6096788 (patch) | |
tree | 0e74e4c664c4e6da6cdcdd7486259ff5aae33cfd /drivers/net/Kconfig | |
parent | b6aec32a7774a398c4a194ad6b6392528b5a7a5b (diff) |
dl2k: add Sundance/Tamarack TC902x Gigabit Ethernet Adapter support
Actually, D-Link modified the VendorID/ProductID of the TC902x.
The TC902x is the original chipset.
Signed-off-by: Komuro <komurojun-mbn@nifty.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 502dd0eb8809..eeac2f49aae3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1995,14 +1995,15 @@ config ACENIC_OMIT_TIGON_I | |||
1995 | The safe and default value for this is N. | 1995 | The safe and default value for this is N. |
1996 | 1996 | ||
1997 | config DL2K | 1997 | config DL2K |
1998 | tristate "D-Link DL2000-based Gigabit Ethernet support" | 1998 | tristate "DL2000/TC902x-based Gigabit Ethernet support" |
1999 | depends on PCI | 1999 | depends on PCI |
2000 | select CRC32 | 2000 | select CRC32 |
2001 | help | 2001 | help |
2002 | This driver supports D-Link 2000-based gigabit ethernet cards, which | 2002 | This driver supports DL2000/TC902x-based Gigabit ethernet cards, |
2003 | includes | 2003 | which includes |
2004 | D-Link DGE-550T Gigabit Ethernet Adapter. | 2004 | D-Link DGE-550T Gigabit Ethernet Adapter. |
2005 | D-Link DL2000-based Gigabit Ethernet Adapter. | 2005 | D-Link DL2000-based Gigabit Ethernet Adapter. |
2006 | Sundance/Tamarack TC902x Gigabit Ethernet Adapter. | ||
2006 | 2007 | ||
2007 | To compile this driver as a module, choose M here: the | 2008 | To compile this driver as a module, choose M here: the |
2008 | module will be called dl2k. | 2009 | module will be called dl2k. |