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