mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 02:16:35 +00:00
arch/Kconfig: replace RPTUN_PING with RPMSG_PING
The RPTUN_PING option has been replaced by RPMSG_PING but this use for PERF_EVENTS is left behind, so replace it here as well. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
43a26220be
commit
dbe42db611
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ config ARCH_HAVE_PERF_EVENTS
|
|||
|
||||
config ARCH_PERF_EVENTS
|
||||
bool "Configure hardware performance counting"
|
||||
default y if SCHED_CRITMONITOR || SCHED_IRQMONITOR || RPTUN_PING || SEGGER_SYSVIEW
|
||||
default y if SCHED_CRITMONITOR || SCHED_IRQMONITOR || RPMSG_PING || SEGGER_SYSVIEW
|
||||
default n
|
||||
depends on ARCH_HAVE_PERF_EVENTS
|
||||
---help---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue