mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
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 New Issue
Block a user