aboutsummaryrefslogtreecommitdiff
path: root/kernel/Kconfig.exit
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Kconfig.exit')
-rw-r--r--kernel/Kconfig.exit6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/Kconfig.exit b/kernel/Kconfig.exit
new file mode 100644
index 00000000000..4d631659b59
--- /dev/null
+++ b/kernel/Kconfig.exit
@@ -0,0 +1,6 @@
+config EXIT_PROFILE
+ bool "Add profiling features to process exit"
+ default n
+ depends on PROFILING
+ help
+ Capture information to the system log during process exit.