summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 9fb9508644..5f30ba31f3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -379,6 +379,12 @@
#define CONFIG_COMMON_PANIC_OUTPUT
/*
+ * Store a panic log and halt the system for a software-related reasons, such as
+ * stack overflow or assertion failure.
+ */
+#undef CONFIG_SOFTWARE_PANIC
+
+/*
* Provide the default GPIO abstraction layer.
* You want this unless you are doing a really tiny firmware.
*/