summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index 791e9194b..03f701ea2 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/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---