highres/dyntick needs GENERIC_TIME and GENERIC_CLOCKEVENTS Signed-of-by: Thomas Gleixner Signed-off-by: Andrew Morton --- kernel/time/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/time/Kconfig~highres-depend-on-clockevents kernel/time/Kconfig --- a/kernel/time/Kconfig~highres-depend-on-clockevents +++ a/kernel/time/Kconfig @@ -3,7 +3,7 @@ # config HIGH_RES_TIMERS bool "High Resolution Timer Support" - depends on GENERIC_TIME + depends on GENERIC_TIME && GENERIC_CLOCKEVENTS help This option enables high resolution timer support. If your hardware is not capable then this option only increases @@ -11,7 +11,7 @@ config HIGH_RES_TIMERS config NO_HZ bool "Tickless System (Dynamic Ticks)" - depends on GENERIC_TIME && HIGH_RES_TIMERS + depends on HIGH_RES_TIMERS help This option enables a tickless system: timer interrupts will only trigger on an as-needed basis both when the system is _