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:
Linus Heckemann 2019-05-08 19:40:39 +02:00
parent 918a660cd3
commit ac6337058a

View file

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