Quellcode durchsuchen

Add KConfig for C++ feature.

bernard vor 8 Jahren
Ursprung
Commit
8ee0bf8908
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  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