moby: drop NO_HZ_IDLE & related kernel overrides

PPP still boots
This commit is contained in:
2024-09-24 06:53:29 +00:00
parent ca52382941
commit 81abe8c44d

View File

@@ -83,14 +83,6 @@ linux_latest.override {
SYSFB_SIMPLEFB = lib.mkForce no; SYSFB_SIMPLEFB = lib.mkForce no;
DRM_ACCEL = lib.mkForce no; DRM_ACCEL = lib.mkForce no;
# 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;
TICK_CPU_ACCOUNTING = yes;
VIRT_CPU_ACCOUNTING = no;
TASKS_RCU = yes;
STANDALONE = lib.mkForce yes;
# TODO: at least one of these is actually required for boot. # TODO: at least one of these is actually required for boot.
CRASH_DUMP = lib.mkForce yes; CRASH_DUMP = lib.mkForce yes;
CRASH_RESERVE = yes; CRASH_RESERVE = yes;