| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Move kernel/time/Kconfig menu to appropriate place |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Mon, 12 Nov 2007 01:05:16 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS should be selected in "Kernel
type" menu, not in "CPU selection" menu.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 2f2ce0c..2ee0330 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -961,8 +961,6 @@ config BOOT_ELF64
menu "CPU selection"
-source "kernel/time/Kconfig"
-
choice
prompt "CPU type"
default CPU_R4X00
@@ -1734,6 +1732,8 @@ config NR_CPUS
performance should round up your number of processors to the next
power of two.
+source "kernel/time/Kconfig"
+
#
# Timer Interrupt Frequency Configuration
#
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | problem with 64bit kernel, BOOT_ELF32 and memory outside CKSEG0, Thomas Bogendoerfer |
|---|---|
| Next by Date: | [PATCH 1/2] TXx9 watchdog driver, Atsushi Nemoto |
| Previous by Thread: | problem with 64bit kernel, BOOT_ELF32 and memory outside CKSEG0, Thomas Bogendoerfer |
| Next by Thread: | [PATCH 1/2] TXx9 watchdog driver, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |