mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
kernel: enable pressure stall information on 4.20+
Closes #56207. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
bd2b0d0886
commit
3a1f39e1de
@ -636,6 +636,8 @@ let
|
||||
MLX4_EN_VXLAN = whenOlder "4.8" yes;
|
||||
MLX5_CORE_EN = option yes;
|
||||
|
||||
PSI = whenAtLeast "4.20" yes;
|
||||
|
||||
MODVERSIONS = whenOlder "4.9" yes;
|
||||
MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension
|
||||
MTRR_SANITIZER = yes;
|
||||
|
Loading…
Reference in New Issue
Block a user