summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-11 14:43:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-11 14:43:24 -0600
commitefab0e2ea369167c97522773dcc4e0e8213408c0 (patch)
tree2d7960b2febbf4eed3241fd9de5c6c821b3ee4a7 /nuttx/libc/Kconfig
parent1a639251dbf599c80357c0c4661be5d0068cc0b3 (diff)
downloadnuttx-efab0e2ea369167c97522773dcc4e0e8213408c0.tar.gz
nuttx-efab0e2ea369167c97522773dcc4e0e8213408c0.tar.bz2
nuttx-efab0e2ea369167c97522773dcc4e0e8213408c0.zip
Make building of low-priority work queue independent of also building the high-priority work queue
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index 72986be0f..028c70cfa 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -452,7 +452,6 @@ config SCHED_WORKPERIOD
config SCHED_WORKSTACKSIZE
int "High priority worker thread stack size"
default 2048
- depends on SCHED_WORKQUEUE
---help---
The stack size allocated for the worker thread. Default: 2K.