diff options
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 2 | ||||
-rw-r--r-- | arch/avr32/Kconfig.debug | 10 |
2 files changed, 2 insertions, 10 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index b77abce10c7a..bc08c7f0883f 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -219,6 +219,8 @@ source "drivers/Kconfig" | |||
219 | 219 | ||
220 | source "fs/Kconfig" | 220 | source "fs/Kconfig" |
221 | 221 | ||
222 | source "kernel/Kconfig.instrumentation" | ||
223 | |||
222 | source "arch/avr32/Kconfig.debug" | 224 | source "arch/avr32/Kconfig.debug" |
223 | 225 | ||
224 | source "security/Kconfig" | 226 | source "security/Kconfig" |
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 |