.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Allwinner device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
7 | 8 | default y |
---|
8 | 9 | |
---|
9 | 10 | depends on ARCH_SUNXI |
---|
10 | | - ---help--- |
---|
| 11 | + help |
---|
11 | 12 | If you have a network (Ethernet) card belonging to this |
---|
12 | 13 | class, say Y here. |
---|
13 | 14 | |
---|
.. | .. |
---|
20 | 21 | if NET_VENDOR_ALLWINNER |
---|
21 | 22 | |
---|
22 | 23 | config SUN4I_EMAC |
---|
23 | | - tristate "Allwinner A10 EMAC support" |
---|
| 24 | + tristate "Allwinner A10 EMAC support" |
---|
24 | 25 | depends on ARCH_SUNXI |
---|
25 | 26 | depends on OF |
---|
26 | 27 | select CRC32 |
---|
27 | 28 | select MII |
---|
28 | 29 | select PHYLIB |
---|
29 | 30 | select MDIO_SUN4I |
---|
30 | | - ---help--- |
---|
31 | | - Support for Allwinner A10 EMAC ethernet driver. |
---|
| 31 | + help |
---|
| 32 | + Support for Allwinner A10 EMAC ethernet driver. |
---|
32 | 33 | |
---|
33 | | - To compile this driver as a module, choose M here. The module |
---|
34 | | - will be called sun4i-emac. |
---|
| 34 | + To compile this driver as a module, choose M here. The module |
---|
| 35 | + will be called sun4i-emac. |
---|
35 | 36 | |
---|
36 | 37 | endif # NET_VENDOR_ALLWINNER |
---|