Files
arcs/arcs-sdk/components/work_queue/Kconfig
2026-08-13 16:50:52 +08:00

10 lines
181 B
Plaintext

menu "work_queue"
config WORK_QUEUE
bool "Enable work queue component"
default n
help
Enable the work queue component for asynchronous task execution.
endmenu