:orphan: .. title:: CONFIG_LOG_DEFAULT_MINIMAL .. kconfig:: CONFIG_LOG_DEFAULT_MINIMAL CONFIG_LOG_DEFAULT_MINIMAL ########################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`TEST_LOGGING_DEFAULTS ` Kconfig definition ================== At ``/logging/Kconfig.mode:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Logging .. code-block:: kconfig config LOG_DEFAULT_MINIMAL bool depends on LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*