Browse Source

Add KConfig for C++ feature.

bernard 8 năm trước cách đây
mục cha
commit
8ee0bf8908
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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