summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-13 20:26:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-13 20:26:11 +0200
commitcf088d5dbb077a1f689cfed907d48cbdbe487dc7 (patch)
treec6a7eb58d14dde8d2ab661192470aa679c561e49 /target/linux/config
parent10c29e275282911821b228f3898c18cef69dfcff (diff)
fix oprofile package
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.debug12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index 87fc57052..eedb9a97c 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -1,5 +1,9 @@
menu "Kernel debugging"
+config ADK_KERNEL_PROFILING
+ boolean
+ default n
+
config ADK_KERNEL_DEBUG_KERNEL
boolean
default n
@@ -51,4 +55,12 @@ config ADK_KERNEL_DEBUG_WITH_KGDB
select ADK_KERNEL_KGDB_SERIAL_CONSOLE
select ADK_KERNEL_FRAME_POINTER
+config ADK_KPACKAGE_KMOD_OPROFILE
+ tristate
+ prompt "kernel support for oprofile"
+ select ADK_KERNEL_PROFILING
+ default n
+ help
+ use oprofile package to make use of the kernel support.
+
endmenu