diff --git a/lib/cpp/Kconfig b/lib/cpp/Kconfig index 1b0f8ee6396ca..728162f55368d 100644 --- a/lib/cpp/Kconfig +++ b/lib/cpp/Kconfig @@ -143,14 +143,6 @@ config CPP_RTTI endif # !MINIMAL_LIBCPP -config CPP_STATIC_INIT_GNU - bool - select STATIC_INIT_GNU - select DEPRECATED - help - GNU-compatible initialization of CPP static objects. - This option is deprecated in favour of STATIC_INIT_GNU - endif # CPP endmenu