linux: enable FSL_MC_UAPI_SUPPORT
This commit is contained in:
parent
a2e281f577
commit
588db2a720
1 changed files with 1 additions and 0 deletions
|
@ -877,6 +877,7 @@ let
|
|||
|
||||
SCHED_CORE = whenAtLeast "5.14" yes;
|
||||
|
||||
FSL_MC_UAPI_SUPPORT = mkIf (stdenv.hostPlatform.system == "aarch64-linux") (whenAtLeast "5.12" yes);
|
||||
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
|
||||
# Enable CPU/memory hotplug support
|
||||
# Allows you to dynamically add & remove CPUs/memory to a VM client running NixOS without requiring a reboot
|
||||
|
|
Loading…
Reference in a new issue