commit | 320516b78bf197fbf7a38ddab09e9dab75741bae | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Mon Nov 26 14:34:57 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Dec 07 14:52:37 2007 +0100 |
tree | ceccf2c69890c51beaeffeb8162f190e000166da | |
parent | 2f0260371f428fd78ffc2287a5c5768ea8eeab97 [diff] [blame] |
[AVR32] Implement irqflags trace and lockdep support Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 599ec16..b77abce 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig
@@ -27,6 +27,12 @@ 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