.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Synopsys network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_SYNOPSYS |
---|
6 | 7 | bool "Synopsys 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 |
---|
.. | .. |
---|
20 | 21 | depends on HAS_IOMEM && HAS_DMA |
---|
21 | 22 | select BITREVERSE |
---|
22 | 23 | select CRC32 |
---|
23 | | - ---help--- |
---|
| 24 | + help |
---|
24 | 25 | This driver supports the Synopsys DesignWare Cores Enterprise |
---|
25 | 26 | Ethernet (dwc-xlgmac). |
---|
26 | 27 | |
---|
.. | .. |
---|
29 | 30 | config DWC_XLGMAC_PCI |
---|
30 | 31 | tristate "XLGMAC PCI bus support" |
---|
31 | 32 | depends on DWC_XLGMAC && PCI |
---|
32 | | - ---help--- |
---|
| 33 | + help |
---|
33 | 34 | This selects the pci bus support for the dwc-xlgmac driver. |
---|
34 | 35 | This driver was tested on Synopsys XLGMAC IP Prototyping Kit. |
---|
35 | 36 | |
---|