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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3if SOC_SIFIVE
      4
      5config SIFIVE_L2
      6	bool "Sifive L2 Cache controller"
      7	help
      8	  Support for the L2 cache controller on SiFive platforms.
      9
     10endif