Lines Matching +full:always +full:- +full:on
2 # SPDX-License-Identifier: Apache-2.0
8 depends on SHELL
9 depends on !LOG_MODE_MINIMAL
14 depends on ZTEST
29 depends on !64BIT && !CBPRINTF_PACKAGE_HEADER_STORE_CREATION_FLAGS
32 Dedicated code for handling simple log messages (0-2 32 bit word arguments).
33 Approximately, 70%-80% log messages in the application fit into that category.
34 Depending on the architecture code size reduction is from 0-40% (highest seen on
38 bool "Always use runtime message creation (v2)"
43 If enabled, runtime method is always used for message creation. Static
44 creation relies on compiler being able to optimize and remove code
45 based on information known at compile time. Runtime only approach must
47 (seen on arm_cortex_m and x86) were using unrealistic amount of stack
61 depends on LOG_DICTIONARY_DB
62 depends on LOG_FMT_SECTION
63 depends on LINKER_DEVNULL_SUPPORT
64 depends on !LOG_ALWAYS_RUNTIME
65 depends on !LOG_OUTPUT
79 depends on !PICOLIBC
87 depends on LOG_MODE_DEFERRED
98 depends on LOG_DICTIONARY_DB
108 Enable this option to force log messages to always append location of
109 read-only string arguments in the package. This should be selected by
115 depends on LOG_MODE_DEFERRED
119 on the mode.