sched: Fix typo in references to SIGEV_THREAD
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
ee931c137f
commit
5e15a3bce5
|
@ -1363,7 +1363,7 @@ config SIG_PREALLOC_IRQ_ACTIONS
|
|||
The number of pre-allocated irq action structures.
|
||||
|
||||
config SIG_EVTHREAD
|
||||
bool "Support SIGEV_THHREAD"
|
||||
bool "Support SIGEV_THREAD"
|
||||
default n
|
||||
depends on !BUILD_KERNEL && SCHED_WORKQUEUE
|
||||
select LIBC_USRWORK if BUILD_PROTECTED
|
||||
|
@ -1380,7 +1380,7 @@ config SIG_EVTHREAD_HPWORK
|
|||
default n
|
||||
depends on SIG_EVTHREAD && SCHED_HPWORK
|
||||
---help---
|
||||
if selected, SIGEV_THHREAD will use the high priority work queue.
|
||||
if selected, SIGEV_THREAD will use the high priority work queue.
|
||||
If not, it will use the low priority work queue (if available).
|
||||
|
||||
REVISIT: This solution is non-optimal. Some notifications should
|
||||
|
|
Loading…
Reference in New Issue