CONFIG_NANOPB

Nanopb Support

Type: bool

Help

This option enables the Nanopb library and generator.

Direct dependencies

0

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/modules/nanopb/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/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.)