summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYonattan Louise <yonattan.a.louise.mendoza@intel.com>2015-10-11 13:04:20 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:32 -0500
commit815513a11da22118f788336218043058e76f1134 (patch)
tree947891dcee2c539754d00cee768a79c04f56217a /misc
parentfed1cc8833e03162f954a6729fc2378d9ee307bd (diff)
OS Awareness: Add debug object trace configuration.
Add the Kconfig option for enabling the debug object tracing. Change-Id: I56bf48568905604f6f50a06db2c5eaf4d91ded1d Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/Kconfig b/misc/Kconfig
index 481e0b10b..e4d521373 100644
--- a/misc/Kconfig
+++ b/misc/Kconfig
@@ -195,6 +195,14 @@ config ASSERT_LEVEL
Level 1: on + warning in every file that includes __assert.h
Level 2: on + no warning
+config DEBUG_TRACING_KERNEL_OBJECTS
+ bool
+ prompt "Debug tracing object"
+ default n
+ help
+ This option enable the feature for tracing kernel objects. This option
+ is for debug purposes and increase the memory footprint of the kernel.
+
endmenu