Commit a7f5bf9b95ace39cd8b61e8c9ca1035966779ed1
1 parent
9e4e980b02
Exists in
master
and in
40 other branches
[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
arch/avr32/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 |