From 47fc3a67f776253259b87bd359b74e3945d60fad Mon Sep 17 00:00:00 2001 From: wangmingrong1 Date: Tue, 16 Jul 2024 16:26:17 +0800 Subject: [PATCH] sim/kconfig: delete non-existent dependencie Signed-off-by: wangmingrong1 --- 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