Kconfig 631 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config NET_DSA_MV88E6XXX
  3. tristate "Marvell 88E6xxx Ethernet switch fabric support"
  4. depends on NET_DSA
  5. select IRQ_DOMAIN
  6. select NET_DSA_TAG_EDSA
  7. select NET_DSA_TAG_DSA
  8. help
  9. This driver adds support for most of the Marvell 88E6xxx models of
  10. Ethernet switch chips, except 88E6060.
  11. config NET_DSA_MV88E6XXX_PTP
  12. bool "PTP support for Marvell 88E6xxx"
  13. default n
  14. depends on (NET_DSA_MV88E6XXX = y && PTP_1588_CLOCK = y) || \
  15. (NET_DSA_MV88E6XXX = m && PTP_1588_CLOCK)
  16. help
  17. Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
  18. chips that support it.