:orphan: .. title:: CONFIG_LOG_BACKEND_SPINEL_BUFFER_SIZE .. kconfig:: CONFIG_LOG_BACKEND_SPINEL_BUFFER_SIZE CONFIG_LOG_BACKEND_SPINEL_BUFFER_SIZE ##################################### *Size of reserved up-buffer for logger output.* Type: ``int`` Help ==== .. code-block:: none Specify reserved size of up-buffer used for logger output. Direct dependencies =================== \ :kconfig:`LOG_BACKEND_SPINEL ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/logging/Kconfig.backends:200`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable OpenThread dedicated Spinel protocol backend .. code-block:: kconfig config LOG_BACKEND_SPINEL_BUFFER_SIZE int "Size of reserved up-buffer for logger output." default 64 depends on LOG_BACKEND_SPINEL && !LOG_FRONTEND && !LOG_MINIMAL && LOG help Specify reserved size of up-buffer used for logger output. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*