From d40891e75fc1f646dce57d5d3bd1349a6aaf7a0e Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@elte.hu>
Date: Fri, 16 Feb 2007 01:28:10 -0800
Subject: [PATCH] [PATCH] i386: enable dynticks in kconfig

Enable dynamic ticks selection.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---
 arch/i386/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 490be6f77bbf8..1df4a1f14289e 100644
--- a/arch/i386/Kconfig
+++ b/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---
-- 
GitLab