diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-23 14:01:59 -0500 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-12-07 08:52:36 -0500 |
commit | 2f0260371f428fd78ffc2287a5c5768ea8eeab97 (patch) | |
tree | 7e9da0354fa88da8d4113267b04fba3ba337d3ec /arch/avr32/Kconfig | |
parent | 58bd2bfebd02ff7fe84bbb36188e908223b2c7b7 (diff) |
[AVR32] Implement stacktrace support
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
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 | ||