diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-19 21:36:55 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-05 00:56:49 +0200 |
commit | 444e0c2881bcc70db6833d9c653c6ced36813d3b (patch) | |
tree | 49a9229250dd0772fabe063b691d80273b882ad2 /arch/cris/Kconfig | |
parent | 20ae24739968ae7f94d0e73215d444042f91df78 (diff) | |
download | linux-stable-444e0c2881bcc70db6833d9c653c6ced36813d3b.tar.gz linux-stable-444e0c2881bcc70db6833d9c653c6ced36813d3b.tar.bz2 linux-stable-444e0c2881bcc70db6833d9c653c6ced36813d3b.zip |
CRISv32: add support for irqflags tracing
Add support irqflags tracing, which is required for things like lockdep
and ftrace.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index b202b8277a26..e7ba2d4bdd4f 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -36,6 +36,10 @@ config FORCE_MAX_ZONEORDER int default 6 +config TRACE_IRQFLAGS_SUPPORT + depends on ETRAX_ARCH_V32 + def_bool y + config CRIS bool default y |