From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- recipes-kernel/linux/files/cfg/debug.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-kernel/linux/files/cfg/debug.cfg (limited to 'recipes-kernel/linux/files/cfg/debug.cfg') 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 @@ + +CONFIG_STACKTRACE_SUPPORT=n +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=n + +CONFIG_GENERIC_TBSYNC=y +CONFIG_GENERIC_BUG=y + +CONFIG_PERF_EVENTS=y +CONFIG_PERF_COUNTERS=y + +CONFIG_RCU_TRACE=y +CONFIG_TREE_RCU_TRACE=y + +CONFIG_DEBUG_KERNEL=y + +CONFIG_EXT2_FS=y +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_XATTR=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +CONFIG_DEBUG_FS=y + +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=n +CONFIG_FTRACE_SYSCALLS=n +CONFIG_STACK_TRACER=y -- cgit v1.2.3-54-g00ecf