From 02ec7a0732b29b9245638c70779c5289822c3934 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 12 Sep 2019 14:31:00 +0200 Subject: [PATCH] Kconfig: Correct COVERAGE help msg CONFIG_COVERAGE is also supported in some real targets now as described in the doc https://docs.zephyrproject.org/latest/guides/coverage.html So let's remove that missleading sentence Signed-off-by: Alberto Escolar Piedras --- subsys/testsuite/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subsys/testsuite/Kconfig b/subsys/testsuite/Kconfig index 103c74c3182..8e2413271a2 100644 --- a/subsys/testsuite/Kconfig +++ b/subsys/testsuite/Kconfig @@ -45,7 +45,8 @@ config COVERAGE help This option will build your application with the -coverage option which will generate data that can be used to create coverage reports. - Currently this is fully supported only on the native POSIX port. + For more information see + https://docs.zephyrproject.org/latest/guides/coverage.html if COVERAGE config COVERAGE_GCOV