:orphan: .. title:: LOG_MINIMAL .. option:: CONFIG_LOG_MINIMAL *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`LOG_MODE_MINIMAL ` Symbols implied by this symbol ============================== - \ :option:`PRINTK ` Symbols that select this symbol =============================== - \ :option:`TEST_LOGGING_DEFAULTS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.mode:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Logging .. parsed-literal:: config LOG_MINIMAL bool default y if \ :option:`LOG_MODE_MINIMAL ` imply \ :option:`PRINTK ` depends on \ :option:`LOG ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*