-
CONFIG_TEST_LOGGING_DEFAULTS
¶
Enable test case logging defaults
Type: bool
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.
Direct dependencies¶
(TEST
&& SOC_SERIES_INTEL_CAVS_V15
) || (TEST
&& SOC_SERIES_INTEL_CAVS_V18
) || (TEST
&& SOC_SERIES_INTEL_CAVS_V20
) || (TEST
&& SOC_SERIES_INTEL_CAVS_V25
) || TEST
(Includes any dependencies from ifs and menus.)
Defaults¶
n
n
n
n
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config TEST_LOGGING_DEFAULTS
bool
default n
depends on TEST && SOC_SERIES_INTEL_CAVS_V15
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config TEST_LOGGING_DEFAULTS
bool
default n
depends on TEST && SOC_SERIES_INTEL_CAVS_V18
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config TEST_LOGGING_DEFAULTS
bool
default n
depends on TEST && SOC_SERIES_INTEL_CAVS_V20
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config TEST_LOGGING_DEFAULTS
bool
default n
depends on TEST && SOC_SERIES_INTEL_CAVS_V25
At <Zephyr>/subsys/testsuite/Kconfig:78
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:61
Menu path: (Top) → Sub Systems and OS Services → Testing
config TEST_LOGGING_DEFAULTS
bool "Enable test case logging defaults"
default y
select LOG
select 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.)