:orphan: .. title:: NANOPB_MAX_REQUIRED_FIELDS .. option:: CONFIG_NANOPB_MAX_REQUIRED_FIELDS *Max number of required fields* Type: ``int`` Help ==== .. code-block:: none Maximum number of proto2 required fields to check for presence. Default and minimum value is 64. Direct dependencies =================== \ :option:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/nanopb/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:66`` Menu path: (Top) → Modules → Nanopb Support .. code-block:: kconfig config NANOPB_MAX_REQUIRED_FIELDS int "Max number of required fields" default 64 depends on NANOPB && 0 help Maximum number of proto2 required fields to check for presence. Default and minimum value is 64. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*