.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # ARC EMAC network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_ARC |
---|
6 | 7 | bool "ARC 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 |
---|
.. | .. |
---|
27 | 28 | select ARC_EMAC_CORE |
---|
28 | 29 | depends on OF_IRQ && OF_NET |
---|
29 | 30 | depends on ARC || COMPILE_TEST |
---|
30 | | - ---help--- |
---|
| 31 | + help |
---|
31 | 32 | On some legacy ARC (Synopsys) FPGA boards such as ARCAngel4/ML50x |
---|
32 | 33 | non-standard on-chip ethernet device ARC EMAC 10/100 is used. |
---|
33 | 34 | Say Y here if you have such a board. If unsure, say N. |
---|
.. | .. |
---|
37 | 38 | select ARC_EMAC_CORE |
---|
38 | 39 | depends on OF_IRQ && OF_NET && REGULATOR |
---|
39 | 40 | depends on ARCH_ROCKCHIP || COMPILE_TEST |
---|
40 | | - ---help--- |
---|
| 41 | + help |
---|
41 | 42 | Support for Rockchip RK3036/RK3066/RK3188 EMAC ethernet controllers. |
---|
42 | 43 | This selects Rockchip SoC glue layer support for the |
---|
43 | 44 | emac device driver. This driver is used for RK3036/RK3066/RK3188 |
---|