浏览代码

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