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 |
Heiko Carstens | 757216e | 2011-09-22 03:44:54 -0400 | [diff] [blame] | 8 | depends on HAS_IOMEM |
Jeff Kirsher | 9e13fbf | 2011-07-15 03:18:21 -0700 | [diff] [blame] | 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 9e13fbf | 2011-07-15 03:18:21 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about SEEQ devices. If you say Y, you will be asked for |
| 15 | your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_SEEQ |
| 18 | |
| 19 | config ARM_ETHER3 |
| 20 | tristate "Acorn/ANT Ether3 support" |
| 21 | depends on ARM && ARCH_ACORN |
| 22 | ---help--- |
| 23 | If you have an Acorn system with one of these network cards, you |
| 24 | should say Y to this option if you wish to use it with Linux. |
| 25 | |
Jeff Kirsher | 9e13fbf | 2011-07-15 03:18:21 -0700 | [diff] [blame] | 26 | config SGISEEQ |
| 27 | tristate "SGI Seeq ethernet controller support" |
| 28 | depends on SGI_HAS_SEEQ |
| 29 | ---help--- |
| 30 | Say Y here if you have an Seeq based Ethernet network card. This is |
| 31 | used in many Silicon Graphics machines. |
| 32 | |
| 33 | endif # NET_VENDOR_SEEQ |