aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2013-03-30 22:32:42 -0400
committerChris Zankel <chris@zankel.net>2013-05-09 04:07:11 -0400
commitc92931b200156e304350e3e9f138e6abfb1f2913 (patch)
tree0971196e9bd01c1aecc55753e28cdb80f1cda95b /arch/xtensa/Kconfig
parent3ae908c99e944a7a5c4f4b2d8c603a6bc57b728b (diff)
xtensa: add irq flags trace support
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 13280f2780c8..3eb543eacaa0 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -55,6 +55,9 @@ source "kernel/Kconfig.freezer"
55config STACKTRACE_SUPPORT 55config STACKTRACE_SUPPORT
56 def_bool y 56 def_bool y
57 57
58config TRACE_IRQFLAGS_SUPPORT
59 def_bool y
60
58config MMU 61config MMU
59 def_bool n 62 def_bool n
60 63