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