diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 16:45:50 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 11:01:43 +0200 |
commit | cde1794b069f44ca02f3f4f50a903e9361132244 (patch) | |
tree | 35ffeb1277bccc1f3243f4957010e782b9cff375 /arch/mips | |
parent | d6412e2bdcd8dae1d502b49aff418275742d2887 (diff) | |
download | linux-3.10-cde1794b069f44ca02f3f4f50a903e9361132244.tar.gz linux-3.10-cde1794b069f44ca02f3f4f50a903e9361132244.tar.bz2 linux-3.10-cde1794b069f44ca02f3f4f50a903e9361132244.zip |
mips: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Link: http://lkml.kernel.org/r/20120518163106.073559820@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ce30e2f91d7..c9c330bc4e7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -29,6 +29,8 @@ config MIPS select HAVE_MEMBLOCK select HAVE_MEMBLOCK_NODE_MAP select ARCH_DISCARD_MEMBLOCK + select GENERIC_CLOCKEVENTS + select GENERIC_CMOS_UPDATE menu "Machine selection" @@ -856,14 +858,6 @@ config GENERIC_CALIBRATE_DELAY bool default y -config GENERIC_CLOCKEVENTS - bool - default y - -config GENERIC_CMOS_UPDATE - bool - default y - config SCHED_OMIT_FRAME_POINTER bool default y @@ -2050,9 +2044,6 @@ config CPU_HAS_SYNC depends on !CPU_R3000 default y -config GENERIC_CLOCKEVENTS_BROADCAST - bool - # # CPU non-features # |