瀏覽代碼

Add KConfig for C++ feature.

bernard 8 年之前
父節點
當前提交
8ee0bf8908
共有 1 個文件被更改,包括 7 次插入0 次删除
  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