:orphan: .. title:: CONFIG_LOG_SPEED .. kconfig:: CONFIG_LOG_SPEED CONFIG_LOG_SPEED ################ *Prefer performance over size* Type: ``bool`` Help ==== .. code-block:: none If enabled, logging may take more code size to get faster logging. Direct dependencies =================== \ :kconfig:`LOG2 ` && !\ :kconfig:`LOG_MINIMAL ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.processing:164`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing .. code-block:: kconfig config LOG_SPEED bool "Prefer performance over size" depends on LOG2 && !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG help If enabled, logging may take more code size to get faster logging. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*