:orphan: .. title:: CONFIG_HAS_COVERAGE_SUPPORT .. kconfig:: CONFIG_HAS_COVERAGE_SUPPORT CONFIG_HAS_COVERAGE_SUPPORT ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none The code coverage report generation is only available on boards with enough spare RAM to buffer the coverage data, or on boards based on the POSIX ARCH. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_NSIM ` - \ :kconfig:`BOARD_QEMU_ARC ` - \ :kconfig:`BOARD_MPS2_AN385 ` - \ :kconfig:`BOARD_MPS2_AN521_CPU0 ` - \ :kconfig:`BOARD_MPS2_AN521_CPU0_NS ` - \ :kconfig:`BOARD_MPS2_AN521_CPU1 ` - \ :kconfig:`BOARD_EHL_CRB ` - \ :kconfig:`BOARD_QEMU_X86 ` - \ :kconfig:`BOARD_QEMU_X86_64 ` - \ :kconfig:`BOARD_QEMU_X86_LAKEMONT ` - \ :kconfig:`ARCH_POSIX ` Kconfig definition ================== At ``/testsuite/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config HAS_COVERAGE_SUPPORT bool help The code coverage report generation is only available on boards with enough spare RAM to buffer the coverage data, or on boards based on the POSIX ARCH. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*