10 lines
181 B
Plaintext
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
|