:orphan: .. title:: NANOPB_ENABLE_MALLOC .. option:: CONFIG_NANOPB_ENABLE_MALLOC *Enable malloc usage* Type: ``bool`` Help ==== .. code-block:: none This option enables dynamic allocation support in the decoder. Direct dependencies =================== \ :option:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/nanopb/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules → Nanopb Support .. code-block:: kconfig config NANOPB_ENABLE_MALLOC bool "Enable malloc usage" depends on NANOPB && 0 help This option enables dynamic allocation support in the decoder. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*