diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2011-10-25 08:32:24 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-01 19:30:38 -0400 |
commit | 1b6b7172d0ee37528762bddb83acb56cb38ffac2 (patch) | |
tree | 83378bd8c9b88a7074c3ff9ef97790ab54e5ef94 /drivers/net/ethernet/realtek/Kconfig | |
parent | 048ca16935fdfbe17d1593e022eef4713c70c7e2 (diff) |
net/ethernet: sc92031 is not Realtek
While the SC92031 could be found on fake "Realtek" NICs, it has no
relationship to Realtek, and is actually from Silan.
Create a new subdirectory for silan and move sc92031 there.
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/realtek/Kconfig')
-rw-r--r-- | drivers/net/ethernet/realtek/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/ethernet/realtek/Kconfig b/drivers/net/ethernet/realtek/Kconfig index 84083ec6e612..0578859a3c73 100644 --- a/drivers/net/ethernet/realtek/Kconfig +++ b/drivers/net/ethernet/realtek/Kconfig | |||
@@ -115,16 +115,4 @@ config R8169 | |||
115 | To compile this driver as a module, choose M here: the module | 115 | To compile this driver as a module, choose M here: the module |
116 | will be called r8169. This is recommended. | 116 | will be called r8169. This is recommended. |
117 | 117 | ||
118 | config SC92031 | ||
119 | tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)" | ||
120 | depends on PCI && EXPERIMENTAL | ||
121 | select CRC32 | ||
122 | ---help--- | ||
123 | This is a driver for the Fast Ethernet PCI network cards based on | ||
124 | the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you | ||
125 | have one of these, say Y here. | ||
126 | |||
127 | To compile this driver as a module, choose M here: the module | ||
128 | will be called sc92031. This is recommended. | ||
129 | |||
130 | endif # NET_VENDOR_REALTEK | 118 | endif # NET_VENDOR_REALTEK |