diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-02-16 04:28:10 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 11:13:59 -0500 |
commit | d40891e75fc1f646dce57d5d3bd1349a6aaf7a0e (patch) | |
tree | 6438362ad720f3f620bebd76d0ffdba4d1b87988 /arch | |
parent | f8b5035b9abd01b52ec6416f0c6bade7e603742c (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 490be6f77bbf..1df4a1f14289 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -86,6 +86,8 @@ source "init/Kconfig" | |||
86 | 86 | ||
87 | menu "Processor type and features" | 87 | menu "Processor type and features" |
88 | 88 | ||
89 | source "kernel/time/Kconfig" | ||
90 | |||
89 | config SMP | 91 | config SMP |
90 | bool "Symmetric multi-processing support" | 92 | bool "Symmetric multi-processing support" |
91 | ---help--- | 93 | ---help--- |