summaryrefslogtreecommitdiffstats
path: root/nuttx/libxx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libxx/Kconfig')
-rw-r--r--nuttx/libxx/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/nuttx/libxx/Kconfig b/nuttx/libxx/Kconfig
index ae2bf31307..dad0444d1b 100644
--- a/nuttx/libxx/Kconfig
+++ b/nuttx/libxx/Kconfig
@@ -2,3 +2,18 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+config HAVE_CXX
+ bool "have cxx"
+ default n
+ ---help---
+ toolchain supports C++ and CXX, CXXFLAGS, and
+ COMPILEXX have been defined in the configurations Make.defs
+ file.
+
+config HAVE_CXXINITIALIZE
+ bool "have cxx initialize"
+ default n
+ ---help---
+ The platform-specific logic includes support
+ for initialization of static C++ instances for this architecture
+ and for the selected toolchain (via up_cxxinitialize()).