From 8ee0bf89083ac1458be2d30bae297dc9f6cb2d7d Mon Sep 17 00:00:00 2001 From: bernard Date: Tue, 6 Jun 2017 18:19:06 +0800 Subject: [PATCH] Add KConfig for C++ feature. --- components/cplusplus/KConfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 components/cplusplus/KConfig diff --git a/components/cplusplus/KConfig b/components/cplusplus/KConfig new file mode 100644 index 0000000000..f2b817823d --- /dev/null +++ b/components/cplusplus/KConfig @@ -0,0 +1,7 @@ +menu "C++ features" + +config RT_USING_CPLUSPLUS + bool "Support C++ features" + default n + +endmenu