aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index f78de57487ae..101c31a4744b 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -284,4 +284,10 @@ config SECCOMP_FILTER
284config HAVE_VIRT_CPU_ACCOUNTING 284config HAVE_VIRT_CPU_ACCOUNTING
285 bool 285 bool
286 286
287config HAVE_IRQ_TIME_ACCOUNTING
288 bool
289 help
290 Archs need to ensure they use a high enough resolution clock to
291 support irq time accounting and then call enable_sched_clock_irqtime().
292
287source "kernel/gcov/Kconfig" 293source "kernel/gcov/Kconfig"