cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (598B)


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