:orphan: .. title:: CONFIG_TEST_LOGGING_DEFAULTS .. kconfig:: CONFIG_TEST_LOGGING_DEFAULTS CONFIG_TEST_LOGGING_DEFAULTS ############################ *Enable test case logging defaults* Type: ``bool`` Help ==== .. code-block:: none Option which implements default policy of enabling logging in minimal mode for all test cases. For tests that need alternate logging configuration, or no logging at all, disable this in the project-level defconfig. Direct dependencies =================== (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_NXP_IMX8 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 `) || (\ :kconfig:`TEST ` && \ :kconfig:`SOC_SERIES_NXP_IMX8 `) || \ :kconfig:`TEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - n - n - n - n - n - n - y Symbols selected by this symbol =============================== - \ :kconfig:`LOG ` Symbols implied by this symbol ============================== - \ :kconfig:`LOG_MINIMAL ` Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_NXP_IMX8 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool default n depends on TEST && SOC_SERIES_NXP_IMX8 ---- At ``/testsuite/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config TEST_LOGGING_DEFAULTS bool "Enable test case logging defaults" default y select LOG imply LOG_MINIMAL depends on TEST help Option which implements default policy of enabling logging in minimal mode for all test cases. For tests that need alternate logging configuration, or no logging at all, disable this in the project-level defconfig. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*