diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-26 14:34:57 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-12-07 14:52:37 +0100 |
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 599ec166d83..b77abce10c7 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -27,6 +27,12 @@ config GENERIC_HARDIRQS config STACKTRACE_SUPPORT def_bool y +config LOCKDEP_SUPPORT + def_bool y + +config TRACE_IRQFLAGS_SUPPORT + def_bool y + config HARDIRQS_SW_RESEND def_bool y |