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