mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 15:50:35 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
menuconfig MODULES_CONTROL_ALLOCATOR
|
|
bool "control_allocator"
|
|
default n
|
|
---help---
|
|
Enable support for control_allocator
|
|
|
|
menuconfig USER_CONTROL_ALLOCATOR
|
|
bool "control_allocator running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && MODULES_CONTROL_ALLOCATOR
|
|
---help---
|
|
Put control_allocator in userspace memory
|