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