Explorar el Código

Add KConfig for C++ feature.

bernard hace 8 años
padre
commit
8ee0bf8908
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      components/cplusplus/KConfig

+ 7 - 0
components/cplusplus/KConfig

@@ -0,0 +1,7 @@
+menu "C++ features"
+
+config RT_USING_CPLUSPLUS
+    bool "Support C++ features"
+    default n
+
+endmenu