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