moby: mark NO_HZ_IDLE kernel optiosn & co as required for boot

This commit is contained in:
2024-09-24 01:43:48 +00:00
parent 635bde0403
commit 1d559bfd8f

View File

@@ -115,7 +115,7 @@ linux_latest.override {
DRM_DISPLAY_DP_AUX_CHARDEV = lib.mkForce no;
DRM_VC4_HDMI_CEC = lib.mkForce no;
# TODO: can these be removed?
# TODO: at least one of these is actually required for boot.
NO_HZ_IDLE = yes;
NO_HZ_FULL = lib.mkForce no;
CONTEXT_TRACKING_USER = no;