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

nopm.config (306B)


      1CONFIG_PM=n
      2CONFIG_SUSPEND=n
      3CONFIG_HIBERNATION=n
      4
      5# Triggers PM on OMAP
      6CONFIG_CPU_IDLE=n
      7
      8# Triggers enablement via hibernate callbacks
      9CONFIG_XEN=n
     10
     11# ARM/ARM64 architectures that select PM unconditionally
     12CONFIG_ARCH_OMAP2PLUS_TYPICAL=n
     13CONFIG_ARCH_RENESAS=n
     14CONFIG_ARCH_TEGRA=n
     15CONFIG_ARCH_VEXPRESS=n