| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # SEEQ device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 6 | 7 | bool "SEEQ devices" |
|---|
| 7 | 8 | default y |
|---|
| 8 | 9 | depends on HAS_IOMEM |
|---|
| 9 | | - ---help--- |
|---|
| 10 | + help |
|---|
| 10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
|---|
| 11 | 12 | |
|---|
| 12 | 13 | Note that the answer to this question doesn't directly affect the |
|---|
| .. | .. |
|---|
| 19 | 20 | config ARM_ETHER3 |
|---|
| 20 | 21 | tristate "Acorn/ANT Ether3 support" |
|---|
| 21 | 22 | depends on ARM && ARCH_ACORN |
|---|
| 22 | | - ---help--- |
|---|
| 23 | + help |
|---|
| 23 | 24 | If you have an Acorn system with one of these network cards, you |
|---|
| 24 | 25 | should say Y to this option if you wish to use it with Linux. |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | config SGISEEQ |
|---|
| 27 | 28 | tristate "SGI Seeq ethernet controller support" |
|---|
| 28 | 29 | depends on SGI_HAS_SEEQ |
|---|
| 29 | | - ---help--- |
|---|
| 30 | + help |
|---|
| 30 | 31 | Say Y here if you have an Seeq based Ethernet network card. This is |
|---|
| 31 | 32 | used in many Silicon Graphics machines. |
|---|
| 32 | 33 | |
|---|