vanadium/kernel-overlay: remove scheduler configs

This commit is contained in:
Primrose 2025-10-30 21:01:30 +08:00
parent 7d1292945f
commit d96871819c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -38,10 +38,6 @@ in {
# Without more testing, we should accept the claim that its more power efficient and stick to it # Without more testing, we should accept the claim that its more power efficient and stick to it
CPU_FREQ = yes; CPU_FREQ = yes;
X86_INTEL_PSTATE = lib.mkForce no; X86_INTEL_PSTATE = lib.mkForce no;
CPU_FREQ_DEFAULT_GOV_SCHEDUTIL = lib.mkForce no;
CPU_FREQ_DEFAULT_GOV_ONDEMAND = yes;
# ERROR: could not insert 'amd_freq_sensitivity': No such device
X86_AMD_FREQ_SENSITIVITY = module;
# skipping firmware loading section since it's handled by other parts of nixos options # skipping firmware loading section since it's handled by other parts of nixos options
SENSORS_K10TEMP = yes; SENSORS_K10TEMP = yes;