diff --git a/configs/aarch64/host.config b/configs/aarch64/host.config index e58d41a..435abac 100644 --- a/configs/aarch64/host.config +++ b/configs/aarch64/host.config @@ -5892,6 +5892,8 @@ CONFIG_DEBUG_MEMORY_INIT=y CONFIG_PANIC_ON_OOPS_VALUE=0 CONFIG_PANIC_TIMEOUT=0 +CONFIG_LOCKUP_DETECTOR=y +CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_SCHED_INFO=y diff --git a/configs/x86_64/host.config b/configs/x86_64/host.config index caab199..a103491 100644 --- a/configs/x86_64/host.config +++ b/configs/x86_64/host.config @@ -5663,6 +5663,8 @@ CONFIG_DEBUG_MEMORY_INIT=y CONFIG_PANIC_ON_OOPS_VALUE=0 CONFIG_PANIC_TIMEOUT=0 +CONFIG_LOCKUP_DETECTOR=y +CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y CONFIG_SCHED_INFO=y