:orphan: .. title:: CONFIG_RTTI .. kconfig:: CONFIG_RTTI CONFIG_RTTI ########### *Enable C++ RTTI support* Type: ``bool`` Help ==== .. code-block:: none This option enables support of C++ RTTI. Direct dependencies =================== \ :kconfig:`LIB_CPLUSPLUS ` && \ :kconfig:`CPLUSPLUS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/cpp/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → Link with STD C++ library .. code-block:: kconfig config RTTI bool "Enable C++ RTTI support" depends on LIB_CPLUSPLUS && CPLUSPLUS help This option enables support of C++ RTTI. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*