:orphan: .. title:: CONFIG_NANOPB_WITHOUT_64BIT .. kconfig:: CONFIG_NANOPB_WITHOUT_64BIT CONFIG_NANOPB_WITHOUT_64BIT ########################### *Disable 64-bit integer fields* Type: ``bool`` Help ==== .. code-block:: none Disable support of 64-bit integer fields, for old compilers or for a slight speedup on 8-bit platforms. Direct dependencies =================== \ :kconfig:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/nanopb/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nanopb Support .. code-block:: kconfig config NANOPB_WITHOUT_64BIT bool "Disable 64-bit integer fields" depends on NANOPB && 0 help Disable support of 64-bit integer fields, for old compilers or for a slight speedup on 8-bit platforms. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*