:orphan: .. title:: CONFIG_LOG2 .. kconfig:: CONFIG_LOG2 CONFIG_LOG2 ########### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`LOG1 ` Symbols selected by this symbol =============================== - \ :kconfig:`MPSC_PBUF ` Kconfig definition ================== At ``/logging/Kconfig.mode:65`` 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 LOG2 bool default y if !LOG1 select MPSC_PBUF depends on LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*