blob: 29f18533fdc7663f6fe9552d629da322d5febb96 [file] [log] [blame]
Jeff Kirsher9e13fbf2011-07-15 03:18:21 -07001#
2# SEEQ device configuration
3#
4
5config NET_VENDOR_SEEQ
6 bool "SEEQ devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Heiko Carstens757216e2011-09-22 03:44:54 -04008 depends on HAS_IOMEM
Jeff Kirsher9e13fbf2011-07-15 03:18:21 -07009 depends on (ARM && ARCH_ACORN) || SGI_HAS_SEEQ || EXPERIMENTAL
10 ---help---
11 If you have a network (Ethernet) card belonging to this class, say Y
12 and read the Ethernet-HOWTO, available from
13 <http://www.tldp.org/docs.html#howto>.
14
15 Note that the answer to this question doesn't directly affect the
16 kernel: saying N will just cause the configurator to skip all
17 the questions about SEEQ devices. If you say Y, you will be asked for
18 your specific card in the following questions.
19
20if NET_VENDOR_SEEQ
21
22config ARM_ETHER3
23 tristate "Acorn/ANT Ether3 support"
24 depends on ARM && ARCH_ACORN
25 ---help---
26 If you have an Acorn system with one of these network cards, you
27 should say Y to this option if you wish to use it with Linux.
28
29config SEEQ8005
30 tristate "SEEQ8005 support (EXPERIMENTAL)"
31 depends on EXPERIMENTAL
32 ---help---
33 This is a driver for the SEEQ 8005 network (Ethernet) card. If this
34 is for you, read the Ethernet-HOWTO, available from
35 <http://www.tldp.org/docs.html#howto>.
36
37 To compile this driver as a module, choose M here. The module
38 will be called seeq8005.
39
40config SGISEEQ
41 tristate "SGI Seeq ethernet controller support"
42 depends on SGI_HAS_SEEQ
43 ---help---
44 Say Y here if you have an Seeq based Ethernet network card. This is
45 used in many Silicon Graphics machines.
46
47endif # NET_VENDOR_SEEQ