blob: 060f142a1e206630dfb749c169c4abee1248556d [file] [log] [blame]
Greg Ungerer36a248f2006-06-26 10:33:10 +10001config M68K
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 bool
3 default y
Sam Ravnborgec7748b2008-02-09 10:46:40 +01004 select HAVE_IDE
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6config MMU
7 bool
8 default n
9
Adrian Bunke0212e72008-10-29 12:15:47 +020010config NO_DMA
11 bool
Greg Ungererec40f952009-04-17 23:11:38 +100012 depends on !COLDFIRE
Adrian Bunke0212e72008-10-29 12:15:47 +020013 default y
14
Linus Torvalds1da177e2005-04-16 15:20:36 -070015config FPU
16 bool
17 default n
18
Christoph Lameter66701b12007-02-10 01:43:09 -080019config ZONE_DMA
20 bool
21 default y
22
Linus Torvalds1da177e2005-04-16 15:20:36 -070023config RWSEM_GENERIC_SPINLOCK
24 bool
25 default y
26
27config RWSEM_XCHGADD_ALGORITHM
28 bool
29 default n
30
David Howellsf0d1b0b2006-12-08 02:37:49 -080031config ARCH_HAS_ILOG2_U32
32 bool
33 default n
34
35config ARCH_HAS_ILOG2_U64
36 bool
37 default n
38
Akinobu Mitad2d7cdc2006-03-26 01:39:29 -080039config GENERIC_FIND_NEXT_BIT
40 bool
41 default y
42
sfking@fdwdc.comaf39bb82009-06-19 18:11:00 -070043config GENERIC_GPIO
44 bool
45 default n
46
Akinobu Mitad2d7cdc2006-03-26 01:39:29 -080047config GENERIC_HWEIGHT
48 bool
49 default y
50
Greg Ungerer2502b6672007-07-19 01:49:12 -070051config GENERIC_HARDIRQS
52 bool
53 default y
54
Greg Ungerer04570b42010-09-09 17:12:53 +100055config GENERIC_HARDIRQS_NO__DO_IRQ
56 bool
57 default y
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059config GENERIC_CALIBRATE_DELAY
60 bool
61 default y
62
Sebastian Siewior95469bd2008-04-28 11:43:01 +020063config GENERIC_CMOS_UPDATE
64 bool
65 default y
66
Ingo Molnar06027bd2006-02-14 13:53:15 -080067config TIME_LOW_RES
68 bool
69 default y
70
Sebastian Siewior2b9a6982008-04-28 11:43:04 +020071config GENERIC_CLOCKEVENTS
72 bool
73 default n
74
Al Viro5ea81762007-02-11 15:41:31 +000075config NO_IOPORT
76 def_bool y
77
Linus Torvalds1da177e2005-04-16 15:20:36 -070078source "init/Kconfig"
79
Matt Helsleydc52ddc2008-10-18 20:27:21 -070080source "kernel/Kconfig.freezer"
81
Linus Torvalds1da177e2005-04-16 15:20:36 -070082menu "Processor type and features"
83
84choice
85 prompt "CPU"
86 default M68EZ328
87
88config M68328
89 bool "MC68328"
90 help
91 Motorola 68328 processor support.
92
93config M68EZ328
94 bool "MC68EZ328"
95 help
96 Motorola 68EX328 processor support.
97
98config M68VZ328
99 bool "MC68VZ328"
100 help
101 Motorola 68VZ328 processor support.
102
103config M68360
104 bool "MC68360"
105 help
106 Motorola 68360 processor support.
107
108config M5206
109 bool "MCF5206"
110 help
111 Motorola ColdFire 5206 processor support.
112
113config M5206e
114 bool "MCF5206e"
115 help
116 Motorola ColdFire 5206e processor support.
117
Greg Ungerer4e51f6742005-11-07 14:09:50 +1000118config M520x
119 bool "MCF520x"
Sebastian Siewior2b9a6982008-04-28 11:43:04 +0200120 select GENERIC_CLOCKEVENTS
Greg Ungerer4e51f6742005-11-07 14:09:50 +1000121 help
122 Freescale Coldfire 5207/5208 processor support.
123
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000124config M523x
125 bool "MCF523x"
Sebastian Siewior2b9a6982008-04-28 11:43:04 +0200126 select GENERIC_CLOCKEVENTS
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000127 help
128 Freescale Coldfire 5230/1/2/4/5 processor support
129
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130config M5249
131 bool "MCF5249"
132 help
133 Motorola ColdFire 5249 processor support.
134
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000135config M5271
136 bool "MCF5271"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 help
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000138 Freescale (Motorola) ColdFire 5270/5271 processor support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
140config M5272
141 bool "MCF5272"
142 help
143 Motorola ColdFire 5272 processor support.
144
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000145config M5275
146 bool "MCF5275"
147 help
148 Freescale (Motorola) ColdFire 5274/5275 processor support.
149
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150config M528x
151 bool "MCF528x"
Sebastian Siewior2b9a6982008-04-28 11:43:04 +0200152 select GENERIC_CLOCKEVENTS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 help
154 Motorola ColdFire 5280/5282 processor support.
155
156config M5307
157 bool "MCF5307"
158 help
159 Motorola ColdFire 5307 processor support.
160
Greg Ungerer5d36f8e2006-06-26 10:45:45 +1000161config M532x
162 bool "MCF532x"
163 help
164 Freescale (Motorola) ColdFire 532x processor support.
165
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166config M5407
167 bool "MCF5407"
168 help
169 Motorola ColdFire 5407 processor support.
170
Philippe De Muyterea49f8ff2010-09-20 13:11:11 +0200171config M548x
172 bool "MCF548x"
173 help
174 Freescale ColdFire 5480/5481/5482/5483/5484/5485 processor support.
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176endchoice
177
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000178config M527x
179 bool
180 depends on (M5271 || M5275)
Sebastian Siewior2b9a6982008-04-28 11:43:04 +0200181 select GENERIC_CLOCKEVENTS
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000182 default y
183
Greg Ungerer5b2e6552010-11-02 12:05:29 +1000184config M54xx
185 bool
186 depends on M548x
187 default y
188
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189config COLDFIRE
190 bool
Greg Ungerer5b2e6552010-11-02 12:05:29 +1000191 depends on (M5206 || M5206e || M520x || M523x || M5249 || M527x || M5272 || M528x || M5307 || M532x || M5407 || M54xx)
sfking@fdwdc.comaf39bb82009-06-19 18:11:00 -0700192 select GENERIC_GPIO
193 select ARCH_REQUIRE_GPIOLIB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 default y
195
Greg Ungerere648cd22006-06-26 10:55:36 +1000196config CLOCK_SET
197 bool "Enable setting the CPU clock frequency"
198 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 help
Greg Ungerere648cd22006-06-26 10:55:36 +1000200 On some CPU's you do not need to know what the core CPU clock
201 frequency is. On these you can disable clock setting. On some
202 traditional 68K parts, and on all ColdFire parts you need to set
203 the appropriate CPU clock frequency. On these devices many of the
204 onboard peripherals derive their timing from the master CPU clock
205 frequency.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
Greg Ungerere648cd22006-06-26 10:55:36 +1000207config CLOCK_FREQ
208 int "Set the core clock frequency"
209 default "66666666"
210 depends on CLOCK_SET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 help
Greg Ungerere648cd22006-06-26 10:55:36 +1000212 Define the CPU clock frequency in use. This is the core clock
213 frequency, it may or may not be the same as the external clock
214 crystal fitted to your board. Some processors have an internal
215 PLL and can have their frequency programmed at run time, others
Matt LaPlante44c09202006-10-03 22:34:14 +0200216 use internal dividers. In general the kernel won't setup a PLL
217 if it is fitted (there are some exceptions). This value will be
Greg Ungerere648cd22006-06-26 10:55:36 +1000218 specific to the exact CPU that you are using.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219
Greg Ungerere648cd22006-06-26 10:55:36 +1000220config CLOCK_DIV
221 int "Set the core/bus clock divide ratio"
222 default "1"
223 depends on CLOCK_SET
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 help
Greg Ungerere648cd22006-06-26 10:55:36 +1000225 On many SoC style CPUs the master CPU clock is also used to drive
226 on-chip peripherals. The clock that is distributed to these
227 peripherals is sometimes a fixed ratio of the master clock
Greg Ungerer6869e942006-12-04 16:40:58 +1000228 frequency. If so then set this to the divider ratio of the
Greg Ungerere648cd22006-06-26 10:55:36 +1000229 master clock to the peripheral clock. If not sure then select 1.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230
231config OLDMASK
232 bool "Old mask 5307 (1H55J) silicon"
233 depends on M5307
234 help
235 Build support for the older revision ColdFire 5307 silicon.
236 Specifically this is the 1H55J mask revision.
237
238comment "Platform"
239
240config PILOT3
241 bool "Pilot 1000/5000, PalmPilot Personal/Pro, or PalmIII support"
242 depends on M68328
243 help
244 Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII.
245
246config XCOPILOT_BUGS
Greg Ungerer6869e942006-12-04 16:40:58 +1000247 bool "(X)Copilot support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 depends on PILOT3
249 help
250 Support the bugs of Xcopilot.
251
David Wu36995222007-07-25 22:07:20 +1000252config UC5272
253 bool 'Arcturus Networks uC5272 dimm board support'
254 depends on M5272
255 help
256 Support for the Arcturus Networks uC5272 dimm board.
257
258config UC5282
259 bool "Arcturus Networks uC5282 board support"
260 depends on M528x
261 help
262 Support for the Arcturus Networks uC5282 dimm board.
263
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264config UCSIMM
265 bool "uCsimm module support"
266 depends on M68EZ328
267 help
268 Support for the Arcturus Networks uCsimm module.
269
270config UCDIMM
271 bool "uDsimm module support"
272 depends on M68VZ328
273 help
274 Support for the Arcturus Networks uDsimm module.
275
276config DRAGEN2
277 bool "DragenEngine II board support"
278 depends on M68VZ328
279 help
280 Support for the DragenEngine II board.
281
282config DIRECT_IO_ACCESS
Greg Ungerer6869e942006-12-04 16:40:58 +1000283 bool "Allow user to access IO directly"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 depends on (UCSIMM || UCDIMM || DRAGEN2)
285 help
286 Disable the CPU internal registers protection in user mode,
287 to allow a user application to read/write them.
288
289config INIT_LCD
Greg Ungerer6869e942006-12-04 16:40:58 +1000290 bool "Initialize LCD"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 depends on (UCSIMM || UCDIMM || DRAGEN2)
292 help
293 Initialize the LCD controller of the 68x328 processor.
294
295config MEMORY_RESERVE
Greg Ungerer6869e942006-12-04 16:40:58 +1000296 int "Memory reservation (MiB)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 depends on (UCSIMM || UCDIMM)
298 help
299 Reserve certain memory regions on 68x328 based boards.
300
301config UCQUICC
302 bool "Lineo uCquicc board support"
303 depends on M68360
304 help
305 Support for the Lineo uCquicc board.
306
307config ARN5206
308 bool "Arnewsh 5206 board support"
309 depends on M5206
310 help
311 Support for the Arnewsh 5206 board.
312
313config M5206eC3
314 bool "Motorola M5206eC3 board support"
315 depends on M5206e
316 help
317 Support for the Motorola M5206eC3 board.
318
319config ELITE
320 bool "Motorola M5206eLITE board support"
321 depends on M5206e
322 help
323 Support for the Motorola M5206eLITE board.
324
Greg Ungerer4e51f6742005-11-07 14:09:50 +1000325config M5208EVB
326 bool "Freescale M5208EVB board support"
327 depends on M520x
328 help
329 Support for the Freescale Coldfire M5208EVB.
330
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000331config M5235EVB
332 bool "Freescale M5235EVB support"
333 depends on M523x
334 help
335 Support for the Freescale M5235EVB board.
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337config M5249C3
338 bool "Motorola M5249C3 board support"
339 depends on M5249
340 help
341 Support for the Motorola M5249C3 board.
342
343config M5271EVB
344 bool "Freescale (Motorola) M5271EVB board support"
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000345 depends on M5271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 help
347 Support for the Freescale (Motorola) M5271EVB board.
348
349config M5275EVB
350 bool "Freescale (Motorola) M5275EVB board support"
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000351 depends on M5275
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352 help
353 Support for the Freescale (Motorola) M5275EVB board.
354
355config M5272C3
356 bool "Motorola M5272C3 board support"
357 depends on M5272
358 help
359 Support for the Motorola M5272C3 board.
360
361config COBRA5272
362 bool "senTec COBRA5272 board support"
363 depends on M5272
364 help
365 Support for the senTec COBRA5272 board.
366
Greg Ungerer04860bd2006-06-26 10:47:13 +1000367config AVNET5282
368 bool "Avnet 5282 board support"
369 depends on M528x
370 help
371 Support for the Avnet 5282 board.
372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373config M5282EVB
374 bool "Motorola M5282EVB board support"
375 depends on M528x
376 help
377 Support for the Motorola M5282EVB board.
378
379config COBRA5282
380 bool "senTec COBRA5282 board support"
381 depends on M528x
382 help
383 Support for the senTec COBRA5282 board.
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000384
385config SOM5282EM
386 bool "EMAC.Inc SOM5282EM board support"
387 depends on M528x
388 help
389 Support for the EMAC.Inc SOM5282EM module.
Greg Ungerer906a2622007-07-25 22:07:20 +1000390
391config WILDFIRE
392 bool "Intec Automation Inc. WildFire board support"
393 depends on M528x
394 help
395 Support for the Intec Automation Inc. WildFire.
396
397config WILDFIREMOD
398 bool "Intec Automation Inc. WildFire module support"
399 depends on M528x
400 help
401 Support for the Intec Automation Inc. WildFire module.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402
403config ARN5307
404 bool "Arnewsh 5307 board support"
405 depends on M5307
406 help
407 Support for the Arnewsh 5307 board.
408
409config M5307C3
410 bool "Motorola M5307C3 board support"
411 depends on M5307
412 help
413 Support for the Motorola M5307C3 board.
414
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415config SECUREEDGEMP3
416 bool "SnapGear SecureEdge/MP3 platform support"
417 depends on M5307
418 help
419 Support for the SnapGear SecureEdge/MP3 platform.
420
Greg Ungerer5d36f8e2006-06-26 10:45:45 +1000421config M5329EVB
422 bool "Freescale (Motorola) M5329EVB board support"
423 depends on M532x
424 help
425 Support for the Freescale (Motorola) M5329EVB board.
426
427config COBRA5329
428 bool "senTec COBRA5329 board support"
429 depends on M532x
430 help
431 Support for the senTec COBRA5329 board.
432
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433config M5407C3
434 bool "Motorola M5407C3 board support"
435 depends on M5407
436 help
437 Support for the Motorola M5407C3 board.
438
439config CLEOPATRA
440 bool "Feith CLEOPATRA board support"
441 depends on (M5307 || M5407)
442 help
443 Support for the Feith Cleopatra boards.
444
445config CANCam
446 bool "Feith CANCam board support"
447 depends on M5272
448 help
449 Support for the Feith CANCam board.
450
451config SCALES
452 bool "Feith SCALES board support"
453 depends on M5272
454 help
455 Support for the Feith SCALES board.
456
457config NETtel
458 bool "SecureEdge/NETtel board support"
459 depends on (M5206e || M5272 || M5307)
460 help
461 Support for the SnapGear NETtel/SecureEdge/SnapGear boards.
462
463config SNAPGEAR
464 bool "SnapGear router board support"
465 depends on NETtel
466 help
467 Special additional support for SnapGear router boards.
468
469config CPU16B
470 bool "Sneha Technologies S.L. Sarasvati board support"
471 depends on M5272
472 help
473 Support for the SNEHA CPU16B board.
474
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000475config MOD5272
476 bool "Netburner MOD-5272 board support"
477 depends on M5272
478 help
479 Support for the Netburner MOD-5272 board.
480
Wilson Callanc1057c62007-10-23 14:37:54 +1000481config SAVANTrosie1
482 bool "Savant Rosie1 board support"
483 depends on M523x
484 help
485 Support for the Savant Rosie1 board.
486
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487config ROMFS_FROM_ROM
Greg Ungerer6869e942006-12-04 16:40:58 +1000488 bool "ROMFS image not RAM resident"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 depends on (NETtel || SNAPGEAR)
490 help
491 The ROMfs filesystem will stay resident in the FLASH/ROM, not be
492 moved into RAM.
493
494config PILOT
495 bool
496 default y
497 depends on (PILOT3 || PILOT5)
498
499config ARNEWSH
500 bool
501 default y
502 depends on (ARN5206 || ARN5307)
503
Greg Ungerer4e51f6742005-11-07 14:09:50 +1000504config FREESCALE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 bool
506 default y
Greg Ungerer5d36f8e2006-06-26 10:45:45 +1000507 depends on (M5206eC3 || M5208EVB || M5235EVB || M5249C3 || M5271EVB || M5272C3 || M5275EVB || M5282EVB || M5307C3 || M5329EVB || M5407C3)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508
509config HW_FEITH
510 bool
511 default y
512 depends on (CLEOPATRA || CANCam || SCALES)
513
514config senTec
515 bool
516 default y
517 depends on (COBRA5272 || COBRA5282)
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000518
519config EMAC_INC
520 bool
521 default y
522 depends on (SOM5282EM)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523
524config SNEHA
525 bool
526 default y
527 depends on CPU16B
Wilson Callanc1057c62007-10-23 14:37:54 +1000528
529config SAVANT
530 bool
531 default y
532 depends on SAVANTrosie1
533
Greg Ungerer04860bd2006-06-26 10:47:13 +1000534config AVNET
535 bool
536 default y
537 depends on (AVNET5282)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538
Lennart Sorensen588baea2009-09-18 13:49:36 -0400539config UBOOT
540 bool "Support for U-Boot command line parameters"
541 help
542 If you say Y here kernel will try to collect command
543 line parameters from the initial u-boot stack.
544 default n
545
Greg Ungerer5c4dbba2005-09-02 10:42:52 +1000546config 4KSTACKS
547 bool "Use 4Kb for kernel stacks instead of 8Kb"
548 default y
549 help
550 If you say Y here the kernel will use a 4Kb stacksize for the
551 kernel stack attached to each process/thread. This facilitates
552 running more threads on a system and also reduces the pressure
553 on the VM subsystem for higher order allocations.
554
H. Peter Anvinbdc80782008-02-08 04:21:26 -0800555config HZ
556 int
557 default 1000 if CLEOPATRA
558 default 100
559
Greg Ungerer63e413d2006-06-26 16:32:59 +1000560comment "RAM configuration"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
Greg Ungerer63e413d2006-06-26 16:32:59 +1000562config RAMBASE
563 hex "Address of the base of RAM"
564 default "0"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 help
Greg Ungerer63e413d2006-06-26 16:32:59 +1000566 Define the address that RAM starts at. On many platforms this is
567 0, the base of the address space. And this is the default. Some
568 platforms choose to setup their RAM at other addresses within the
569 processor address space.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
Greg Ungerer63e413d2006-06-26 16:32:59 +1000571config RAMSIZE
Philippe De Muyter73a99832010-05-19 13:30:49 +0200572 hex "Size of RAM (in bytes), or 0 for automatic"
Greg Ungerer63e413d2006-06-26 16:32:59 +1000573 default "0x400000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 help
Greg Ungerer63e413d2006-06-26 16:32:59 +1000575 Define the size of the system RAM. If you select 0 then the
576 kernel will try to probe the RAM size at runtime. This is not
577 supported on all CPU types.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578
Greg Ungerer63e413d2006-06-26 16:32:59 +1000579config VECTORBASE
580 hex "Address of the base of system vectors"
581 default "0"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 help
Matt LaPlante4b3f6862006-10-03 22:21:02 +0200583 Define the address of the system vectors. Commonly this is
Greg Ungerer63e413d2006-06-26 16:32:59 +1000584 put at the start of RAM, but it doesn't have to be. On ColdFire
585 platforms this address is programmed into the VBR register, thus
586 actually setting the address to use.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587
Greg Ungerer63e413d2006-06-26 16:32:59 +1000588config KERNELBASE
589 hex "Address of the base of kernel code"
590 default "0x400"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 help
Greg Ungerer63e413d2006-06-26 16:32:59 +1000592 Typically on m68k systems the kernel will not start at the base
593 of RAM, but usually some small offset from it. Define the start
594 address of the kernel here. The most common setup will have the
595 processor vectors at the base of RAM and then the start of the
596 kernel. On some platforms some RAM is reserved for boot loaders
597 and the kernel starts after that. The 0x400 default was based on
598 a system with the RAM based at address 0, and leaving enough room
599 for the theoretical maximum number of 256 vectors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600
601choice
602 prompt "RAM bus width"
603 default RAMAUTOBIT
604
605config RAMAUTOBIT
606 bool "AUTO"
Greg Ungerer63e413d2006-06-26 16:32:59 +1000607 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 Select the physical RAM data bus size. Not needed on most platforms,
609 so you can generally choose AUTO.
610
611config RAM8BIT
612 bool "8bit"
613 help
614 Configure RAM bus to be 8 bits wide.
615
616config RAM16BIT
617 bool "16bit"
618 help
619 Configure RAM bus to be 16 bits wide.
620
621config RAM32BIT
622 bool "32bit"
623 help
624 Configure RAM bus to be 32 bits wide.
625
626endchoice
627
Greg Ungererc750a012006-06-28 16:39:19 +1000628comment "ROM configuration"
629
630config ROM
631 bool "Specify ROM linker regions"
632 default n
633 help
634 Define a ROM region for the linker script. This creates a kernel
635 that can be stored in flash, with possibly the text, and data
636 regions being copied out to RAM at startup.
637
638config ROMBASE
639 hex "Address of the base of ROM device"
640 default "0"
641 depends on ROM
642 help
643 Define the address that the ROM region starts at. Some platforms
644 use this to set their chip select region accordingly for the boot
645 device.
646
647config ROMVEC
648 hex "Address of the base of the ROM vectors"
649 default "0"
650 depends on ROM
651 help
652 This is almost always the same as the base of the ROM. Since on all
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100653 68000 type variants the vectors are at the base of the boot device
Greg Ungererc750a012006-06-28 16:39:19 +1000654 on system startup.
655
656config ROMVECSIZE
657 hex "Size of ROM vector region (in bytes)"
658 default "0x400"
659 depends on ROM
660 help
661 Define the size of the vector region in ROM. For most 68000
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100662 variants this would be 0x400 bytes in size. Set to 0 if you do
Greg Ungererc750a012006-06-28 16:39:19 +1000663 not want a vector region at the start of the ROM.
664
665config ROMSTART
666 hex "Address of the base of system image in ROM"
667 default "0x400"
668 depends on ROM
669 help
670 Define the start address of the system image in ROM. Commonly this
671 is strait after the ROM vectors.
672
673config ROMSIZE
674 hex "Size of the ROM device"
675 default "0x100000"
676 depends on ROM
677 help
678 Size of the ROM device. On some platforms this is used to setup
679 the chip select that controls the boot ROM device.
680
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681choice
682 prompt "Kernel executes from"
683 ---help---
684 Choose the memory type that the kernel will be running in.
685
686config RAMKERNEL
687 bool "RAM"
688 help
689 The kernel will be resident in RAM when running.
690
691config ROMKERNEL
692 bool "ROM"
693 help
Greg Ungerer63e413d2006-06-26 16:32:59 +1000694 The kernel will be resident in FLASH/ROM when running. This is
695 often referred to as Execute-in-Place (XIP), since the kernel
696 code executes from the position it is stored in the FLASH/ROM.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697
698endchoice
699
Sebastian Siewior78f508a2008-05-12 14:02:05 -0700700if COLDFIRE
701source "kernel/Kconfig.preempt"
702endif
Sebastian Siewior2b9a6982008-04-28 11:43:04 +0200703
704source "kernel/time/Kconfig"
705
Dave Hansen3f22ab22005-06-23 00:07:43 -0700706source "mm/Kconfig"
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708endmenu
709
Al Viro5cae8412005-05-04 05:39:22 +0100710config ISA_DMA_API
711 bool
712 depends on !M5272
713 default y
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715source "drivers/pcmcia/Kconfig"
716
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717menu "Executable file formats"
718
719source "fs/Kconfig.binfmt"
720
721endmenu
722
723menu "Power management options"
724
725config PM
726 bool "Power Management support"
727 help
728 Support processor power management modes
729
730endmenu
731
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700732source "net/Kconfig"
733
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734source "drivers/Kconfig"
735
736source "fs/Kconfig"
737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738source "arch/m68knommu/Kconfig.debug"
739
740source "security/Kconfig"
741
742source "crypto/Kconfig"
743
744source "lib/Kconfig"