.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Qualcomm network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_QUALCOMM |
---|
6 | 7 | bool "Qualcomm devices" |
---|
7 | 8 | default y |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
10 | 11 | |
---|
11 | 12 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
24 | 25 | tristate "Qualcomm Atheros QCA7000 SPI support" |
---|
25 | 26 | select QCA7000 |
---|
26 | 27 | depends on SPI_MASTER && OF |
---|
27 | | - ---help--- |
---|
| 28 | + help |
---|
28 | 29 | This SPI protocol driver supports the Qualcomm Atheros QCA7000. |
---|
29 | 30 | |
---|
30 | 31 | To compile this driver as a module, choose M here. The module |
---|
.. | .. |
---|
34 | 35 | tristate "Qualcomm Atheros QCA7000 UART support" |
---|
35 | 36 | select QCA7000 |
---|
36 | 37 | depends on SERIAL_DEV_BUS && OF |
---|
37 | | - ---help--- |
---|
| 38 | + help |
---|
38 | 39 | This UART protocol driver supports the Qualcomm Atheros QCA7000. |
---|
39 | 40 | |
---|
40 | 41 | Currently the driver assumes these device UART settings: |
---|
.. | .. |
---|
51 | 52 | depends on HAS_DMA && HAS_IOMEM |
---|
52 | 53 | select CRC32 |
---|
53 | 54 | select PHYLIB |
---|
54 | | - ---help--- |
---|
| 55 | + help |
---|
55 | 56 | This driver supports the Qualcomm Technologies, Inc. Gigabit |
---|
56 | 57 | Ethernet Media Access Controller (EMAC). The controller |
---|
57 | 58 | supports IEEE 802.3-2002, half-duplex mode at 10/100 Mb/s, |
---|