cputime: Make finegrained irqtime accounting generally available
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / Kconfig
index f78de57487ae93f5594c4aafdfa136ff566f0d12..101c31a4744b1081b5e2aad52ff5abc7ba479b7f 100644 (file)
@@ -284,4 +284,10 @@ config SECCOMP_FILTER
 config HAVE_VIRT_CPU_ACCOUNTING
        bool
 
+config HAVE_IRQ_TIME_ACCOUNTING
+       bool
+       help
+         Archs need to ensure they use a high enough resolution clock to
+         support irq time accounting and then call enable_sched_clock_irqtime().
+
 source "kernel/gcov/Kconfig"