diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-29 21:52:56 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-29 21:52:56 +0200 |
commit | 8aaf226a8eaa0823c4f3c58d5207004ff6e3e758 (patch) | |
tree | c1e4c4f573b4704aa7298775d4a8724be3036b64 /drivers/net/Kconfig | |
parent | /spare/repo/netdev-2.6 branch 'uli-tulip' (diff) | |
parent | [PATCH] sis190: complete the mii probe before registering the netdevice (diff) | |
download | linux-8aaf226a8eaa0823c4f3c58d5207004ff6e3e758.tar.xz linux-8aaf226a8eaa0823c4f3c58d5207004ff6e3e758.zip |
/spare/repo/netdev-2.6 branch 'sis190'
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 79e8aa6f2b9e..43d14bfb1016 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1923,6 +1923,17 @@ config R8169_VLAN If in doubt, say Y. +config SIS190 + tristate "SiS190 gigabit ethernet support" + depends on PCI + select CRC32 + select MII + ---help--- + Say Y here if you have a SiS 190 PCI Gigabit Ethernet adapter. + + To compile this driver as a module, choose M here: the module + will be called sis190. This is recommended. + config SKGE tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" depends on PCI && EXPERIMENTAL |