Commit a7f5bf9b95ace39cd8b61e8c9ca1035966779ed1

Authored by Haavard Skinnemoen
1 parent 9e4e980b02

[AVR32] Include instrumentation menu

Remove KPROBES option from Kconfig.debug and include
kernel/Kconfig.instrumentation.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>

Showing 2 changed files with 2 additions and 10 deletions Side-by-side Diff

... ... @@ -219,6 +219,8 @@
219 219  
220 220 source "fs/Kconfig"
221 221  
  222 +source "kernel/Kconfig.instrumentation"
  223 +
222 224 source "arch/avr32/Kconfig.debug"
223 225  
224 226 source "security/Kconfig"
arch/avr32/Kconfig.debug
... ... @@ -6,15 +6,5 @@
6 6  
7 7 source "lib/Kconfig.debug"
8 8  
9   -config KPROBES
10   - bool "Kprobes"
11   - depends on DEBUG_KERNEL
12   - help
13   - Kprobes allows you to trap at almost any kernel address and
14   - execute a callback function. register_kprobe() establishes
15   - a probepoint and specifies the callback. Kprobes is useful
16   - for kernel debugging, non-intrusive instrumentation and testing.
17   - If in doubt, say "N".
18   -
19 9 endmenu