blob: 59eb9f3598098d4be136073d2d83b5b2a304ccab [file] [log] [blame]
Greg Ungerer0e152d82011-06-20 15:49:09 +10001comment "Processor Type"
2
Geert Uytterhoevenad8f9552011-12-26 20:32:02 +01003choice
4 prompt "CPU family support"
5 default M68KCLASSIC if MMU
6 default COLDFIRE if !MMU
7 help
8 The Freescale (was Motorola) M68K family of processors implements
9 the full 68000 processor instruction set.
Masanari Iida6b2aac42012-04-14 00:14:11 +090010 The Freescale ColdFire family of processors is a modern derivative
Geert Uytterhoevenad8f9552011-12-26 20:32:02 +010011 of the 68000 processor family. They are mainly targeted at embedded
12 applications, and are all System-On-Chip (SOC) devices, as opposed
13 to stand alone CPUs. They implement a subset of the original 68000
14 processor instruction set.
15 If you anticipate running this kernel on a computer with a classic
16 MC68xxx processor, select M68KCLASSIC.
17 If you anticipate running this kernel on a computer with a ColdFire
18 processor, select COLDFIRE.
19
20config M68KCLASSIC
21 bool "Classic M68K CPU family support"
22
23config COLDFIRE
24 bool "Coldfire CPU family support"
25 select GENERIC_GPIO
Steven Kingeac57942012-05-21 13:10:19 -070026 select ARCH_WANT_OPTIONAL_GPIOLIB
Mark Brown7563bbf2012-04-15 10:52:54 +010027 select ARCH_HAVE_CUSTOM_GPIO_H
Geert Uytterhoevenad8f9552011-12-26 20:32:02 +010028 select CPU_HAS_NO_BITFIELDS
29 select CPU_HAS_NO_MULDIV64
30 select GENERIC_CSUM
Greg Ungerere7d65822012-08-03 16:08:36 +100031 select HAVE_CLK
Geert Uytterhoevenad8f9552011-12-26 20:32:02 +010032
33endchoice
34
35if M68KCLASSIC
36
Greg Ungerer0e152d82011-06-20 15:49:09 +100037config M68000
38 bool
39 select CPU_HAS_NO_BITFIELDS
Greg Ungerer84f3fb72011-11-11 15:13:08 +100040 select CPU_HAS_NO_MULDIV64
Geert Uytterhoeven9f1f1182012-06-06 19:37:52 +020041 select CPU_HAS_NO_UNALIGNED
Greg Ungerer7f73baf2011-10-18 15:49:19 +100042 select GENERIC_CSUM
Greg Ungerer0e152d82011-06-20 15:49:09 +100043 help
44 The Freescale (was Motorola) 68000 CPU is the first generation of
45 the well known M68K family of processors. The CPU core as well as
46 being available as a stand alone CPU was also used in many
47 System-On-Chip devices (eg 68328, 68302, etc). It does not contain
48 a paging MMU.
49
50config MCPU32
51 bool
52 select CPU_HAS_NO_BITFIELDS
Geert Uytterhoeven7df0d272012-06-06 19:39:39 +020053 select CPU_HAS_NO_UNALIGNED
Greg Ungerer0e152d82011-06-20 15:49:09 +100054 help
55 The Freescale (was then Motorola) CPU32 is a CPU core that is
56 based on the 68020 processor. For the most part it is used in
57 System-On-Chip parts, and does not contain a paging MMU.
58
Greg Ungerer0e152d82011-06-20 15:49:09 +100059config M68020
60 bool "68020 support"
61 depends on MMU
Greg Ungerer5717a022011-10-19 16:27:30 +100062 select GENERIC_ATOMIC64
Greg Ungerere08d7032011-10-14 14:43:30 +100063 select CPU_HAS_ADDRESS_SPACES
Greg Ungerer0e152d82011-06-20 15:49:09 +100064 help
65 If you anticipate running this kernel on a computer with a MC68020
66 processor, say Y. Otherwise, say N. Note that the 68020 requires a
67 68851 MMU (Memory Management Unit) to run Linux/m68k, except on the
68 Sun 3, which provides its own version.
69
70config M68030
71 bool "68030 support"
72 depends on MMU && !MMU_SUN3
Greg Ungerer5717a022011-10-19 16:27:30 +100073 select GENERIC_ATOMIC64
Greg Ungerere08d7032011-10-14 14:43:30 +100074 select CPU_HAS_ADDRESS_SPACES
Greg Ungerer0e152d82011-06-20 15:49:09 +100075 help
76 If you anticipate running this kernel on a computer with a MC68030
77 processor, say Y. Otherwise, say N. Note that a MC68EC030 will not
78 work, as it does not include an MMU (Memory Management Unit).
79
80config M68040
81 bool "68040 support"
82 depends on MMU && !MMU_SUN3
Greg Ungerer5717a022011-10-19 16:27:30 +100083 select GENERIC_ATOMIC64
Greg Ungerere08d7032011-10-14 14:43:30 +100084 select CPU_HAS_ADDRESS_SPACES
Greg Ungerer0e152d82011-06-20 15:49:09 +100085 help
86 If you anticipate running this kernel on a computer with a MC68LC040
87 or MC68040 processor, say Y. Otherwise, say N. Note that an
88 MC68EC040 will not work, as it does not include an MMU (Memory
89 Management Unit).
90
91config M68060
92 bool "68060 support"
93 depends on MMU && !MMU_SUN3
Greg Ungerer5717a022011-10-19 16:27:30 +100094 select GENERIC_ATOMIC64
Greg Ungerere08d7032011-10-14 14:43:30 +100095 select CPU_HAS_ADDRESS_SPACES
Greg Ungerer0e152d82011-06-20 15:49:09 +100096 help
97 If you anticipate running this kernel on a computer with a MC68060
98 processor, say Y. Otherwise, say N.
99
100config M68328
101 bool "MC68328"
102 depends on !MMU
103 select M68000
104 help
105 Motorola 68328 processor support.
106
107config M68EZ328
108 bool "MC68EZ328"
109 depends on !MMU
110 select M68000
111 help
112 Motorola 68EX328 processor support.
113
114config M68VZ328
115 bool "MC68VZ328"
116 depends on !MMU
117 select M68000
118 help
119 Motorola 68VZ328 processor support.
120
121config M68360
122 bool "MC68360"
123 depends on !MMU
124 select MCPU32
125 help
126 Motorola 68360 processor support.
127
Geert Uytterhoevenad8f9552011-12-26 20:32:02 +0100128endif # M68KCLASSIC
129
130if COLDFIRE
131
Greg Ungerer0e152d82011-06-20 15:49:09 +1000132config M5206
133 bool "MCF5206"
134 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000135 select COLDFIRE_SW_A7
136 select HAVE_MBAR
137 help
138 Motorola ColdFire 5206 processor support.
139
140config M5206e
141 bool "MCF5206e"
142 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000143 select COLDFIRE_SW_A7
144 select HAVE_MBAR
145 help
146 Motorola ColdFire 5206e processor support.
147
148config M520x
149 bool "MCF520x"
150 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000151 select GENERIC_CLOCKEVENTS
152 select HAVE_CACHE_SPLIT
153 help
154 Freescale Coldfire 5207/5208 processor support.
155
156config M523x
157 bool "MCF523x"
158 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000159 select GENERIC_CLOCKEVENTS
160 select HAVE_CACHE_SPLIT
161 select HAVE_IPSBAR
162 help
163 Freescale Coldfire 5230/1/2/4/5 processor support
164
165config M5249
166 bool "MCF5249"
167 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000168 select COLDFIRE_SW_A7
169 select HAVE_MBAR
170 help
171 Motorola ColdFire 5249 processor support.
172
Steven King04e037a2012-06-05 08:23:08 -0700173config M525x
174 bool "MCF525x"
175 depends on !MMU
176 select COLDFIRE_SW_A7
177 select HAVE_MBAR
178 help
179 Freescale (Motorola) Coldfire 5251/5253 processor support.
180
Greg Ungerer0e152d82011-06-20 15:49:09 +1000181config M527x
182 bool
183
184config M5271
185 bool "MCF5271"
186 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000187 select M527x
188 select HAVE_CACHE_SPLIT
189 select HAVE_IPSBAR
190 select GENERIC_CLOCKEVENTS
191 help
192 Freescale (Motorola) ColdFire 5270/5271 processor support.
193
194config M5272
195 bool "MCF5272"
196 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000197 select COLDFIRE_SW_A7
198 select HAVE_MBAR
199 help
200 Motorola ColdFire 5272 processor support.
201
202config M5275
203 bool "MCF5275"
204 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000205 select M527x
206 select HAVE_CACHE_SPLIT
207 select HAVE_IPSBAR
208 select GENERIC_CLOCKEVENTS
209 help
210 Freescale (Motorola) ColdFire 5274/5275 processor support.
211
212config M528x
213 bool "MCF528x"
214 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000215 select GENERIC_CLOCKEVENTS
216 select HAVE_CACHE_SPLIT
217 select HAVE_IPSBAR
218 help
219 Motorola ColdFire 5280/5282 processor support.
220
221config M5307
222 bool "MCF5307"
223 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000224 select COLDFIRE_SW_A7
225 select HAVE_CACHE_CB
226 select HAVE_MBAR
227 help
228 Motorola ColdFire 5307 processor support.
229
230config M532x
231 bool "MCF532x"
232 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000233 select HAVE_CACHE_CB
234 help
235 Freescale (Motorola) ColdFire 532x processor support.
236
237config M5407
238 bool "MCF5407"
239 depends on !MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000240 select COLDFIRE_SW_A7
241 select HAVE_CACHE_CB
242 select HAVE_MBAR
243 help
244 Motorola ColdFire 5407 processor support.
245
246config M54xx
247 bool
248
249config M547x
250 bool "MCF547x"
Greg Ungerer0e152d82011-06-20 15:49:09 +1000251 select M54xx
Greg Ungerer1f7034b2011-10-19 14:13:18 +1000252 select MMU_COLDFIRE if MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000253 select HAVE_CACHE_CB
254 select HAVE_MBAR
255 help
256 Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.
257
258config M548x
259 bool "MCF548x"
Greg Ungerer1f7034b2011-10-19 14:13:18 +1000260 select MMU_COLDFIRE if MMU
Greg Ungerer0e152d82011-06-20 15:49:09 +1000261 select M54xx
262 select HAVE_CACHE_CB
263 select HAVE_MBAR
264 help
265 Freescale ColdFire 5480/5481/5482/5483/5484/5485 processor support.
266
Steven Kingbea8bcb2012-06-06 14:28:31 -0700267config M5441x
268 bool "MCF5441x"
269 depends on !MMU
270 select GENERIC_CLOCKEVENTS
271 select HAVE_CACHE_CB
272 help
273 Freescale Coldfire 54410/54415/54416/54417/54418 processor support.
274
Geert Uytterhoevenad8f9552011-12-26 20:32:02 +0100275endif # COLDFIRE
276
Greg Ungerer0e152d82011-06-20 15:49:09 +1000277
278comment "Processor Specific Options"
279
280config M68KFPU_EMU
281 bool "Math emulation support (EXPERIMENTAL)"
282 depends on MMU
283 depends on EXPERIMENTAL
284 help
285 At some point in the future, this will cause floating-point math
286 instructions to be emulated by the kernel on machines that lack a
287 floating-point math coprocessor. Thrill-seekers and chronically
288 sleep-deprived psychotic hacker types can say Y now, everyone else
289 should probably wait a while.
290
291config M68KFPU_EMU_EXTRAPREC
292 bool "Math emulation extra precision"
293 depends on M68KFPU_EMU
294 help
295 The fpu uses normally a few bit more during calculations for
296 correct rounding, the emulator can (often) do the same but this
297 extra calculation can cost quite some time, so you can disable
298 it here. The emulator will then "only" calculate with a 64 bit
299 mantissa and round slightly incorrect, what is more than enough
300 for normal usage.
301
302config M68KFPU_EMU_ONLY
303 bool "Math emulation only kernel"
304 depends on M68KFPU_EMU
305 help
306 This option prevents any floating-point instructions from being
307 compiled into the kernel, thereby the kernel doesn't save any
308 floating point context anymore during task switches, so this
309 kernel will only be usable on machines without a floating-point
310 math coprocessor. This makes the kernel a bit faster as no tests
311 needs to be executed whether a floating-point instruction in the
312 kernel should be executed or not.
313
314config ADVANCED
315 bool "Advanced configuration options"
316 depends on MMU
317 ---help---
318 This gives you access to some advanced options for the CPU. The
319 defaults should be fine for most users, but these options may make
320 it possible for you to improve performance somewhat if you know what
321 you are doing.
322
323 Note that the answer to this question won't directly affect the
324 kernel: saying N will just cause the configurator to skip all
325 the questions about these options.
326
327 Most users should say N to this question.
328
329config RMW_INSNS
330 bool "Use read-modify-write instructions"
331 depends on ADVANCED
332 ---help---
333 This allows to use certain instructions that work with indivisible
334 read-modify-write bus cycles. While this is faster than the
335 workaround of disabling interrupts, it can conflict with DMA
336 ( = direct memory access) on many Amiga systems, and it is also said
337 to destabilize other machines. It is very likely that this will
338 cause serious problems on any Amiga or Atari Medusa if set. The only
339 configuration where it should work are 68030-based Ataris, where it
340 apparently improves performance. But you've been warned! Unless you
341 really know what you are doing, say N. Try Y only if you're quite
342 adventurous.
343
344config SINGLE_MEMORY_CHUNK
345 bool "Use one physical chunk of memory only" if ADVANCED && !SUN3
346 depends on MMU
347 default y if SUN3
348 select NEED_MULTIPLE_NODES
349 help
350 Ignore all but the first contiguous chunk of physical memory for VM
351 purposes. This will save a few bytes kernel size and may speed up
352 some operations. Say N if not sure.
353
354config ARCH_DISCONTIGMEM_ENABLE
355 def_bool MMU && !SINGLE_MEMORY_CHUNK
356
357config 060_WRITETHROUGH
358 bool "Use write-through caching for 68060 supervisor accesses"
359 depends on ADVANCED && M68060
360 ---help---
361 The 68060 generally uses copyback caching of recently accessed data.
362 Copyback caching means that memory writes will be held in an on-chip
363 cache and only written back to memory some time later. Saying Y
364 here will force supervisor (kernel) accesses to use writethrough
365 caching. Writethrough caching means that data is written to memory
366 straight away, so that cache and memory data always agree.
367 Writethrough caching is less efficient, but is needed for some
368 drivers on 68060 based systems where the 68060 bus snooping signal
369 is hardwired on. The 53c710 SCSI driver is known to suffer from
370 this problem.
371
372config M68K_L2_CACHE
373 bool
374 depends on MAC
375 default y
376
377config NODES_SHIFT
378 int
379 default "3"
380 depends on !SINGLE_MEMORY_CHUNK
381
Geert Uytterhoeven022613e2012-06-06 17:26:35 +0200382config CPU_HAS_NO_BITFIELDS
383 bool
384
385config CPU_HAS_NO_MULDIV64
386 bool
387
Geert Uytterhoeven9f1f1182012-06-06 19:37:52 +0200388config CPU_HAS_NO_UNALIGNED
389 bool
390
Geert Uytterhoeven022613e2012-06-06 17:26:35 +0200391config CPU_HAS_ADDRESS_SPACES
392 bool
393
Greg Ungerer0e152d82011-06-20 15:49:09 +1000394config FPU
395 bool
396
397config COLDFIRE_SW_A7
398 bool
399
400config HAVE_CACHE_SPLIT
401 bool
402
403config HAVE_CACHE_CB
404 bool
405
406config HAVE_MBAR
407 bool
408
409config HAVE_IPSBAR
410 bool
411
412config CLOCK_SET
413 bool "Enable setting the CPU clock frequency"
414 depends on COLDFIRE
415 default n
416 help
417 On some CPU's you do not need to know what the core CPU clock
418 frequency is. On these you can disable clock setting. On some
419 traditional 68K parts, and on all ColdFire parts you need to set
420 the appropriate CPU clock frequency. On these devices many of the
421 onboard peripherals derive their timing from the master CPU clock
422 frequency.
423
424config CLOCK_FREQ
425 int "Set the core clock frequency"
426 default "66666666"
427 depends on CLOCK_SET
428 help
429 Define the CPU clock frequency in use. This is the core clock
430 frequency, it may or may not be the same as the external clock
431 crystal fitted to your board. Some processors have an internal
432 PLL and can have their frequency programmed at run time, others
433 use internal dividers. In general the kernel won't setup a PLL
434 if it is fitted (there are some exceptions). This value will be
435 specific to the exact CPU that you are using.
436
437config OLDMASK
438 bool "Old mask 5307 (1H55J) silicon"
439 depends on M5307
440 help
441 Build support for the older revision ColdFire 5307 silicon.
442 Specifically this is the 1H55J mask revision.
443
444if HAVE_CACHE_SPLIT
445choice
446 prompt "Split Cache Configuration"
447 default CACHE_I
448
449config CACHE_I
450 bool "Instruction"
451 help
452 Use all of the ColdFire CPU cache memory as an instruction cache.
453
454config CACHE_D
455 bool "Data"
456 help
457 Use all of the ColdFire CPU cache memory as a data cache.
458
459config CACHE_BOTH
460 bool "Both"
461 help
462 Split the ColdFire CPU cache, and use half as an instruction cache
463 and half as a data cache.
464endchoice
465endif
466
467if HAVE_CACHE_CB
468choice
469 prompt "Data cache mode"
470 default CACHE_WRITETHRU
471
472config CACHE_WRITETHRU
473 bool "Write-through"
474 help
475 The ColdFire CPU cache is set into Write-through mode.
476
477config CACHE_COPYBACK
478 bool "Copy-back"
479 help
480 The ColdFire CPU cache is set into Copy-back mode.
481endchoice
482endif
483