avr32: Use generic time config
authorAnna-Maria Gleixner <anna-maria@glx-um.de>
Fri, 18 May 2012 16:45:45 +0000 (16:45 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 21 May 2012 09:01:41 +0000 (11:01 +0200)
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Link: http://lkml.kernel.org/r/20120518163104.889514832@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/avr32/Kconfig

index 3dea7231f637c5d09e8c545fdee437a550b67c10..0bd13ab9f43be69011c5c0f02584dfe36ee88c5a 100644 (file)
@@ -12,6 +12,7 @@ config AVR32
        select HARDIRQS_SW_RESEND
        select GENERIC_IRQ_SHOW
        select ARCH_HAVE_NMI_SAFE_CMPXCHG
+       select GENERIC_CLOCKEVENTS
        help
          AVR32 is a high-performance 32-bit RISC microprocessor core,
          designed for cost-sensitive embedded applications, with particular
@@ -35,9 +36,6 @@ config TRACE_IRQFLAGS_SUPPORT
 config RWSEM_GENERIC_SPINLOCK
        def_bool y
 
-config GENERIC_CLOCKEVENTS
-       def_bool y
-
 config RWSEM_XCHGADD_ALGORITHM
        def_bool n
 
This page took 0.025236 seconds and 5 git commands to generate.