Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / freescale / Kconfig
1 #
2 # Freescale device configuration
3 #
4
5 config NET_VENDOR_FREESCALE
6         bool "Freescale devices"
7         default y
8         depends on FSL_SOC || QUICC_ENGINE || CPM1 || CPM2 || PPC_MPC512x || \
9                    M523x || M527x || M5272 || M528x || M520x || M532x || \
10                    ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM)
11         ---help---
12           If you have a network (Ethernet) card belonging to this class, say Y.
13
14           Note that the answer to this question doesn't directly affect the
15           kernel: saying N will just cause the configurator to skip all
16           the questions about Freescale devices. If you say Y, you will be
17           asked for your specific card in the following questions.
18
19 if NET_VENDOR_FREESCALE
20
21 config FEC
22         tristate "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
23         depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \
24                    ARCH_MXC || SOC_IMX28)
25         default ARCH_MXC || SOC_IMX28 if ARM
26         select PHYLIB
27         select PTP_1588_CLOCK
28         ---help---
29           Say Y here if you want to use the built-in 10/100 Fast ethernet
30           controller on some Motorola ColdFire and Freescale i.MX processors.
31
32 config FEC_MPC52xx
33         tristate "FEC MPC52xx driver"
34         depends on PPC_MPC52xx && PPC_BESTCOMM
35         select CRC32
36         select PHYLIB
37         select PPC_BESTCOMM_FEC
38         ---help---
39           This option enables support for the MPC5200's on-chip
40           Fast Ethernet Controller
41           If compiled as module, it will be called fec_mpc52xx.
42
43 config FEC_MPC52xx_MDIO
44         bool "FEC MPC52xx MDIO bus driver"
45         depends on FEC_MPC52xx
46         default y
47         ---help---
48           The MPC5200's FEC can connect to the Ethernet either with
49           an external MII PHY chip or 10 Mbps 7-wire interface
50           (Motorola? industry standard).
51           If your board uses an external PHY connected to FEC, enable this.
52           If not sure, enable.
53           If compiled as module, it will be called fec_mpc52xx_phy.
54
55 source "drivers/net/ethernet/freescale/fs_enet/Kconfig"
56
57 config FSL_PQ_MDIO
58         tristate "Freescale PQ MDIO"
59         select PHYLIB
60         ---help---
61           This driver supports the MDIO bus used by the gianfar and UCC drivers.
62
63 config FSL_XGMAC_MDIO
64         tristate "Freescale XGMAC MDIO"
65         select PHYLIB
66         select OF_MDIO
67         ---help---
68           This driver supports the MDIO bus on the Fman 10G Ethernet MACs, and
69           on the FMan mEMAC (which supports both Clauses 22 and 45)
70
71 config UCC_GETH
72         tristate "Freescale QE Gigabit Ethernet"
73         depends on QUICC_ENGINE
74         select FSL_PQ_MDIO
75         select PHYLIB
76         ---help---
77           This driver supports the Gigabit Ethernet mode of the QUICC Engine,
78           which is available on some Freescale SOCs.
79
80 config UGETH_TX_ON_DEMAND
81         bool "Transmit on Demand support"
82         depends on UCC_GETH
83
84 config GIANFAR
85         tristate "Gianfar Ethernet"
86         select FSL_PQ_MDIO
87         select PHYLIB
88         select CRC32
89         ---help---
90           This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
91           and MPC86xx family of chips, the eTSEC on LS1021A and the FEC
92           on the 8540.
93
94 endif # NET_VENDOR_FREESCALE