sched/Kconfig: Remove CONFIG_ prefix from SCHED_HPWORK
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8dc2ce7995
commit
964f4b7ed7
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ config SIG_EVTHREAD
|
|||
config SIG_EVTHREAD_HPWORK
|
||||
bool "SIGEV_EVTHREAD use HPWORK"
|
||||
default n
|
||||
depends on SIG_EVTHREAD && CONFIG_SCHED_HPWORK
|
||||
depends on SIG_EVTHREAD && SCHED_HPWORK
|
||||
---help---
|
||||
if selected, SIGEV_THHREAD will use the high priority work queue.
|
||||
If not, it will use the low priority work queue (if available).
|
||||
|
|
Loading…
Reference in a new issue