Bläddra i källkod

Add KConfig for C++ feature.

bernard 8 år sedan
förälder
incheckning
8ee0bf8908
1 ändrade filer med 7 tillägg och 0 borttagningar
  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