linux: enable FSL_MC_UAPI_SUPPORT

This commit is contained in:
Linus Heckemann 2021-12-18 00:05:49 +01:00
parent a2e281f577
commit 588db2a720

View file

@ -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