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 <alpi@oticon.com>
This commit is contained in:
parent
b948fe6037
commit
02ec7a0732
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ config COVERAGE
|
||||||
help
|
help
|
||||||
This option will build your application with the -coverage option
|
This option will build your application with the -coverage option
|
||||||
which will generate data that can be used to create coverage reports.
|
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
|
if COVERAGE
|
||||||
config COVERAGE_GCOV
|
config COVERAGE_GCOV
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue