diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-13 20:26:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-13 20:26:11 +0200 |
commit | cf088d5dbb077a1f689cfed907d48cbdbe487dc7 (patch) | |
tree | c6a7eb58d14dde8d2ab661192470aa679c561e49 /target/linux | |
parent | 10c29e275282911821b228f3898c18cef69dfcff (diff) |
fix oprofile package
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.debug | 12 |
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 |