xref: /openbmc/linux/drivers/net/dsa/mv88e6xxx/Kconfig (revision 30e72553)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20d3cd4b6SVivien Didelotconfig NET_DSA_MV88E6XXX
30d3cd4b6SVivien Didelot	tristate "Marvell 88E6xxx Ethernet switch fabric support"
40d3cd4b6SVivien Didelot	depends on NET_DSA
50717b876SFlorian Fainelli	select IRQ_DOMAIN
60d3cd4b6SVivien Didelot	select NET_DSA_TAG_EDSA
72bbb33beSAndrew Lunn	select NET_DSA_TAG_DSA
80d3cd4b6SVivien Didelot	help
90d3cd4b6SVivien Didelot	  This driver adds support for most of the Marvell 88E6xxx models of
100d3cd4b6SVivien Didelot	  Ethernet switch chips, except 88E6060.
11ca070c10SVivien Didelot
122fa8d3afSBrandon Streiffconfig NET_DSA_MV88E6XXX_PTP
132fa8d3afSBrandon Streiff	bool "PTP support for Marvell 88E6xxx"
142fa8d3afSBrandon Streiff	default n
15*30e72553SJohnny S. Lee	depends on (NET_DSA_MV88E6XXX = y && PTP_1588_CLOCK = y) || \
16*30e72553SJohnny S. Lee	           (NET_DSA_MV88E6XXX = m && PTP_1588_CLOCK)
172fa8d3afSBrandon Streiff	help
182fa8d3afSBrandon Streiff	  Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
192fa8d3afSBrandon Streiff	  chips that support it.
20