summaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-11-26 14:34:57 +0100
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-12-07 14:52:37 +0100
commit320516b78bf197fbf7a38ddab09e9dab75741bae (patch)
treececcf2c69890c51beaeffeb8162f190e000166da /arch/avr32/Kconfig
parent2f0260371f428fd78ffc2287a5c5768ea8eeab97 (diff)
downloadlinux-320516b78bf197fbf7a38ddab09e9dab75741bae.tar.gz
linux-320516b78bf197fbf7a38ddab09e9dab75741bae.tar.xz
[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/Kconfig6
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
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