3
0
Fork 0
forked from mirrors/nixpkgs

linux: build with support for Multi-Gen LRU

This commit is contained in:
Dominik Xaver Hörl 2022-12-09 22:35:36 +01:00
parent e37ef84b47
commit 6486611984

View file

@ -939,6 +939,8 @@ let
SCHED_CORE = whenAtLeast "5.14" yes;
LRU_GEN = whenAtLeast "6.1" yes;
FSL_MC_UAPI_SUPPORT = mkIf (stdenv.hostPlatform.system == "aarch64-linux") (whenAtLeast "5.12" yes);
ASHMEM = { optional = true; tristate = whenBetween "5.0" "5.18" "y";};