:orphan: .. title:: CONFIG_NANOPB_NO_ERRMSG .. kconfig:: CONFIG_NANOPB_NO_ERRMSG CONFIG_NANOPB_NO_ERRMSG ####################### *Disable error messages* Type: ``bool`` Help ==== .. code-block:: none Disable error message support to save code size. Only error information is the true/false return value. Direct dependencies =================== \ :kconfig:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/nanopb/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nanopb Support .. code-block:: kconfig config NANOPB_NO_ERRMSG bool "Disable error messages" depends on NANOPB && 0 help Disable error message support to save code size. Only error information is the true/false return value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*