diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-13 10:26:12 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:08 -0400 |
commit | f5ff0a280201c9cbfb6e9eb4bafdb465c2269ed3 (patch) | |
tree | ed056a42ec6c7330765fd3ce45c78815c76c2d34 /arch/mips/Kconfig | |
parent | 4680576edecb640f64936bd9b92add0a56027b61 (diff) |
[MIPS] Use generic NTP code for all MIPS platforms
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 371434dd744c..c024113ce280 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -670,6 +670,10 @@ config GENERIC_TIME | |||
670 | bool | 670 | bool |
671 | default y | 671 | default y |
672 | 672 | ||
673 | config GENERIC_CMOS_UPDATE | ||
674 | bool | ||
675 | default y | ||
676 | |||
673 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 677 | config SCHED_NO_NO_OMIT_FRAME_POINTER |
674 | bool | 678 | bool |
675 | default y | 679 | default y |