diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2013-03-31 06:32:42 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-05-09 01:07:11 -0700 |
commit | c92931b200156e304350e3e9f138e6abfb1f2913 (patch) | |
tree | 0971196e9bd01c1aecc55753e28cdb80f1cda95b /arch/xtensa/Kconfig | |
parent | 3ae908c99e944a7a5c4f4b2d8c603a6bc57b728b (diff) | |
download | op-kernel-dev-c92931b200156e304350e3e9f138e6abfb1f2913.zip op-kernel-dev-c92931b200156e304350e3e9f138e6abfb1f2913.tar.gz |
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/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 13280f2..3eb543e 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -55,6 +55,9 @@ source "kernel/Kconfig.freezer" config STACKTRACE_SUPPORT def_bool y +config TRACE_IRQFLAGS_SUPPORT + def_bool y + config MMU def_bool n |