summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/cfg/debug.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/files/cfg/debug.cfg')
-rw-r--r--recipes-kernel/linux/files/cfg/debug.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/cfg/debug.cfg b/recipes-kernel/linux/files/cfg/debug.cfg
new file mode 100644
index 0000000..e4b87d5
--- /dev/null
+++ b/recipes-kernel/linux/files/cfg/debug.cfg
@@ -0,0 +1,27 @@
1
2CONFIG_STACKTRACE_SUPPORT=n
3CONFIG_TRACE_IRQFLAGS_SUPPORT=y
4CONFIG_LOCKDEP_SUPPORT=n
5
6CONFIG_GENERIC_TBSYNC=y
7CONFIG_GENERIC_BUG=y
8
9CONFIG_PERF_EVENTS=y
10CONFIG_PERF_COUNTERS=y
11
12CONFIG_RCU_TRACE=y
13CONFIG_TREE_RCU_TRACE=y
14
15CONFIG_DEBUG_KERNEL=y
16
17CONFIG_EXT2_FS=y
18CONFIG_EXT3_FS=y
19CONFIG_EXT3_FS_XATTR=y
20CONFIG_SYSFS=y
21CONFIG_TMPFS=y
22CONFIG_DEBUG_FS=y
23
24CONFIG_TRACING_SUPPORT=y
25CONFIG_FTRACE=n
26CONFIG_FTRACE_SYSCALLS=n
27CONFIG_STACK_TRACER=y