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~high-res-timers-dynticks-i386-support-enable-in-kconfig arch/i386/Kconfig --- a/arch/i386/Kconfig~high-res-timers-dynticks-i386-support-enable-in-kconfig +++ 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--- _