diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-08-08 20:41:00 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-19 03:10:00 -0400 |
commit | e9985d53e3da3b51d0334d0622c449fda78ae089 (patch) | |
tree | 020ddcd5e7a35759125c845ae04382e32174b804 /drivers/net/Kconfig | |
parent | 8348b4db5f56d2c0d3849db06055225ec15b255a (diff) |
[PATCH] SIS190 must select MII
SIS190 must select MII since it's using it.
While I was editing the Kconfig entry, I also converted the spaces to
tabs.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 765fbb29d386..26e4aa93afd6 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1922,14 +1922,15 @@ config R8169_VLAN | |||
1922 | If in doubt, say Y. | 1922 | If in doubt, say Y. |
1923 | 1923 | ||
1924 | config SIS190 | 1924 | config SIS190 |
1925 | tristate "SiS190 gigabit ethernet support" | 1925 | tristate "SiS190 gigabit ethernet support" |
1926 | depends on PCI | 1926 | depends on PCI |
1927 | select CRC32 | 1927 | select CRC32 |
1928 | ---help--- | 1928 | select MII |
1929 | Say Y here if you have a SiS 190 PCI Gigabit Ethernet adapter. | 1929 | ---help--- |
1930 | 1930 | Say Y here if you have a SiS 190 PCI Gigabit Ethernet adapter. | |
1931 | To compile this driver as a module, choose M here: the module | 1931 | |
1932 | will be called sis190. This is recommended. | 1932 | To compile this driver as a module, choose M here: the module |
1933 | will be called sis190. This is recommended. | ||
1933 | 1934 | ||
1934 | config SKGE | 1935 | config SKGE |
1935 | tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" | 1936 | tristate "New SysKonnect GigaEthernet support (EXPERIMENTAL)" |