mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
d60bc62de4
Seville does not need to depend on PCI or on the ENETC MDIO controller. There will also be other compile-time differences in the future. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
27 lines
816 B
Plaintext
27 lines
816 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config NET_DSA_MSCC_FELIX
|
|
tristate "Ocelot / Felix Ethernet switch support"
|
|
depends on NET_DSA && PCI
|
|
depends on NET_VENDOR_MICROSEMI
|
|
depends on NET_VENDOR_FREESCALE
|
|
depends on HAS_IOMEM
|
|
select MSCC_OCELOT_SWITCH_LIB
|
|
select NET_DSA_TAG_OCELOT
|
|
select FSL_ENETC_MDIO
|
|
select PCS_LYNX
|
|
help
|
|
This driver supports the VSC9959 (Felix) switch, which is embedded as
|
|
a PCIe function of the NXP LS1028A ENETC RCiEP.
|
|
|
|
config NET_DSA_MSCC_SEVILLE
|
|
tristate "Ocelot / Seville Ethernet switch support"
|
|
depends on NET_DSA
|
|
depends on NET_VENDOR_MICROSEMI
|
|
depends on HAS_IOMEM
|
|
select MSCC_OCELOT_SWITCH_LIB
|
|
select NET_DSA_TAG_OCELOT
|
|
select PCS_LYNX
|
|
help
|
|
This driver supports the VSC9953 (Seville) switch, which is embedded
|
|
as a platform device on the NXP T1040 SoC.
|