0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NET_DSA_MV88E6XXX
0003 tristate "Marvell 88E6xxx Ethernet switch fabric support"
0004 depends on NET_DSA
0005 depends on PTP_1588_CLOCK_OPTIONAL
0006 select IRQ_DOMAIN
0007 select NET_DSA_TAG_EDSA
0008 select NET_DSA_TAG_DSA
0009 help
0010 This driver adds support for most of the Marvell 88E6xxx models of
0011 Ethernet switch chips, except 88E6060.
0012
0013 config NET_DSA_MV88E6XXX_PTP
0014 bool "PTP support for Marvell 88E6xxx"
0015 default n
0016 depends on NET_DSA_MV88E6XXX && PTP_1588_CLOCK
0017 help
0018 Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
0019 chips that support it.