diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 3dea7231f637..f8bc2d27d148 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -12,6 +12,7 @@ config AVR32 | |||
12 | select HARDIRQS_SW_RESEND | 12 | select HARDIRQS_SW_RESEND |
13 | select GENERIC_IRQ_SHOW | 13 | select GENERIC_IRQ_SHOW |
14 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 14 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
15 | select GENERIC_CLOCKEVENTS | ||
15 | help | 16 | help |
16 | AVR32 is a high-performance 32-bit RISC microprocessor core, | 17 | AVR32 is a high-performance 32-bit RISC microprocessor core, |
17 | designed for cost-sensitive embedded applications, with particular | 18 | designed for cost-sensitive embedded applications, with particular |
@@ -35,9 +36,6 @@ config TRACE_IRQFLAGS_SUPPORT | |||
35 | config RWSEM_GENERIC_SPINLOCK | 36 | config RWSEM_GENERIC_SPINLOCK |
36 | def_bool y | 37 | def_bool y |
37 | 38 | ||
38 | config GENERIC_CLOCKEVENTS | ||
39 | def_bool y | ||
40 | |||
41 | config RWSEM_XCHGADD_ALGORITHM | 39 | config RWSEM_XCHGADD_ALGORITHM |
42 | def_bool n | 40 | def_bool n |
43 | 41 | ||
@@ -63,8 +61,6 @@ source "kernel/Kconfig.freezer" | |||
63 | 61 | ||
64 | menu "System Type and features" | 62 | menu "System Type and features" |
65 | 63 | ||
66 | source "kernel/time/Kconfig" | ||
67 | |||
68 | config SUBARCH_AVR32B | 64 | config SUBARCH_AVR32B |
69 | bool | 65 | bool |
70 | config MMU | 66 | config MMU |