diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-26 08:34:57 -0500 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-12-07 08:52:37 -0500 |
commit | 320516b78bf197fbf7a38ddab09e9dab75741bae (patch) | |
tree | ceccf2c69890c51beaeffeb8162f190e000166da /arch/avr32/Kconfig | |
parent | 2f0260371f428fd78ffc2287a5c5768ea8eeab97 (diff) |
[AVR32] Implement irqflags trace and lockdep support
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 599ec166d833..b77abce10c7a 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -27,6 +27,12 @@ config GENERIC_HARDIRQS | |||
27 | config STACKTRACE_SUPPORT | 27 | config STACKTRACE_SUPPORT |
28 | def_bool y | 28 | def_bool y |
29 | 29 | ||
30 | config LOCKDEP_SUPPORT | ||
31 | def_bool y | ||
32 | |||
33 | config TRACE_IRQFLAGS_SUPPORT | ||
34 | def_bool y | ||
35 | |||
30 | config HARDIRQS_SW_RESEND | 36 | config HARDIRQS_SW_RESEND |
31 | def_bool y | 37 | def_bool y |
32 | 38 | ||