diff options
Diffstat (limited to 'kernel/time/Kconfig')
-rw-r--r-- | kernel/time/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index 9ec54eb3667f..f66351126544 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
@@ -13,3 +13,13 @@ config NO_HZ | |||
13 | This option enables a tickless system: timer interrupts will | 13 | This option enables a tickless system: timer interrupts will |
14 | only trigger on an as-needed basis both when the system is | 14 | only trigger on an as-needed basis both when the system is |
15 | busy and when the system is idle. | 15 | busy and when the system is idle. |
16 | |||
17 | config HIGH_RES_TIMERS | ||
18 | bool "High Resolution Timer Support" | ||
19 | depends on GENERIC_TIME && GENERIC_CLOCKEVENTS | ||
20 | select TICK_ONESHOT | ||
21 | help | ||
22 | This option enables high resolution timer support. If your | ||
23 | hardware is not capable then this option only increases | ||
24 | the size of the kernel image. | ||
25 | |||