zephyr/subsys/cpp
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
include common: Add headers to support C++ style includes 2021-07-10 12:17:13 -04:00
CMakeLists.txt CPP: fix static objects init for MWDT toolchain 2021-08-09 22:47:22 -04:00
cpp_ctors.c cpp: support for 64-bit constructors 2019-07-30 18:55:34 -07:00
cpp_dtors.c cpp: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
cpp_init.c ARC: MWDT: get rid of MWDT startup libs 2021-09-01 17:08:32 -04:00
cpp_init_array.c cpp: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
cpp_new.cpp treewide: avoid use of unsupported C++ specifiers 2019-12-13 17:19:54 -06:00
cpp_virtual.c cpp: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
cpp_vtable.cpp cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00