diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 8e8441587c22..2e7515e8db98 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -58,10 +58,18 @@ config GENERIC_TIME | |||
58 | bool | 58 | bool |
59 | default y | 59 | default y |
60 | 60 | ||
61 | config GENERIC_CMOS_UPDATE | ||
62 | bool | ||
63 | default y | ||
64 | |||
61 | config TIME_LOW_RES | 65 | config TIME_LOW_RES |
62 | bool | 66 | bool |
63 | default y | 67 | default y |
64 | 68 | ||
69 | config GENERIC_CLOCKEVENTS | ||
70 | bool | ||
71 | default n | ||
72 | |||
65 | config NO_IOPORT | 73 | config NO_IOPORT |
66 | def_bool y | 74 | def_bool y |
67 | 75 | ||
@@ -108,11 +116,13 @@ config M5206e | |||
108 | 116 | ||
109 | config M520x | 117 | config M520x |
110 | bool "MCF520x" | 118 | bool "MCF520x" |
119 | select GENERIC_CLOCKEVENTS | ||
111 | help | 120 | help |
112 | Freescale Coldfire 5207/5208 processor support. | 121 | Freescale Coldfire 5207/5208 processor support. |
113 | 122 | ||
114 | config M523x | 123 | config M523x |
115 | bool "MCF523x" | 124 | bool "MCF523x" |
125 | select GENERIC_CLOCKEVENTS | ||
116 | help | 126 | help |
117 | Freescale Coldfire 5230/1/2/4/5 processor support | 127 | Freescale Coldfire 5230/1/2/4/5 processor support |
118 | 128 | ||
@@ -138,6 +148,7 @@ config M5275 | |||
138 | 148 | ||
139 | config M528x | 149 | config M528x |
140 | bool "MCF528x" | 150 | bool "MCF528x" |
151 | select GENERIC_CLOCKEVENTS | ||
141 | help | 152 | help |
142 | Motorola ColdFire 5280/5282 processor support. | 153 | Motorola ColdFire 5280/5282 processor support. |
143 | 154 | ||
@@ -161,6 +172,7 @@ endchoice | |||
161 | config M527x | 172 | config M527x |
162 | bool | 173 | bool |
163 | depends on (M5271 || M5275) | 174 | depends on (M5271 || M5275) |
175 | select GENERIC_CLOCKEVENTS | ||
164 | default y | 176 | default y |
165 | 177 | ||
166 | config COLDFIRE | 178 | config COLDFIRE |
@@ -674,6 +686,9 @@ endchoice | |||
674 | if COLDFIRE | 686 | if COLDFIRE |
675 | source "kernel/Kconfig.preempt" | 687 | source "kernel/Kconfig.preempt" |
676 | endif | 688 | endif |
689 | |||
690 | source "kernel/time/Kconfig" | ||
691 | |||
677 | source "mm/Kconfig" | 692 | source "mm/Kconfig" |
678 | 693 | ||
679 | endmenu | 694 | endmenu |