forked from mirrors/nixpkgs
linux: build with support for Multi-Gen LRU
This commit is contained in:
parent
e37ef84b47
commit
6486611984
|
@ -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";};
|
||||
|
|
Loading…
Reference in a new issue