diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 28e0caf4156c..09ad7995080c 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -47,6 +47,9 @@ config RWSEM_GENERIC_SPINLOCK | |||
47 | config GENERIC_TIME | 47 | config GENERIC_TIME |
48 | def_bool y | 48 | def_bool y |
49 | 49 | ||
50 | config GENERIC_CLOCKEVENTS | ||
51 | def_bool y | ||
52 | |||
50 | config RWSEM_XCHGADD_ALGORITHM | 53 | config RWSEM_XCHGADD_ALGORITHM |
51 | def_bool n | 54 | def_bool n |
52 | 55 | ||
@@ -70,6 +73,8 @@ source "init/Kconfig" | |||
70 | 73 | ||
71 | menu "System Type and features" | 74 | menu "System Type and features" |
72 | 75 | ||
76 | source "kernel/time/Kconfig" | ||
77 | |||
73 | config SUBARCH_AVR32B | 78 | config SUBARCH_AVR32B |
74 | bool | 79 | bool |
75 | config MMU | 80 | config MMU |