Skip to content

Commit

Permalink
[PATCH] SIS190 must select MII
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Aug 19, 2005
1 parent 8348b4d commit e9985d5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit e9985d5

Please sign in to comment.