# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_NET_DSA_MV88E6XXX[0m tristate "Marvell 88E6xxx Ethernet switch fabric support" depends on [31mCONFIG_NET_DSA[0m select [31mCONFIG_IRQ_DOMAIN[0m select [31mCONFIG_NET_DSA_TAG_EDSA[0m select [31mCONFIG_NET_DSA_TAG_DSA[0m help This driver adds support for most of the Marvell 88E6xxx models of Ethernet switch chips, except 88E6060. config [31mCONFIG_NET_DSA_MV88E6XXX_GLOBAL2[0m bool "Switch Global 2 Registers support" default y depends on [31mCONFIG_NET_DSA_MV88E6XXX[0m help This registers set at internal SMI address 0x1C provides extended features like EEPROM interface, trunking, cross-chip setup, etc. It is required on most chips. If the chip you compile the support for doesn't have such registers set, say N here. In doubt, say Y. config [31mCONFIG_NET_DSA_MV88E6XXX_PTP[0m bool "PTP support for Marvell 88E6xxx" default n depends on [31mCONFIG_NET_DSA_MV88E6XXX_GLOBAL2[0m imply [31mCONFIG_NETWORK_PHY_TIMESTAMPING[0m imply [31mCONFIG_PTP_1588_CLOCK[0m help Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch chips that support it. |