diff options
Diffstat (limited to 'arch/Kconfig')
| -rw-r--r-- | arch/Kconfig | 6 |
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 | |||
| 284 | config HAVE_VIRT_CPU_ACCOUNTING | 284 | config HAVE_VIRT_CPU_ACCOUNTING |
| 285 | bool | 285 | bool |
| 286 | 286 | ||
| 287 | config 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 | |||
| 287 | source "kernel/gcov/Kconfig" | 293 | source "kernel/gcov/Kconfig" |
