.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Agere device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Agere devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on PCI |
---|
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 "Agere ET-1310 Gigabit Ethernet support" |
---|
21 | 22 | depends on PCI |
---|
22 | 23 | select PHYLIB |
---|
23 | | - ---help--- |
---|
| 24 | + select CRC32 |
---|
| 25 | + help |
---|
24 | 26 | This driver supports Agere ET-1310 ethernet adapters. |
---|
25 | 27 | |
---|
26 | 28 | To compile this driver as a module, choose M here. The module |
---|