summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.tasks
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.tasks')
-rw-r--r--zephyr/Kconfig.tasks4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/Kconfig.tasks b/zephyr/Kconfig.tasks
index 35f83a85c2..c39aaf435c 100644
--- a/zephyr/Kconfig.tasks
+++ b/zephyr/Kconfig.tasks
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+menu "Tasks"
+
config HAS_TASK_KEYPROTO
bool "Whether or not the keyproto task should be run."
default n
@@ -53,3 +55,5 @@ config TASK_CHARGER_STACK_SIZE
See b/176180736 for checking these stack sizes.
endif # HAS_TASK_CHARGER
+
+endmenu # Tasks