diff options
author | Anna-Maria Gleixner <[email protected]> | 2012-05-18 16:45:45 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-05-21 11:01:41 +0200 |
commit | 8d6af9914cacfbb60537cf5c46f9ebfc26ff2440 (patch) | |
tree | d395090780bbbfb78a44b99c8316eb0e443dad0b | |
parent | 3d92a71a4467681ef6a47e10447d200b52c78af8 (diff) |
avr32: Use generic time config
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Cc: Haavard Skinnemoen <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | arch/avr32/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 3dea7231f637..0bd13ab9f43b 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -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 |