From: Ingo Molnar Enable dynamic ticks selection. Signed-off-by: Ingo Molnar Cc: john stultz Cc: Roman Zippel Signed-off-by: Andrew Morton --- arch/i386/Kconfig | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.20-rc6-mm/arch/i386/Kconfig =================================================================== --- linux-2.6.20-rc6-mm.orig/arch/i386/Kconfig +++ linux-2.6.20-rc6-mm/arch/i386/Kconfig @@ -86,6 +86,8 @@ source "init/Kconfig" menu "Processor type and features" +source "kernel/time/Kconfig" + config SMP bool "Symmetric multi-processing support" ---help---