Skip to content

Commit

Permalink
mips: Use generic time config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anna-Maria Gleixner authored and Thomas Gleixner committed May 21, 2012
1 parent d6412e2 commit cde1794
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -2050,9 +2044,6 @@ config CPU_HAS_SYNC
depends on !CPU_R3000
default y

config GENERIC_CLOCKEVENTS_BROADCAST
bool

#
# CPU non-features
#
Expand Down

0 comments on commit cde1794

Please sign in to comment.