From: Mathieu Desnoyers Signed-off-by: Mathieu Desnoyers Cc: Haavard Skinnemoen Signed-off-by: Andrew Morton --- arch/avr32/Kconfig.debug | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN arch/avr32/Kconfig.debug~markers-add-instrumentation-markers-menus-to-avr32 arch/avr32/Kconfig.debug --- a/arch/avr32/Kconfig.debug~markers-add-instrumentation-markers-menus-to-avr32 +++ a/arch/avr32/Kconfig.debug @@ -6,6 +6,9 @@ config TRACE_IRQFLAGS_SUPPORT source "lib/Kconfig.debug" +menu "Instrumentation Support" + depends on EXPERIMENTAL + config KPROBES bool "Kprobes" depends on DEBUG_KERNEL @@ -17,4 +20,8 @@ config KPROBES for kernel debugging, non-intrusive instrumentation and testing. If in doubt, say "N". +source "kernel/Kconfig.marker" + +endmenu + endmenu _