Add KConfig for C++ feature.

This commit is contained in:
bernard 2017-06-06 18:19:06 +08:00
parent ae6ca7bb02
commit 8ee0bf8908
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
menu "C++ features"
config RT_USING_CPLUSPLUS
bool "Support C++ features"
default n
endmenu