:orphan: .. title:: CONFIG_NANOPB_MAX_REQUIRED_FIELDS .. kconfig:: CONFIG_NANOPB_MAX_REQUIRED_FIELDS 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 =================== \ :kconfig:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/nanopb/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` 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.)*