diff options
author | Russell King <[email protected]> | 2013-05-04 14:38:59 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2013-05-04 14:38:59 +0100 |
commit | 87c46b6c3d9c4d7f22bc553945728f5a82e9248a (patch) | |
tree | 907151067bcd01b9cb0bf28dc62ee2e063040daf | |
parent | 1db772216f48978d5146b858586f6178433aad38 (diff) |
ARM: finally enable IRQ time accounting config
We've had IRQ time accounting for the last six months, except for the
Kconfig symbol. This somehow got missed out of the original patch.
Add this now.
Signed-off-by: Russell King <[email protected]>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 62079d434581..b2d235d015d3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -38,6 +38,7 @@ config ARM select HAVE_GENERIC_HARDIRQS select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7)) select HAVE_IDE if PCI || ISA || PCMCIA + select HAVE_IRQ_TIME_ACCOUNTING select HAVE_KERNEL_GZIP select HAVE_KERNEL_LZMA select HAVE_KERNEL_LZO |