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 (977B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config NET_DSA_MSCC_FELIX
      3	tristate "Ocelot / Felix Ethernet switch support"
      4	depends on NET_DSA && PCI
      5	depends on NET_VENDOR_MICROSEMI
      6	depends on NET_VENDOR_FREESCALE
      7	depends on HAS_IOMEM
      8	depends on PTP_1588_CLOCK_OPTIONAL
      9	select MSCC_OCELOT_SWITCH_LIB
     10	select NET_DSA_TAG_OCELOT_8021Q
     11	select NET_DSA_TAG_OCELOT
     12	select FSL_ENETC_MDIO
     13	select PCS_LYNX
     14	help
     15	  This driver supports the VSC9959 (Felix) switch, which is embedded as
     16	  a PCIe function of the NXP LS1028A ENETC RCiEP.
     17
     18config NET_DSA_MSCC_SEVILLE
     19	tristate "Ocelot / Seville Ethernet switch support"
     20	depends on NET_DSA
     21	depends on NET_VENDOR_MICROSEMI
     22	depends on HAS_IOMEM
     23	depends on PTP_1588_CLOCK_OPTIONAL
     24	select MDIO_MSCC_MIIM
     25	select MSCC_OCELOT_SWITCH_LIB
     26	select NET_DSA_TAG_OCELOT_8021Q
     27	select NET_DSA_TAG_OCELOT
     28	select PCS_LYNX
     29	help
     30	  This driver supports the VSC9953 (Seville) switch, which is embedded
     31	  as a platform device on the NXP T1040 SoC.