The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_RTTI

Enable C++ RTTI support

Type: bool

Help

This option enables support of C++ RTTI.

Direct dependencies

CPLUSPLUS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/cpp/Kconfig:64

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

Menu path: (top menu) → C++ Options

config RTTI
    bool
    prompt "Enable C++ RTTI support" if CPLUSPLUS
    select LIB_CPLUSPLUS if CPLUSPLUS
    depends on CPLUSPLUS
    help
      This option enables support of C++ RTTI.

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