Make building of low-priority work queue independent of also building the high-priority work queue

This commit is contained in:
Gregory Nutt
2014-10-11 14:43:24 -06:00
parent 5671ebeab3
commit bb1d91bd83
3 changed files with 10 additions and 36 deletions
-1
View File
@@ -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.