aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-11-23 14:01:59 -0500
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-12-07 08:52:36 -0500
commit2f0260371f428fd78ffc2287a5c5768ea8eeab97 (patch)
tree7e9da0354fa88da8d4113267b04fba3ba337d3ec /arch/avr32/Kconfig
parent58bd2bfebd02ff7fe84bbb36188e908223b2c7b7 (diff)
[AVR32] Implement stacktrace support
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r--arch/avr32/Kconfig3
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
24config GENERIC_HARDIRQS 24config GENERIC_HARDIRQS
25 def_bool y 25 def_bool y
26 26
27config STACKTRACE_SUPPORT
28 def_bool y
29
27config HARDIRQS_SW_RESEND 30config HARDIRQS_SW_RESEND
28 def_bool y 31 def_bool y
29 32