.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Faraday device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Faraday devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on ARM || NDS32 || COMPILE_TEST |
---|
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 |
---|
.. | .. |
---|
21 | 22 | depends on ARM || NDS32 || COMPILE_TEST |
---|
22 | 23 | depends on !64BIT || BROKEN |
---|
23 | 24 | select MII |
---|
24 | | - ---help--- |
---|
| 25 | + help |
---|
25 | 26 | This driver supports the FTMAC100 10/100 Ethernet controller |
---|
26 | 27 | from Faraday. It is used on Faraday A320, Andes AG101 and some |
---|
27 | 28 | other ARM/NDS32 SoC's. |
---|
.. | .. |
---|
31 | 32 | depends on ARM || NDS32 || COMPILE_TEST |
---|
32 | 33 | depends on !64BIT || BROKEN |
---|
33 | 34 | select PHYLIB |
---|
34 | | - ---help--- |
---|
| 35 | + select MDIO_ASPEED if MACH_ASPEED_G6 |
---|
| 36 | + select CRC32 |
---|
| 37 | + help |
---|
35 | 38 | This driver supports the FTGMAC100 Gigabit Ethernet controller |
---|
36 | 39 | from Faraday. It is used on Faraday A369, Andes AG102 and some |
---|
37 | 40 | other ARM/NDS32 SoC's. |
---|