.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Freescale device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
9 | 10 | M523x || M527x || M5272 || M528x || M520x || M532x || \ |
---|
10 | 11 | ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM) || \ |
---|
11 | 12 | ARCH_LAYERSCAPE || COMPILE_TEST |
---|
12 | | - ---help--- |
---|
| 13 | + help |
---|
13 | 14 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
14 | 15 | |
---|
15 | 16 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
24 | 25 | depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \ |
---|
25 | 26 | ARCH_MXC || SOC_IMX28 || COMPILE_TEST) |
---|
26 | 27 | default ARCH_MXC || SOC_IMX28 if ARM |
---|
| 28 | + select CRC32 |
---|
27 | 29 | select PHYLIB |
---|
28 | 30 | imply PTP_1588_CLOCK |
---|
29 | | - ---help--- |
---|
| 31 | + help |
---|
30 | 32 | Say Y here if you want to use the built-in 10/100 Fast ethernet |
---|
31 | 33 | controller on some Motorola ColdFire and Freescale i.MX processors. |
---|
32 | 34 | |
---|
.. | .. |
---|
36 | 38 | select CRC32 |
---|
37 | 39 | select PHYLIB |
---|
38 | 40 | select PPC_BESTCOMM_FEC |
---|
39 | | - ---help--- |
---|
| 41 | + help |
---|
40 | 42 | This option enables support for the MPC5200's on-chip |
---|
41 | 43 | Fast Ethernet Controller |
---|
42 | 44 | If compiled as module, it will be called fec_mpc52xx. |
---|
.. | .. |
---|
45 | 47 | bool "FEC MPC52xx MDIO bus driver" |
---|
46 | 48 | depends on FEC_MPC52xx |
---|
47 | 49 | default y |
---|
48 | | - ---help--- |
---|
| 50 | + help |
---|
49 | 51 | The MPC5200's FEC can connect to the Ethernet either with |
---|
50 | 52 | an external MII PHY chip or 10 Mbps 7-wire interface |
---|
51 | 53 | (Motorola? industry standard). |
---|
.. | .. |
---|
59 | 61 | config FSL_PQ_MDIO |
---|
60 | 62 | tristate "Freescale PQ MDIO" |
---|
61 | 63 | select PHYLIB |
---|
62 | | - ---help--- |
---|
| 64 | + help |
---|
63 | 65 | This driver supports the MDIO bus used by the gianfar and UCC drivers. |
---|
64 | 66 | |
---|
65 | 67 | config FSL_XGMAC_MDIO |
---|
.. | .. |
---|
67 | 69 | select PHYLIB |
---|
68 | 70 | depends on OF |
---|
69 | 71 | select OF_MDIO |
---|
70 | | - ---help--- |
---|
| 72 | + help |
---|
71 | 73 | This driver supports the MDIO bus on the Fman 10G Ethernet MACs, and |
---|
72 | 74 | on the FMan mEMAC (which supports both Clauses 22 and 45) |
---|
73 | 75 | |
---|
74 | 76 | config UCC_GETH |
---|
75 | 77 | tristate "Freescale QE Gigabit Ethernet" |
---|
76 | | - depends on QUICC_ENGINE |
---|
| 78 | + depends on QUICC_ENGINE && PPC32 |
---|
77 | 79 | select FSL_PQ_MDIO |
---|
78 | 80 | select PHYLIB |
---|
79 | 81 | select FIXED_PHY |
---|
80 | | - ---help--- |
---|
| 82 | + help |
---|
81 | 83 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, |
---|
82 | 84 | which is available on some Freescale SOCs. |
---|
83 | 85 | |
---|
.. | .. |
---|
92 | 94 | select PHYLIB |
---|
93 | 95 | select FIXED_PHY |
---|
94 | 96 | select CRC32 |
---|
95 | | - ---help--- |
---|
| 97 | + help |
---|
96 | 98 | This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, |
---|
97 | 99 | and MPC86xx family of chips, the eTSEC on LS1021A and the FEC |
---|
98 | 100 | on the 8540. |
---|
99 | 101 | |
---|
100 | 102 | source "drivers/net/ethernet/freescale/dpaa/Kconfig" |
---|
| 103 | +source "drivers/net/ethernet/freescale/dpaa2/Kconfig" |
---|
| 104 | +source "drivers/net/ethernet/freescale/enetc/Kconfig" |
---|
101 | 105 | |
---|
102 | 106 | endif # NET_VENDOR_FREESCALE |
---|