sched/Kconfig: Remove CONFIG_ prefix from SCHED_HPWORK

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-01-07 02:03:48 +08:00 committed by Alan Carvalho de Assis
parent 8dc2ce7995
commit 964f4b7ed7

View File

@ -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).