m68k: Use generic time config
authorAnna-Maria Gleixner <anna-maria@glx-um.de>
Fri, 18 May 2012 16:45:49 +0000 (16:45 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 21 May 2012 09:01:42 +0000 (11:01 +0200)
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Link: http://lkml.kernel.org/r/20120518163105.808606368@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/m68k/Kconfig

index d318c606c8883d20c8b7e3230d71852091d8a3c6..2f4b0f0610d6fefc6e092c95617902eeeb513ed2 100644 (file)
@@ -8,6 +8,7 @@ config M68K
        select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
        select GENERIC_CPU_DEVICES
        select FPU if MMU
+       select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
 
 config RWSEM_GENERIC_SPINLOCK
        bool
@@ -22,9 +23,6 @@ config ARCH_HAS_ILOG2_U32
 config ARCH_HAS_ILOG2_U64
        bool
 
-config GENERIC_CLOCKEVENTS
-       bool
-
 config GENERIC_GPIO
        bool
 
@@ -43,9 +41,6 @@ config TIME_LOW_RES
        bool
        default y
 
-config ARCH_USES_GETTIMEOFFSET
-       def_bool MMU && !COLDFIRE
-
 config NO_IOPORT
        def_bool y
 
This page took 0.024579 seconds and 5 git commands to generate.