Sfoglia il codice sorgente

Add KConfig for C++ feature.

bernard 8 anni fa
parent
commit
8ee0bf8908
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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