kernel/common-config: move criu to its own set
It was previously in the "test" set, which seemed an inappropriate placement.
This commit is contained in:
parent
918a660cd3
commit
ac6337058a
@ -542,7 +542,9 @@ let
|
||||
TEST_ASYNC_DRIVER_PROBE = option no;
|
||||
WW_MUTEX_SELFTEST = option no;
|
||||
XZ_DEC_TEST = option no;
|
||||
} // optionalAttrs (features.criu or false) ({
|
||||
};
|
||||
|
||||
criu = optionalAttrs (features.criu or false) ({
|
||||
EXPERT = yes;
|
||||
CHECKPOINT_RESTORE = yes;
|
||||
} // optionalAttrs (features.criu_revert_expert or true) {
|
||||
|
Loading…
Reference in New Issue
Block a user