]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/m68k/Kconfig
c56af4b7054cd5e84e7ec4a3d3db6686c66dbd2b
[linux-2.6-omap-h63xx.git] / arch / m68k / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5 config M68K
6         bool
7         default y
8         select HAVE_AOUT
9         select HAVE_IDE
10
11 config MMU
12         bool
13         default y
14
15 config RWSEM_GENERIC_SPINLOCK
16         bool
17         default y
18
19 config RWSEM_XCHGADD_ALGORITHM
20         bool
21
22 config ARCH_HAS_ILOG2_U32
23         bool
24         default n
25
26 config ARCH_HAS_ILOG2_U64
27         bool
28         default n
29
30 config GENERIC_HWEIGHT
31         bool
32         default y
33
34 config GENERIC_CALIBRATE_DELAY
35         bool
36         default y
37
38 config TIME_LOW_RES
39         bool
40         default y
41
42 config GENERIC_IOMAP
43         bool
44         default y
45
46 config ARCH_MAY_HAVE_PC_FDC
47         bool
48         depends on BROKEN && (Q40 || SUN3X)
49         default y
50
51 config NO_IOPORT
52         def_bool y
53
54 config NO_DMA
55         def_bool SUN3
56
57 config HZ
58         int
59         default 100
60
61 mainmenu "Linux/68k Kernel Configuration"
62
63 source "init/Kconfig"
64
65 menu "Platform dependent setup"
66
67 config EISA
68         bool
69         ---help---
70           The Extended Industry Standard Architecture (EISA) bus was
71           developed as an open alternative to the IBM MicroChannel bus.
72
73           The EISA bus provided some of the features of the IBM MicroChannel
74           bus while maintaining backward compatibility with cards made for
75           the older ISA bus.  The EISA bus saw limited use between 1988 and
76           1995 when it was made obsolete by the PCI bus.
77
78           Say Y here if you are building a kernel for an EISA-based machine.
79
80           Otherwise, say N.
81
82 config MCA
83         bool
84         help
85           MicroChannel Architecture is found in some IBM PS/2 machines and
86           laptops.  It is a bus system similar to PCI or ISA. See
87           <file:Documentation/mca.txt> (and especially the web page given
88           there) before attempting to build an MCA bus kernel.
89
90 config PCMCIA
91         tristate
92         ---help---
93           Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
94           computer.  These are credit-card size devices such as network cards,
95           modems or hard drives often used with laptops computers.  There are
96           actually two varieties of these cards: the older 16 bit PCMCIA cards
97           and the newer 32 bit CardBus cards.  If you want to use CardBus
98           cards, you need to say Y here and also to "CardBus support" below.
99
100           To use your PC-cards, you will need supporting software from David
101           Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
102           for location).  Please also read the PCMCIA-HOWTO, available from
103           <http://www.tldp.org/docs.html#howto>.
104
105           To compile this driver as modules, choose M here: the
106           modules will be called pcmcia_core and ds.
107
108 config AMIGA
109         bool "Amiga support"
110         select MMU_MOTOROLA if MMU
111         help
112           This option enables support for the Amiga series of computers. If
113           you plan to use this kernel on an Amiga, say Y here and browse the
114           material available in <file:Documentation/m68k>; otherwise say N.
115
116 config ATARI
117         bool "Atari support"
118         select MMU_MOTOROLA if MMU
119         help
120           This option enables support for the 68000-based Atari series of
121           computers (including the TT, Falcon and Medusa). If you plan to use
122           this kernel on an Atari, say Y here and browse the material
123           available in <file:Documentation/m68k>; otherwise say N.
124
125 config HADES
126         bool "Hades support"
127         depends on ATARI && BROKEN
128         help
129           This option enables support for the Hades Atari clone. If you plan
130           to use this kernel on a Hades, say Y here; otherwise say N.
131
132 config PCI
133         bool
134         depends on HADES
135         default y
136         help
137           Find out whether you have a PCI motherboard. PCI is the name of a
138           bus system, i.e. the way the CPU talks to the other stuff inside
139           your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
140           VESA. If you have PCI, say Y, otherwise N.
141
142 config MAC
143         bool "Macintosh support"
144         select MMU_MOTOROLA if MMU
145         help
146           This option enables support for the Apple Macintosh series of
147           computers (yes, there is experimental support now, at least for part
148           of the series).
149
150           Say N unless you're willing to code the remaining necessary support.
151           ;)
152
153 config NUBUS
154         bool
155         depends on MAC
156         default y
157
158 config M68K_L2_CACHE
159         bool
160         depends on MAC
161         default y
162
163 config APOLLO
164         bool "Apollo support"
165         select MMU_MOTOROLA if MMU
166         help
167           Say Y here if you want to run Linux on an MC680x0-based Apollo
168           Domain workstation such as the DN3500.
169
170 config VME
171         bool "VME (Motorola and BVM) support"
172         select MMU_MOTOROLA if MMU
173         help
174           Say Y here if you want to build a kernel for a 680x0 based VME
175           board.  Boards currently supported include Motorola boards MVME147,
176           MVME162, MVME166, MVME167, MVME172, and MVME177.  BVME4000 and
177           BVME6000 boards from BVM Ltd are also supported.
178
179 config MVME147
180         bool "MVME147 support"
181         depends on VME
182         help
183           Say Y to include support for early Motorola VME boards.  This will
184           build a kernel which can run on MVME147 single-board computers.  If
185           you select this option you will have to select the appropriate
186           drivers for SCSI, Ethernet and serial ports later on.
187
188 config MVME16x
189         bool "MVME162, 166 and 167 support"
190         depends on VME
191         help
192           Say Y to include support for Motorola VME boards.  This will build a
193           kernel which can run on MVME162, MVME166, MVME167, MVME172, and
194           MVME177 boards.  If you select this option you will have to select
195           the appropriate drivers for SCSI, Ethernet and serial ports later
196           on.
197
198 config BVME6000
199         bool "BVME4000 and BVME6000 support"
200         depends on VME
201         help
202           Say Y to include support for VME boards from BVM Ltd.  This will
203           build a kernel which can run on BVME4000 and BVME6000 boards.  If
204           you select this option you will have to select the appropriate
205           drivers for SCSI, Ethernet and serial ports later on.
206
207 config HP300
208         bool "HP9000/300 and HP9000/400 support"
209         select MMU_MOTOROLA if MMU
210         help
211           This option enables support for the HP9000/300 and HP9000/400 series
212           of workstations. Support for these machines is still somewhat
213           experimental. If you plan to try to use the kernel on such a machine
214           say Y here.
215           Everybody else says N.
216
217 config DIO
218         bool "DIO bus support"
219         depends on HP300
220         default y
221         help
222           Say Y here to enable support for the "DIO" expansion bus used in
223           HP300 machines. If you are using such a system you almost certainly
224           want this.
225
226 config SUN3X
227         bool "Sun3x support"
228         select MMU_MOTOROLA if MMU
229         select M68030
230         help
231           This option enables support for the Sun 3x series of workstations.
232           Be warned that this support is very experimental.
233           Note that Sun 3x kernels are not compatible with Sun 3 hardware.
234           General Linux information on the Sun 3x series (now discontinued)
235           is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
236
237           If you don't want to compile a kernel for a Sun 3x, say N.
238
239 config Q40
240         bool "Q40/Q60 support"
241         select MMU_MOTOROLA if MMU
242         help
243           The Q40 is a Motorola 68040-based successor to the Sinclair QL
244           manufactured in Germany.  There is an official Q40 home page at
245           <http://www.q40.de/>.  This option enables support for the Q40 and
246           Q60. Select your CPU below.  For 68LC060 don't forget to enable FPU
247           emulation.
248
249 config SUN3
250         bool "Sun3 support"
251         depends on !MMU_MOTOROLA
252         select MMU_SUN3 if MMU
253         select M68020
254         help
255           This option enables support for the Sun 3 series of workstations
256           (3/50, 3/60, 3/1xx, 3/2xx systems). Enabling this option requires
257           that all other hardware types must be disabled, as Sun 3 kernels
258           are incompatible with all other m68k targets (including Sun 3x!).
259
260           If you don't want to compile a kernel exclusively for a Sun 3, say N.
261
262 comment "Processor type"
263
264 config M68020
265         bool "68020 support"
266         help
267           If you anticipate running this kernel on a computer with a MC68020
268           processor, say Y. Otherwise, say N. Note that the 68020 requires a
269           68851 MMU (Memory Management Unit) to run Linux/m68k, except on the
270           Sun 3, which provides its own version.
271
272 config M68030
273         bool "68030 support"
274         depends on !MMU_SUN3
275         help
276           If you anticipate running this kernel on a computer with a MC68030
277           processor, say Y. Otherwise, say N. Note that a MC68EC030 will not
278           work, as it does not include an MMU (Memory Management Unit).
279
280 config M68040
281         bool "68040 support"
282         depends on !MMU_SUN3
283         help
284           If you anticipate running this kernel on a computer with a MC68LC040
285           or MC68040 processor, say Y. Otherwise, say N. Note that an
286           MC68EC040 will not work, as it does not include an MMU (Memory
287           Management Unit).
288
289 config M68060
290         bool "68060 support"
291         depends on !MMU_SUN3
292         help
293           If you anticipate running this kernel on a computer with a MC68060
294           processor, say Y. Otherwise, say N.
295
296 config MMU_MOTOROLA
297         bool
298         depends on MMU && !MMU_SUN3
299
300 config MMU_SUN3
301         bool
302         depends on MMU && !MMU_MOTOROLA
303
304 config M68KFPU_EMU
305         bool "Math emulation support (EXPERIMENTAL)"
306         depends on EXPERIMENTAL
307         help
308           At some point in the future, this will cause floating-point math
309           instructions to be emulated by the kernel on machines that lack a
310           floating-point math coprocessor.  Thrill-seekers and chronically
311           sleep-deprived psychotic hacker types can say Y now, everyone else
312           should probably wait a while.
313
314 config M68KFPU_EMU_EXTRAPREC
315         bool "Math emulation extra precision"
316         depends on M68KFPU_EMU
317         help
318           The fpu uses normally a few bit more during calculations for
319           correct rounding, the emulator can (often) do the same but this
320           extra calculation can cost quite some time, so you can disable
321           it here. The emulator will then "only" calculate with a 64 bit
322           mantissa and round slightly incorrect, what is more then enough
323           for normal usage.
324
325 config M68KFPU_EMU_ONLY
326         bool "Math emulation only kernel"
327         depends on M68KFPU_EMU
328         help
329           This option prevents any floating-point instructions from being
330           compiled into the kernel, thereby the kernel doesn't save any
331           floating point context anymore during task switches, so this
332           kernel will only be usable on machines without a floating-point
333           math coprocessor. This makes the kernel a bit faster as no tests
334           needs to be executed whether a floating-point instruction in the
335           kernel should be executed or not.
336
337 config ADVANCED
338         bool "Advanced configuration options"
339         ---help---
340           This gives you access to some advanced options for the CPU. The
341           defaults should be fine for most users, but these options may make
342           it possible for you to improve performance somewhat if you know what
343           you are doing.
344
345           Note that the answer to this question won't directly affect the
346           kernel: saying N will just cause the configurator to skip all
347           the questions about these options.
348
349           Most users should say N to this question.
350
351 config RMW_INSNS
352         bool "Use read-modify-write instructions"
353         depends on ADVANCED
354         ---help---
355           This allows to use certain instructions that work with indivisible
356           read-modify-write bus cycles. While this is faster than the
357           workaround of disabling interrupts, it can conflict with DMA
358           ( = direct memory access) on many Amiga systems, and it is also said
359           to destabilize other machines. It is very likely that this will
360           cause serious problems on any Amiga or Atari Medusa if set. The only
361           configuration where it should work are 68030-based Ataris, where it
362           apparently improves performance. But you've been warned! Unless you
363           really know what you are doing, say N. Try Y only if you're quite
364           adventurous.
365
366 config SINGLE_MEMORY_CHUNK
367         bool "Use one physical chunk of memory only" if ADVANCED && !SUN3
368         default y if SUN3
369         select NEED_MULTIPLE_NODES
370         help
371           Ignore all but the first contiguous chunk of physical memory for VM
372           purposes.  This will save a few bytes kernel size and may speed up
373           some operations.  Say N if not sure.
374
375 config 060_WRITETHROUGH
376         bool "Use write-through caching for 68060 supervisor accesses"
377         depends on ADVANCED && M68060
378         ---help---
379           The 68060 generally uses copyback caching of recently accessed data.
380           Copyback caching means that memory writes will be held in an on-chip
381           cache and only written back to memory some time later.  Saying Y
382           here will force supervisor (kernel) accesses to use writethrough
383           caching.  Writethrough caching means that data is written to memory
384           straight away, so that cache and memory data always agree.
385           Writethrough caching is less efficient, but is needed for some
386           drivers on 68060 based systems where the 68060 bus snooping signal
387           is hardwired on.  The 53c710 SCSI driver is known to suffer from
388           this problem.
389
390 config ARCH_DISCONTIGMEM_ENABLE
391         def_bool !SINGLE_MEMORY_CHUNK
392
393 config NODES_SHIFT
394         int
395         default "3"
396         depends on !SINGLE_MEMORY_CHUNK
397
398 source "mm/Kconfig"
399
400 endmenu
401
402 menu "General setup"
403
404 source "fs/Kconfig.binfmt"
405
406 config ZORRO
407         bool "Amiga Zorro (AutoConfig) bus support"
408         depends on AMIGA
409         help
410           This enables support for the Zorro bus in the Amiga. If you have
411           expansion cards in your Amiga that conform to the Amiga
412           AutoConfig(tm) specification, say Y, otherwise N. Note that even
413           expansion cards that do not fit in the Zorro slots but fit in e.g.
414           the CPU slot may fall in this category, so you have to say Y to let
415           Linux use these.
416
417 config AMIGA_PCMCIA
418         bool "Amiga 1200/600 PCMCIA support (EXPERIMENTAL)"
419         depends on AMIGA && EXPERIMENTAL
420         help
421           Include support in the kernel for pcmcia on Amiga 1200 and Amiga
422           600. If you intend to use pcmcia cards say Y; otherwise say N.
423
424 config STRAM_PROC
425         bool "ST-RAM statistics in /proc"
426         depends on ATARI
427         help
428           Say Y here to report ST-RAM usage statistics in /proc/stram.
429
430 config HEARTBEAT
431         bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40
432         default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300
433         help
434           Use the power-on LED on your machine as a load meter.  The exact
435           behavior is platform-dependent, but normally the flash frequency is
436           a hyperbolic function of the 5-minute load average.
437
438 # We have a dedicated heartbeat LED. :-)
439 config PROC_HARDWARE
440         bool "/proc/hardware support"
441         help
442           Say Y here to support the /proc/hardware file, which gives you
443           access to information about the machine you're running on,
444           including the model, CPU, MMU, clock speed, BogoMIPS rating,
445           and memory size.
446
447 config ISA
448         bool
449         depends on Q40 || AMIGA_PCMCIA || GG2
450         default y
451         help
452           Find out whether you have ISA slots on your motherboard.  ISA is the
453           name of a bus system, i.e. the way the CPU talks to the other stuff
454           inside your box.  Other bus systems are PCI, EISA, MicroChannel
455           (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
456           newer boards don't support it.  If you have ISA, say Y, otherwise N.
457
458 config GENERIC_ISA_DMA
459         bool
460         depends on Q40 || AMIGA_PCMCIA || GG2
461         default y
462
463 config ZONE_DMA
464         bool
465         default y
466
467 source "drivers/pci/Kconfig"
468
469 source "drivers/zorro/Kconfig"
470
471 endmenu
472
473 source "net/Kconfig"
474
475 source "drivers/Kconfig"
476
477 menu "Character devices"
478
479 config ATARI_MFPSER
480         tristate "Atari MFP serial support"
481         depends on ATARI
482         ---help---
483           If you like to use the MFP serial ports ("Modem1", "Serial1") under
484           Linux, say Y. The driver equally supports all kinds of MFP serial
485           ports and automatically detects whether Serial1 is available.
486
487           To compile this driver as a module, choose M here.
488
489           Note for Falcon users: You also have an MFP port, it's just not
490           wired to the outside... But you could use the port under Linux.
491
492 config ATARI_MIDI
493         tristate "Atari MIDI serial support"
494         depends on ATARI
495         help
496           If you want to use your Atari's MIDI port in Linux, say Y.
497
498           To compile this driver as a module, choose M here.
499
500 config ATARI_DSP56K
501         tristate "Atari DSP56k support (EXPERIMENTAL)"
502         depends on ATARI && EXPERIMENTAL
503         help
504           If you want to be able to use the DSP56001 in Falcons, say Y. This
505           driver is still experimental, and if you don't know what it is, or
506           if you don't have this processor, just say N.
507
508           To compile this driver as a module, choose M here.
509
510 config AMIGA_BUILTIN_SERIAL
511         tristate "Amiga builtin serial support"
512         depends on AMIGA
513         help
514           If you want to use your Amiga's built-in serial port in Linux,
515           answer Y.
516
517           To compile this driver as a module, choose M here.
518
519 config MULTIFACE_III_TTY
520         tristate "Multiface Card III serial support"
521         depends on AMIGA
522         help
523           If you want to use a Multiface III card's serial port in Linux,
524           answer Y.
525
526           To compile this driver as a module, choose M here.
527
528 config GVPIOEXT
529         tristate "GVP IO-Extender support"
530         depends on PARPORT=n && ZORRO
531         help
532           If you want to use a GVP IO-Extender serial card in Linux, say Y.
533           Otherwise, say N.
534
535 config GVPIOEXT_LP
536         tristate "GVP IO-Extender parallel printer support"
537         depends on GVPIOEXT
538         help
539           Say Y to enable driving a printer from the parallel port on your
540           GVP IO-Extender card, N otherwise.
541
542 config GVPIOEXT_PLIP
543         tristate "GVP IO-Extender PLIP support"
544         depends on GVPIOEXT
545         help
546           Say Y to enable doing IP over the parallel port on your GVP
547           IO-Extender card, N otherwise.
548
549 config MAC_SCC
550         tristate "Macintosh serial support"
551         depends on MAC
552
553 config MAC_HID
554         bool
555         depends on INPUT_ADBHID
556         default y
557
558 config HPDCA
559         tristate "HP DCA serial support"
560         depends on DIO && SERIAL_8250
561         help
562           If you want to use the internal "DCA" serial ports on an HP300
563           machine, say Y here.
564
565 config HPAPCI
566         tristate "HP APCI serial support"
567         depends on HP300 && SERIAL_8250 && EXPERIMENTAL
568         help
569           If you want to use the internal "APCI" serial ports on an HP400
570           machine, say Y here.
571
572 config MVME147_SCC
573         bool "SCC support for MVME147 serial ports"
574         depends on MVME147
575         help
576           This is the driver for the serial ports on the Motorola MVME147
577           boards.  Everyone using one of these boards should say Y here.
578
579 config SERIAL167
580         bool "CD2401 support for MVME166/7 serial ports"
581         depends on MVME16x
582         help
583           This is the driver for the serial ports on the Motorola MVME166,
584           167, and 172 boards.  Everyone using one of these boards should say
585           Y here.
586
587 config MVME162_SCC
588         bool "SCC support for MVME162 serial ports"
589         depends on MVME16x
590         help
591           This is the driver for the serial ports on the Motorola MVME162 and
592           172 boards.  Everyone using one of these boards should say Y here.
593
594 config BVME6000_SCC
595         bool "SCC support for BVME6000 serial ports"
596         depends on BVME6000
597         help
598           This is the driver for the serial ports on the BVME4000 and BVME6000
599           boards from BVM Ltd.  Everyone using one of these boards should say
600           Y here.
601
602 config DN_SERIAL
603         bool "Support for DN serial port (dummy)"
604         depends on APOLLO
605
606 config SERIAL_CONSOLE
607         bool "Support for serial port console"
608         depends on (AMIGA || ATARI || MAC || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || MAC_SCC=y || AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y || SERIAL=y || MVME147_SCC || SERIAL167 || MVME162_SCC || BVME6000_SCC || DN_SERIAL)
609         ---help---
610           If you say Y here, it will be possible to use a serial port as the
611           system console (the system console is the device which receives all
612           kernel messages and warnings and which allows logins in single user
613           mode). This could be useful if some terminal or printer is connected
614           to that serial port.
615
616           Even if you say Y here, the currently visible virtual console
617           (/dev/tty0) will still be used as the system console by default, but
618           you can alter that using a kernel command line option such as
619           "console=ttyS1". (Try "man bootparam" or see the documentation of
620           your boot loader (lilo or loadlin) about how to pass options to the
621           kernel at boot time.)
622
623           If you don't have a VGA card installed and you say Y here, the
624           kernel will automatically use the first serial line, /dev/ttyS0, as
625           system console.
626
627           If unsure, say N.
628
629 endmenu
630
631 source "fs/Kconfig"
632
633 source "arch/m68k/Kconfig.debug"
634
635 source "security/Kconfig"
636
637 source "crypto/Kconfig"
638
639 source "lib/Kconfig"