瀏覽代碼

[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>
Ingo Molnar 18 年之前
父節點
當前提交
d40891e75f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/i386/Kconfig

+ 2 - 0
arch/i386/Kconfig

@@ -86,6 +86,8 @@ source "init/Kconfig"
 
 
 menu "Processor type and features"
 menu "Processor type and features"
 
 
+source "kernel/time/Kconfig"
+
 config SMP
 config SMP
 	bool "Symmetric multi-processing support"
 	bool "Symmetric multi-processing support"
 	---help---
 	---help---