mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 14:47:35 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
menuconfig MODULES_MC_POS_CONTROL
|
|
bool "mc_pos_control"
|
|
default n
|
|
---help---
|
|
Enable support for mc_pos_control
|
|
|
|
menuconfig USER_MC_POS_CONTROL
|
|
bool "mc_pos_control running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && MODULES_MC_POS_CONTROL
|
|
---help---
|
|
Put mc_pos_control in userspace memory
|