The latest development version of this page may be more current than this released 1.14.0 version.
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 subsys/cpp/Kconfig:11

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:12

Menu path: (top menu) → C++ 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.)