mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 08:20:34 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
menuconfig SYSTEMCMDS_PERF
|
|
bool "perf"
|
|
default n
|
|
---help---
|
|
Enable support for perf
|
|
|
|
config USER_PERF
|
|
bool
|
|
default y
|
|
depends on BOARD_PROTECTED && SYSTEMCMDS_PERF
|
|
---help---
|
|
Put perf in userspace memory
|