This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 47fc3a67f776253259b87bd359b74e3945d60fad Author: wangmingrong1 <[email protected]> AuthorDate: Tue Jul 16 16:26:17 2024 +0800 sim/kconfig: delete non-existent dependencie Signed-off-by: wangmingrong1 <[email protected]> --- arch/sim/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 78ca9ac7db..92ce5edf66 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -92,7 +92,6 @@ config SIM_UBSAN_DUMMY config SIM_GCOV_ALL bool "Enable code coverage for the entire image" - depends on COVERAGE default n ---help--- This option activates code coverage instrumentation for the
