diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index b108dd83f234..599ec166d833 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -24,6 +24,9 @@ config GENERIC_GPIO | |||
24 | config GENERIC_HARDIRQS | 24 | config GENERIC_HARDIRQS |
25 | def_bool y | 25 | def_bool y |
26 | 26 | ||
27 | config STACKTRACE_SUPPORT | ||
28 | def_bool y | ||
29 | |||
27 | config HARDIRQS_SW_RESEND | 30 | config HARDIRQS_SW_RESEND |
28 | def_bool y | 31 | def_bool y |
29 | 32 | ||