diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2013-10-16 18:42:17 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2014-01-14 13:19:54 -0500 |
commit | 496543c4f1afd0eb1548054838058bf30464ccc9 (patch) | |
tree | 58a02d17c68ddf0a89759580beef17207dbf64b0 /arch/xtensa/Kconfig | |
parent | 01e3b3cb2d70ca9d95769e863ca71a85f84c3917 (diff) |
xtensa: enable HAVE_IRQ_TIME_ACCOUNTING
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 8d24dcb7cdac..fb140ae3860d 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -19,6 +19,7 @@ config XTENSA | |||
19 | select IRQ_DOMAIN | 19 | select IRQ_DOMAIN |
20 | select HAVE_OPROFILE | 20 | select HAVE_OPROFILE |
21 | select HAVE_FUNCTION_TRACER | 21 | select HAVE_FUNCTION_TRACER |
22 | select HAVE_IRQ_TIME_ACCOUNTING | ||
22 | help | 23 | help |
23 | Xtensa processors are 32-bit RISC machines designed by Tensilica | 24 | Xtensa processors are 32-bit RISC machines designed by Tensilica |
24 | primarily for embedded systems. These processors are both | 25 | primarily for embedded systems. These processors are both |