summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-08-21 20:46:57 -0300
committerRicardo Salveti <ricardo@foundries.io>2020-08-25 15:56:42 -0300
commitb147f62ccda12e9d94b70e058f701d082e2ddeb0 (patch)
tree002666cae8c154bfdab975620f2f78709345ab8c
parent4c43726ebd122168d9e20db3656ed6499972967b (diff)
standard: add debug-panic-oops
Contains CONFIG_PANIC_ON_OOPS and CONFIG_PANIC_TIMEOUT, both used to make sure the system can go back to a working state after a crash. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--ktypes/standard/standard.scc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ktypes/standard/standard.scc b/ktypes/standard/standard.scc
index 056e342..93b64dd 100644
--- a/ktypes/standard/standard.scc
+++ b/ktypes/standard/standard.scc
@@ -52,6 +52,7 @@ include features/hwrandom/hwrandom.scc
# debug
include features/debug/debug-lockup.scc
+include cfg/debug/misc/debug-panic-oops.scc
include cgl/features/pstore/pstore.scc
include features/profiling/profiling.scc
include features/debug/printk.scc