diff --git a/sched/Kconfig b/sched/Kconfig index ed269e5bf2..70d6b374fd 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -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