summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-21 13:20:28 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 16:00:56 +0100
commit6b2eec3657afc348a48ac31cd2e0413929afa3d6 (patch)
treef874cf516e916b2f80051268d22d4a27f3e70679
parent31c097226510318d0f60461c6e49a108d67c23e3 (diff)
downloadpoky-6b2eec3657afc348a48ac31cd2e0413929afa3d6.tar.gz
linux: 2.6.33.2: turn on CONFIG_OPROFILE and CONFIG_LATENCYTOP for netbook and qemux86
profile/profileui and latencytop need the kernel supports. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r--meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook2
-rw-r--r--meta/packages/linux/linux-2.6.33.2/qemux86/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook b/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook
index 56ca00d6bf..cbb453513b 100644
--- a/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook
+++ b/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook
@@ -153,7 +153,7 @@ CONFIG_SLAB=y
153# CONFIG_SLOB is not set 153# CONFIG_SLOB is not set
154CONFIG_PROFILING=y 154CONFIG_PROFILING=y
155CONFIG_TRACEPOINTS=y 155CONFIG_TRACEPOINTS=y
156# CONFIG_OPROFILE is not set 156CONFIG_OPROFILE=y
157CONFIG_HAVE_OPROFILE=y 157CONFIG_HAVE_OPROFILE=y
158# CONFIG_KPROBES is not set 158# CONFIG_KPROBES is not set
159CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y 159CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
diff --git a/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig b/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig
index 632dd541c2..93e4be4a3c 100644
--- a/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig
+++ b/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig
@@ -1967,7 +1967,7 @@ CONFIG_DEBUG_BUGVERBOSE=y
1967CONFIG_ARCH_WANT_FRAME_POINTERS=y 1967CONFIG_ARCH_WANT_FRAME_POINTERS=y
1968CONFIG_FRAME_POINTER=y 1968CONFIG_FRAME_POINTER=y
1969# CONFIG_RCU_CPU_STALL_DETECTOR is not set 1969# CONFIG_RCU_CPU_STALL_DETECTOR is not set
1970# CONFIG_LATENCYTOP is not set 1970CONFIG_LATENCYTOP=y
1971# CONFIG_SYSCTL_SYSCALL_CHECK is not set 1971# CONFIG_SYSCTL_SYSCALL_CHECK is not set
1972CONFIG_USER_STACKTRACE_SUPPORT=y 1972CONFIG_USER_STACKTRACE_SUPPORT=y
1973CONFIG_HAVE_FUNCTION_TRACER=y 1973CONFIG_HAVE_FUNCTION_TRACER=y