.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Amazon network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_AMAZON |
---|
6 | 7 | bool "Amazon Devices" |
---|
7 | 8 | default y |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | If you have a network (Ethernet) device belonging to this class, say Y. |
---|
10 | 11 | |
---|
11 | 12 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
18 | 19 | config ENA_ETHERNET |
---|
19 | 20 | tristate "Elastic Network Adapter (ENA) support" |
---|
20 | 21 | depends on PCI_MSI && !CPU_BIG_ENDIAN |
---|
21 | | - ---help--- |
---|
| 22 | + select DIMLIB |
---|
| 23 | + help |
---|
22 | 24 | This driver supports Elastic Network Adapter (ENA)" |
---|
23 | 25 | |
---|
24 | 26 | To compile this driver as a module, choose M here. |
---|