This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 2b11886c9a8692a95cd8ee5ed1ca07d76d8d9b82 Author: yinshengkai <[email protected]> AuthorDate: Mon Apr 8 15:42:18 2024 +0800 system: adjust gcov configuration name Signed-off-by: yinshengkai <[email protected]> --- system/gcov/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gcov/Kconfig b/system/gcov/Kconfig index 6c951954d..5eca78114 100644 --- a/system/gcov/Kconfig +++ b/system/gcov/Kconfig @@ -5,7 +5,7 @@ config SYSTEM_GCOV tristate "gcov tool" - depends on ARCH_COVERAGE + depends on SCHED_GCOV ---help--- Enable support for the 'gcov' command.
