20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config NET_DSA_MV88E6XXX3 tristate "Marvell 88E6xxx Ethernet switch fabric support"4 depends on NET_DSA5 select IRQ_DOMAIN6 select NET_DSA_TAG_EDSA7 select NET_DSA_TAG_DSA8 help9 This driver adds support for most of the Marvell 88E6xxx models of10 Ethernet switch chips, except 88E6060.11 12config NET_DSA_MV88E6XXX_PTP13 bool "PTP support for Marvell 88E6xxx"14 default n15 depends on (NET_DSA_MV88E6XXX = y && PTP_1588_CLOCK = y) || \16 (NET_DSA_MV88E6XXX = m && PTP_1588_CLOCK)17 help18 Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch19 chips that support it.20