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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3config MODULES
      4	def_bool y
      5	modules
      6
      7config DEP
      8	tristate
      9	default m
     10
     11choice
     12	prompt "Tristate Choice"
     13
     14config CHOICE0
     15	tristate "Choice 0"
     16
     17config CHOICE1
     18	tristate "Choice 1"
     19	depends on DEP
     20
     21endchoice