[PATCH] SIS190 must select MII
authorAdrian Bunk <bunk@stusta.de>
Tue, 9 Aug 2005 00:41:00 +0000 (02:41 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 19 Aug 2005 07:10:00 +0000 (03:10 -0400)
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>
drivers/net/Kconfig

index 765fbb2..26e4aa9 100644 (file)
@@ -1922,14 +1922,15 @@ config R8169_VLAN
          If in doubt, say Y.
 
 config SIS190
-      tristate "SiS190 gigabit ethernet support"
-      depends on PCI
-      select CRC32
-      ---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.
+       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)"