.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config NET_VENDOR_SOCIONEXT |
---|
2 | 3 | bool "Socionext ethernet drivers" |
---|
3 | 4 | default y |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | Option to select ethernet drivers for Socionext platforms. |
---|
6 | 7 | |
---|
7 | 8 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
17 | 18 | depends on HAS_IOMEM |
---|
18 | 19 | select MFD_SYSCON |
---|
19 | 20 | select PHYLIB |
---|
20 | | - ---help--- |
---|
| 21 | + help |
---|
21 | 22 | Driver for gigabit ethernet MACs, called AVE, in the |
---|
22 | 23 | Socionext UniPhier family. |
---|
23 | 24 | |
---|
.. | .. |
---|
25 | 26 | tristate "Socionext NETSEC ethernet support" |
---|
26 | 27 | depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF |
---|
27 | 28 | select PHYLIB |
---|
| 29 | + select PAGE_POOL |
---|
28 | 30 | select MII |
---|
29 | | - ---help--- |
---|
| 31 | + help |
---|
30 | 32 | Enable to add support for the SocioNext NetSec Gigabit Ethernet |
---|
31 | 33 | controller + PHY, as found on the Synquacer SC2A11 SoC |
---|
32 | 34 | |
---|