diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-11-12 01:05:16 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-07 15:32:03 +0000 |
commit | c4eee283e004751143fb81dbf4f8cfe7b8dcc970 (patch) | |
tree | 7441008d2d368800a5f89fc7f63307e6bec2c6b2 /arch/mips | |
parent | 3ce54450461bad18bbe1f9f5aa3ecd2f8e8d1235 (diff) | |
download | linux-3.10-c4eee283e004751143fb81dbf4f8cfe7b8dcc970.tar.gz linux-3.10-c4eee283e004751143fb81dbf4f8cfe7b8dcc970.tar.bz2 linux-3.10-c4eee283e004751143fb81dbf4f8cfe7b8dcc970.zip |
[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/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c6fc405a6c8..291d368ffd2 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -992,8 +992,6 @@ config BOOT_ELF64 menu "CPU selection" -source "kernel/time/Kconfig" - choice prompt "CPU type" default CPU_R4X00 @@ -1768,6 +1766,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 # |