summaryrefslogtreecommitdiff
path: root/nuttx/sched/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-14 16:56:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-14 16:56:37 -0600
commit16b856fcfa6ae4622f43f92ced2d08b85a64eb3e (patch)
tree91c55f3814ba81fc600999e37823a5badc9e3ca8 /nuttx/sched/Kconfig
parentf82768c84dfbdb28e59ec8ff8c4a20be0ed02f83 (diff)
downloadpx4-nuttx-16b856fcfa6ae4622f43f92ced2d08b85a64eb3e.tar.gz
px4-nuttx-16b856fcfa6ae4622f43f92ced2d08b85a64eb3e.tar.bz2
px4-nuttx-16b856fcfa6ae4622f43f92ced2d08b85a64eb3e.zip
Default for CONFIG_SCHED_HPWORK should be no
Diffstat (limited to 'nuttx/sched/Kconfig')
-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---