.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Cirrus network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Cirrus devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on ISA || EISA || ARM || MAC |
---|
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 |
---|
.. | .. |
---|
20 | 21 | tristate "CS89x0 support" |
---|
21 | 22 | depends on ISA || EISA || ARM |
---|
22 | 23 | depends on !PPC32 |
---|
23 | | - ---help--- |
---|
| 24 | + help |
---|
24 | 25 | Support for CS89x0 chipset based Ethernet cards. If you have a |
---|
25 | 26 | network (Ethernet) card of this type, say Y and read the file |
---|
26 | | - <file:Documentation/networking/cs89x0.txt>. |
---|
| 27 | + <file:Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst>. |
---|
27 | 28 | |
---|
28 | 29 | To compile this driver as a module, choose M here. The module |
---|
29 | 30 | will be called cs89x0. |
---|
.. | .. |
---|
41 | 42 | |
---|
42 | 43 | config EP93XX_ETH |
---|
43 | 44 | tristate "EP93xx Ethernet support" |
---|
44 | | - depends on ARM && ARCH_EP93XX |
---|
| 45 | + depends on (ARM && ARCH_EP93XX) || COMPILE_TEST |
---|
45 | 46 | select MII |
---|
46 | 47 | help |
---|
47 | 48 | This is a driver for the ethernet hardware included in EP93xx CPUs. |
---|
.. | .. |
---|
50 | 51 | config MAC89x0 |
---|
51 | 52 | tristate "Macintosh CS89x0 based ethernet cards" |
---|
52 | 53 | depends on MAC |
---|
53 | | - ---help--- |
---|
| 54 | + help |
---|
54 | 55 | Support for CS89x0 chipset based Ethernet cards. If you have a |
---|
55 | 56 | Nubus or LC-PDS network (Ethernet) card of this type, say Y here. |
---|
56 | 57 | |
---|