CONFIG_CPLUSPLUS

Enable C++ support for the application

Type: bool

Help

This option enables the use of applications built with C++.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At misc/Kconfig:178

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → Build and Link Features → Compiler Options

config CPLUSPLUS
    bool
    prompt "Enable C++ support for the application"
    help
      This option enables the use of applications built with C++.

(Definitions include propagated dependencies, including from if’s and menus.)