diff --git a/subsys/cpp/Kconfig b/subsys/cpp/Kconfig index 60e060f30f32..3acef68a4f4f 100644 --- a/subsys/cpp/Kconfig +++ b/subsys/cpp/Kconfig @@ -54,6 +54,7 @@ if LIB_CPLUSPLUS config EXCEPTIONS bool "Enable C++ exceptions support" + depends on !NEWLIB_LIBC_NANO help This option enables support of C++ exceptions.