The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_NANOPB

Nanopb Support

Nanopb Support

Type: bool

Help

This option enables the Nanopb library and generator.

Help

This option enables the Nanopb library and generator.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At modules/nanopb/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:32

Menu path: (Top) → Modules → nanopb (/home/nashif/zephyrproject/modules/lib/nanopb)

menuconfig NANOPB
    bool "Nanopb Support"
    help
      This option enables the Nanopb library and generator.

At modules/nanopb/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:66

Menu path: (Top) → Modules

menuconfig NANOPB
    bool "Nanopb Support"
    depends on 0
    help
      This option enables the Nanopb library and generator.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)