aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-05-12 23:21:07 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-10 23:04:03 -0400
commitae150435b59e68de00546330241727f2fec54517 (patch)
tree29a1cb71053306e8a8e0dff1f927d16a9a396917 /drivers/net/ethernet/8390
parentaa43c2158d5ae1dc76cccb08cd57a3ffd32c3825 (diff)
smsc: Move the SMC (SMSC) drivers
Moves the SMC (SMSC) drivers into drivers/net/ethernet/smsc/ and the necessary Kconfig and Makefile changes. Also did some cleanup of NET_VENDOR_SMC Kconfig tag for the 8390 based drivers. CC: Nicolas Pitre <nico@fluxnic.net> CC: Donald Becker <becker@scyld.com> CC: Erik Stahlman <erik@vt.edu> CC: Dustin McIntire <dustin@sensoria.com> CC: Steve Glendinning <steve.glendinning@smsc.com> CC: David Hinds <dahinds@users.sourceforge.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/8390')
-rw-r--r--drivers/net/ethernet/8390/Kconfig21
1 files changed, 4 insertions, 17 deletions
diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig
index 5cd53f1b84d3..f1b9bddc1550 100644
--- a/drivers/net/ethernet/8390/Kconfig
+++ b/drivers/net/ethernet/8390/Kconfig
@@ -264,22 +264,9 @@ config STNIC
264 264
265 If unsure, say N. 265 If unsure, say N.
266 266
267config NET_VENDOR_SMC
268 bool "Western Digital/SMC cards"
269 depends on (ISA || MCA || EISA || MAC)
270 ---help---
271 If you have a network (Ethernet) card belonging to this class, say Y
272 and read the Ethernet-HOWTO, available from
273 <http://www.tldp.org/docs.html#howto>.
274
275 Note that the answer to this question doesn't directly affect the
276 kernel: saying N will just cause the configurator to skip all
277 the questions about Western Digital cards. If you say Y, you will be
278 asked for your specific card in the following questions.
279
280config ULTRAMCA 267config ULTRAMCA
281 tristate "SMC Ultra MCA support" 268 tristate "SMC Ultra MCA support"
282 depends on NET_VENDOR_SMC && MCA 269 depends on MCA
283 select CRC32 270 select CRC32
284 ---help--- 271 ---help---
285 If you have a network (Ethernet) card of this type and are running 272 If you have a network (Ethernet) card of this type and are running
@@ -291,7 +278,7 @@ config ULTRAMCA
291 278
292config ULTRA 279config ULTRA
293 tristate "SMC Ultra support" 280 tristate "SMC Ultra support"
294 depends on NET_VENDOR_SMC && ISA 281 depends on ISA
295 select CRC32 282 select CRC32
296 ---help--- 283 ---help---
297 If you have a network (Ethernet) card of this type, say Y and read 284 If you have a network (Ethernet) card of this type, say Y and read
@@ -310,7 +297,7 @@ config ULTRA
310 297
311config ULTRA32 298config ULTRA32
312 tristate "SMC Ultra32 EISA support" 299 tristate "SMC Ultra32 EISA support"
313 depends on NET_VENDOR_SMC && EISA 300 depends on EISA
314 select CRC32 301 select CRC32
315 ---help--- 302 ---help---
316 If you have a network (Ethernet) card of this type, say Y and read 303 If you have a network (Ethernet) card of this type, say Y and read
@@ -322,7 +309,7 @@ config ULTRA32
322 309
323config WD80x3 310config WD80x3
324 tristate "WD80*3 support" 311 tristate "WD80*3 support"
325 depends on NET_VENDOR_SMC && ISA 312 depends on ISA
326 select CRC32 313 select CRC32
327 ---help--- 314 ---help---
328 If you have a network (Ethernet) card of this type, say Y and read 315 If you have a network (Ethernet) card of this type, say Y and read