mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 10:10:34 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
menuconfig SYSTEMCMDS_WORK_QUEUE
|
|
bool "work_queue"
|
|
default n
|
|
---help---
|
|
Enable support for work_queue
|
|
|
|
menuconfig USER_WORK_QUEUE
|
|
bool "work_queue running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && SYSTEMCMDS_WORK_QUEUE
|
|
---help---
|
|
Put work_queue in userspace memory
|