diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-10-31 10:22:34 -0400 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-01-25 02:31:40 -0500 |
commit | a7f5bf9b95ace39cd8b61e8c9ca1035966779ed1 (patch) | |
tree | a152580d6e8f87c44a292ea75bbf004e95b55c9f /arch/avr32/Kconfig.debug | |
parent | 9e4e980b027c892b02a73d6ea0d01c197b818a32 (diff) |
[AVR32] Include instrumentation menu
Remove KPROBES option from Kconfig.debug and include
kernel/Kconfig.instrumentation.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig.debug')
-rw-r--r-- | arch/avr32/Kconfig.debug | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/avr32/Kconfig.debug b/arch/avr32/Kconfig.debug index 64ace00fe6cb..2283933a9a93 100644 --- a/arch/avr32/Kconfig.debug +++ b/arch/avr32/Kconfig.debug | |||
@@ -6,14 +6,4 @@ config TRACE_IRQFLAGS_SUPPORT | |||
6 | 6 | ||
7 | source "lib/Kconfig.debug" | 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 | endmenu | 9 | endmenu |