[PATCH] i386: enable dynticks in kconfig
authorIngo Molnar <[email protected]>
Fri, 16 Feb 2007 09:28:10 +0000 (01:28 -0800)
committerLinus Torvalds <[email protected]>
Fri, 16 Feb 2007 16:13:59 +0000 (08:13 -0800)
Enable dynamic ticks selection.

Signed-off-by: Ingo Molnar <[email protected]>
Cc: john stultz <[email protected]>
Cc: Roman Zippel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/Kconfig

index 490be6f77bbf8fb434a3f4092edf7916f2351ba9..1df4a1f14289e15c1dc6292e3711f2ad64a30c57 100644 (file)
@@ -86,6 +86,8 @@ source "init/Kconfig"
 
 menu "Processor type and features"
 
+source "kernel/time/Kconfig"
+
 config SMP
        bool "Symmetric multi-processing support"
        ---help---