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 | |
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')
-rw-r--r-- | arch/avr32/Kconfig | 2 |
1 files changed, 2 insertions, 0 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" |