aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
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
27config STACKTRACE_SUPPORT 27config STACKTRACE_SUPPORT
28 def_bool y 28 def_bool y
29 29
30config LOCKDEP_SUPPORT
31 def_bool y
32
33config TRACE_IRQFLAGS_SUPPORT
34 def_bool y
35
30config HARDIRQS_SW_RESEND 36config HARDIRQS_SW_RESEND
31 def_bool y 37 def_bool y
32 38