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