From 964f4b7ed7ba2e4f6519c016555dec0b829af864 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 7 Jan 2022 02:03:48 +0800 Subject: [PATCH] sched/Kconfig: Remove CONFIG_ prefix from SCHED_HPWORK Signed-off-by: Xiang Xiao --- sched/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/Kconfig b/sched/Kconfig index 1f94a0f3ec..5b3201495a 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -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).