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