diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-05-04 14:38:59 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-05-04 14:38:59 +0100 |
commit | 87c46b6c3d9c4d7f22bc553945728f5a82e9248a (patch) | |
tree | 907151067bcd01b9cb0bf28dc62ee2e063040daf /arch/arm/Kconfig | |
parent | 1db772216f48978d5146b858586f6178433aad38 (diff) | |
download | op-kernel-dev-87c46b6c3d9c4d7f22bc553945728f5a82e9248a.zip op-kernel-dev-87c46b6c3d9c4d7f22bc553945728f5a82e9248a.tar.gz |
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 <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-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 62079d4..b2d235d 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 |