Loading pkgs/os-specific/linux/kernel/common-config.nix +4 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,10 @@ let ACPI_APEI = (option yes); # APEI Generic Hardware Error Source ACPI_APEI_GHES = (option yes); # Enable lazy RCUs for power savings: # https://lore.kernel.org/rcu/20221019225138.GA2499943@paulmck-ThinkPad-P17-Gen-1/ RCU_LAZY = whenAtLeast "6.2" yes; } // optionalAttrs (stdenv.hostPlatform.isx86) { INTEL_IDLE = yes; INTEL_RAPL = whenAtLeast "5.3" module; Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +4 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,10 @@ let ACPI_APEI = (option yes); # APEI Generic Hardware Error Source ACPI_APEI_GHES = (option yes); # Enable lazy RCUs for power savings: # https://lore.kernel.org/rcu/20221019225138.GA2499943@paulmck-ThinkPad-P17-Gen-1/ RCU_LAZY = whenAtLeast "6.2" yes; } // optionalAttrs (stdenv.hostPlatform.isx86) { INTEL_IDLE = yes; INTEL_RAPL = whenAtLeast "5.3" module; Loading