From: Ingo Molnar Enable high-res timers and dyntick on i386. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/i386/Kconfig~high-res-timers-dynticks-enable-i386-support arch/i386/Kconfig --- a/arch/i386/Kconfig~high-res-timers-dynticks-enable-i386-support +++ a/arch/i386/Kconfig @@ -78,6 +78,8 @@ source "init/Kconfig" menu "Processor type and features" +source "kernel/time/Kconfig" + config SMP bool "Symmetric multi-processing support" ---help--- _