diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-02 17:54:48 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-03 18:59:18 +0200 |
commit | 8db0201026fbb45c383176f539dc8af2a6871ab8 (patch) | |
tree | ea8b3810d13f1e92f00f7e6a4a8cd0a617675011 /arch/mips/Kconfig | |
parent | [MIPS] DECstation defconfig update (diff) | |
download | linux-8db0201026fbb45c383176f539dc8af2a6871ab8.tar.xz linux-8db0201026fbb45c383176f539dc8af2a6871ab8.zip |
[MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9fe90507e6c7..bfab055ad7cc 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -803,6 +803,10 @@ config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_TIME + bool + default y + config SCHED_NO_NO_OMIT_FRAME_POINTER bool default y |