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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config NET_DSA_XRS700X
      3	tristate
      4	depends on NET_DSA
      5	select NET_DSA_TAG_XRS700X
      6	select REGMAP
      7	help
      8	  This enables support for Arrow SpeedChips XRS7003/7004 gigabit
      9	  Ethernet switches.
     10
     11config NET_DSA_XRS700X_I2C
     12	tristate "Arrow XRS7000X series switch in I2C mode"
     13	depends on NET_DSA && I2C
     14	select NET_DSA_XRS700X
     15	select REGMAP_I2C
     16	help
     17	  Enable I2C support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet
     18	  switches.
     19
     20config NET_DSA_XRS700X_MDIO
     21	tristate "Arrow XRS7000X series switch in MDIO mode"
     22	depends on NET_DSA
     23	select NET_DSA_XRS700X
     24	help
     25	  Enable MDIO support for Arrow SpeedChips XRS7003/7004 gigabit Ethernet
     26	  switches.