2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-06-11 17:29:36 +08:00
|
|
|
#
|
|
|
|
# Freescale device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_FREESCALE
|
|
|
|
bool "Freescale devices"
|
2011-08-23 16:29:52 +08:00
|
|
|
default y
|
2011-06-11 17:29:36 +08:00
|
|
|
depends on FSL_SOC || QUICC_ENGINE || CPM1 || CPM2 || PPC_MPC512x || \
|
|
|
|
M523x || M527x || M5272 || M528x || M520x || M532x || \
|
2015-11-20 11:54:08 +08:00
|
|
|
ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM) || \
|
2016-11-18 03:19:11 +08:00
|
|
|
ARCH_LAYERSCAPE || COMPILE_TEST
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-06-22 04:28:02 +08:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-06-11 17:29:36 +08:00
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
2011-09-23 10:12:48 +08:00
|
|
|
the questions about Freescale devices. If you say Y, you will be
|
|
|
|
asked for your specific card in the following questions.
|
2011-06-11 17:29:36 +08:00
|
|
|
|
|
|
|
if NET_VENDOR_FREESCALE
|
|
|
|
|
|
|
|
config FEC
|
2011-12-08 05:59:32 +08:00
|
|
|
tristate "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
|
2011-06-11 17:29:36 +08:00
|
|
|
depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \
|
2018-05-18 04:07:44 +08:00
|
|
|
ARCH_MXC || SOC_IMX28 || COMPILE_TEST)
|
2012-01-03 11:46:47 +08:00
|
|
|
default ARCH_MXC || SOC_IMX28 if ARM
|
2020-12-04 07:20:37 +08:00
|
|
|
select CRC32
|
2011-06-11 17:29:36 +08:00
|
|
|
select PHYLIB
|
2021-04-28 21:09:46 +08:00
|
|
|
imply NET_SELFTESTS
|
2016-11-11 13:10:07 +08:00
|
|
|
imply PTP_1588_CLOCK
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-11 17:29:36 +08:00
|
|
|
Say Y here if you want to use the built-in 10/100 Fast ethernet
|
|
|
|
controller on some Motorola ColdFire and Freescale i.MX processors.
|
|
|
|
|
|
|
|
config FEC_MPC52xx
|
|
|
|
tristate "FEC MPC52xx driver"
|
|
|
|
depends on PPC_MPC52xx && PPC_BESTCOMM
|
|
|
|
select CRC32
|
|
|
|
select PHYLIB
|
|
|
|
select PPC_BESTCOMM_FEC
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-11 17:29:36 +08:00
|
|
|
This option enables support for the MPC5200's on-chip
|
|
|
|
Fast Ethernet Controller
|
|
|
|
If compiled as module, it will be called fec_mpc52xx.
|
|
|
|
|
|
|
|
config FEC_MPC52xx_MDIO
|
|
|
|
bool "FEC MPC52xx MDIO bus driver"
|
|
|
|
depends on FEC_MPC52xx
|
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-11 17:29:36 +08:00
|
|
|
The MPC5200's FEC can connect to the Ethernet either with
|
|
|
|
an external MII PHY chip or 10 Mbps 7-wire interface
|
|
|
|
(Motorola? industry standard).
|
|
|
|
If your board uses an external PHY connected to FEC, enable this.
|
|
|
|
If not sure, enable.
|
|
|
|
If compiled as module, it will be called fec_mpc52xx_phy.
|
|
|
|
|
|
|
|
source "drivers/net/ethernet/freescale/fs_enet/Kconfig"
|
2015-12-21 08:21:25 +08:00
|
|
|
source "drivers/net/ethernet/freescale/fman/Kconfig"
|
2011-06-11 17:29:36 +08:00
|
|
|
|
|
|
|
config FSL_PQ_MDIO
|
|
|
|
tristate "Freescale PQ MDIO"
|
|
|
|
select PHYLIB
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-11 17:29:36 +08:00
|
|
|
This driver supports the MDIO bus used by the gianfar and UCC drivers.
|
|
|
|
|
2012-08-20 17:26:39 +08:00
|
|
|
config FSL_XGMAC_MDIO
|
|
|
|
tristate "Freescale XGMAC MDIO"
|
|
|
|
select PHYLIB
|
2016-11-18 03:19:11 +08:00
|
|
|
depends on OF
|
2014-06-12 02:48:17 +08:00
|
|
|
select OF_MDIO
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-01-04 17:36:02 +08:00
|
|
|
This driver supports the MDIO bus on the Fman 10G Ethernet MACs, and
|
|
|
|
on the FMan mEMAC (which supports both Clauses 22 and 45)
|
2012-08-20 17:26:39 +08:00
|
|
|
|
2011-06-11 17:29:36 +08:00
|
|
|
config UCC_GETH
|
|
|
|
tristate "Freescale QE Gigabit Ethernet"
|
2019-11-28 22:55:52 +08:00
|
|
|
depends on QUICC_ENGINE && PPC32
|
2011-06-11 17:29:36 +08:00
|
|
|
select FSL_PQ_MDIO
|
|
|
|
select PHYLIB
|
2020-05-09 20:04:52 +08:00
|
|
|
select FIXED_PHY
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-11 17:29:36 +08:00
|
|
|
This driver supports the Gigabit Ethernet mode of the QUICC Engine,
|
|
|
|
which is available on some Freescale SOCs.
|
|
|
|
|
|
|
|
config UGETH_TX_ON_DEMAND
|
|
|
|
bool "Transmit on Demand support"
|
|
|
|
depends on UCC_GETH
|
|
|
|
|
|
|
|
config GIANFAR
|
|
|
|
tristate "Gianfar Ethernet"
|
2016-11-18 03:19:11 +08:00
|
|
|
depends on HAS_DMA
|
2011-06-11 17:29:36 +08:00
|
|
|
select FSL_PQ_MDIO
|
|
|
|
select PHYLIB
|
2020-05-09 20:04:52 +08:00
|
|
|
select FIXED_PHY
|
2011-06-11 17:29:36 +08:00
|
|
|
select CRC32
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-11 17:29:36 +08:00
|
|
|
This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx,
|
2015-06-25 11:34:38 +08:00
|
|
|
and MPC86xx family of chips, the eTSEC on LS1021A and the FEC
|
|
|
|
on the 8540.
|
2011-06-11 17:29:36 +08:00
|
|
|
|
2016-11-15 16:41:02 +08:00
|
|
|
source "drivers/net/ethernet/freescale/dpaa/Kconfig"
|
2018-10-08 15:44:25 +08:00
|
|
|
source "drivers/net/ethernet/freescale/dpaa2/Kconfig"
|
enetc: Introduce basic PF and VF ENETC ethernet drivers
ENETC is a multi-port virtualized Ethernet controller supporting GbE
designs and Time-Sensitive Networking (TSN) functionality.
ENETC is operating as an SR-IOV multi-PF capable Root Complex Integrated
Endpoint (RCIE). As such, it contains multiple physical (PF) and
virtual (VF) PCIe functions, discoverable by standard PCI Express.
Introduce basic PF and VF ENETC ethernet drivers. The PF has access to
the ENETC Port registers and resources and makes the required privileged
configurations for the underlying VF devices. Common functionality is
controlled through so called System Interface (SI) register blocks, PFs
and VFs own a SI each. Though SI register blocks are almost identical,
there are a few privileged SI level controls that are accessible only to
PFs, and so the distinction is made between PF SIs (PSI) and VF SIs (VSI).
As such, the bulk of the code, including datapath processing, basic h/w
offload support and generic pci related configuration, is shared between
the 2 drivers and is factored out in common source files (i.e. enetc.c).
Major functionalities included (for both drivers):
MSI-X support for Rx and Tx processing, assignment of Rx/Tx BD ring pairs
to MSI-X entries, multi-queue support, Rx S/G (Rx frame fragmentation) and
jumbo frame (up to 9600B) support, Rx paged allocation and reuse, Tx S/G
support (NETIF_F_SG), Rx and Tx checksum offload, PF MAC filtering and
initial control ring support, VLAN extraction/ insertion, PF Rx VLAN
CTAG filtering, VF mac address config support, VF VLAN isolation support,
etc.
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-01-22 21:29:54 +08:00
|
|
|
source "drivers/net/ethernet/freescale/enetc/Kconfig"
|
2018-08-29 17:42:40 +08:00
|
|
|
|
2011-06-11 17:29:36 +08:00
|
|
|
endif # NET_VENDOR_FREESCALE
|