aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2007-09-20 23:26:03 -0400
committerPaul Mackerras <paulus@samba.org>2007-10-03 01:44:34 -0400
commit1ad749980a5fda46f7ec920d8409ddcc89b38714 (patch)
tree3c1b28f1f6e03660c36e6f320fce54e4e5a1eb5e /arch/powerpc/Kconfig
parentd831d0b83f205888f4be4dee0a074ad67ef809b3 (diff)
[POWERPC] Enable tickless idle and high res timers for powerpc
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index a46f8116f476..b387e1ed5177 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -173,6 +173,7 @@ config HIGHMEM
173 bool "High memory support" 173 bool "High memory support"
174 depends on PPC32 174 depends on PPC32
175 175
176source kernel/time/Kconfig
176source kernel/Kconfig.hz 177source kernel/Kconfig.hz
177source kernel/Kconfig.preempt 178source kernel/Kconfig.preempt
178source "fs/Kconfig.binfmt" 179source "fs/Kconfig.binfmt"