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