diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-03 22:06:19 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-03 22:06:19 -0400 |
commit | 3c8c7b2f32c52b259daa7564fefd582146799b23 (patch) | |
tree | 59ff1ad0d6b7821d474d8fccafd884703684b6d7 /drivers/net/Kconfig | |
parent | 7cb3cd090c2725b80561958a362c2ba15a7a8c86 (diff) | |
parent | 9123e0d78990246304fe681167b8d8097f1e02d7 (diff) |
Merge branch 'upstream-fixes'
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index db8898100325..018b11a7a4ce 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -548,6 +548,14 @@ config SUNGEM | |||
548 | Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also | 548 | Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also |
549 | <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. | 549 | <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. |
550 | 550 | ||
551 | config CASSINI | ||
552 | tristate "Sun Cassini support" | ||
553 | depends on NET_ETHERNET && PCI | ||
554 | select CRC32 | ||
555 | help | ||
556 | Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also | ||
557 | <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> | ||
558 | |||
551 | config NET_VENDOR_3COM | 559 | config NET_VENDOR_3COM |
552 | bool "3COM cards" | 560 | bool "3COM cards" |
553 | depends on NET_ETHERNET && (ISA || EISA || MCA || PCI) | 561 | depends on NET_ETHERNET && (ISA || EISA || MCA || PCI) |