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
|
@ -523,7 +523,7 @@ config ARCH_HAVE_PERF_EVENTS
|
||||||
|
|
||||||
config ARCH_PERF_EVENTS
|
config ARCH_PERF_EVENTS
|
||||||
bool "Configure hardware performance counting"
|
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
|
default n
|
||||||
depends on ARCH_HAVE_PERF_EVENTS
|
depends on ARCH_HAVE_PERF_EVENTS
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in New Issue