:orphan: .. title:: CONFIG_CPLUSPLUS .. kconfig:: CONFIG_CPLUSPLUS CONFIG_CPLUSPLUS ################ *C++ support for the application* Type: ``bool`` Help ==== .. code-block:: none This option enables the use of applications built with C++. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NET_L2_OPENTHREAD ` Kconfig definition ================== At ``/cpp/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig menuconfig CPLUSPLUS bool "C++ support for the application" help This option enables the use of applications built with C++. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*