Skip to content

Commit

Permalink
Merge branch 'sky2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Nov 12, 2005
2 parents 34afd63 + d0bbccf commit 06d61cb
Show file tree
Hide file tree
Showing 5 changed files with 4,975 additions and 3 deletions.
20 changes: 19 additions & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,25 @@ config SKGE

It does not support the link failover and network management
features that "portable" vendor supplied sk98lin driver does.



config SKY2
tristate "SysKonnect Yukon2 support (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
select CRC32
---help---
This driver support the Marvell Yukon 2 Gigabit Ethernet adapter.

To compile this driver as a module, choose M here: the module
will be called sky2. This is recommended.

config SKY2_EC_A1
bool "Support old Yukon-EC A1 chipset"
depends on SKY2
---help---
Include support for early revisions of the Yukon EC chipset
that required extra workarounds. If in doubt, say N.

config SK98LIN
tristate "Marvell Yukon Chipset / SysKonnect SK-98xx Support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spidernet-y += spider_net.o spider_net_ethtool.o sungem_phy.o
obj-$(CONFIG_SPIDER_NET) += spidernet.o
obj-$(CONFIG_TC35815) += tc35815.o
obj-$(CONFIG_SKGE) += skge.o
obj-$(CONFIG_SKY2) += sky2.o
obj-$(CONFIG_SK98LIN) += sk98lin/
obj-$(CONFIG_SKFP) += skfp/
obj-$(CONFIG_VIA_RHINE) += via-rhine.o
Expand Down
Loading

0 comments on commit 06d61cb

Please sign in to comment.