diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-11-23 20:01:59 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-12-07 14:52:36 +0100 |
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 b108dd83f23..599ec166d83 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -24,6 +24,9 @@ config GENERIC_GPIO config GENERIC_HARDIRQS def_bool y +config STACKTRACE_SUPPORT + def_bool y + config HARDIRQS_SW_RESEND def_bool y |