aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-11-11 11:05:16 -0500
committerRalf Baechle <ralf@linux-mips.org>2008-01-07 10:32:03 -0500
commitc4eee283e004751143fb81dbf4f8cfe7b8dcc970 (patch)
tree7441008d2d368800a5f89fc7f63307e6bec2c6b2 /arch/mips
parent3ce54450461bad18bbe1f9f5aa3ecd2f8e8d1235 (diff)
[MIPS] Move inclusing of kernel/time/Kconfig menu to appropriate place
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> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c6fc405a6c8e..291d368ffd28 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -992,8 +992,6 @@ config BOOT_ELF64
992 992
993menu "CPU selection" 993menu "CPU selection"
994 994
995source "kernel/time/Kconfig"
996
997choice 995choice
998 prompt "CPU type" 996 prompt "CPU type"
999 default CPU_R4X00 997 default CPU_R4X00
@@ -1768,6 +1766,8 @@ config NR_CPUS
1768 performance should round up your number of processors to the next 1766 performance should round up your number of processors to the next
1769 power of two. 1767 power of two.
1770 1768
1769source "kernel/time/Kconfig"
1770
1771# 1771#
1772# Timer Interrupt Frequency Configuration 1772# Timer Interrupt Frequency Configuration
1773# 1773#