diff --git a/sched/Kconfig b/sched/Kconfig index 791e9194b1..03f701ea23 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -826,7 +826,7 @@ config SCHED_WORKQUEUE config SCHED_HPWORK bool "High priority (kernel) worker thread" - default y + default n depends on !DISABLE_SIGNALS select SCHED_WORKQUEUE ---help---