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