5 select HAVE_AOUT if MMU
6 select GENERIC_ATOMIC64 if MMU
7 select HAVE_GENERIC_HARDIRQS if !MMU
9 config RWSEM_GENERIC_SPINLOCK
13 config RWSEM_XCHGADD_ALGORITHM
16 config ARCH_HAS_ILOG2_U32
19 config ARCH_HAS_ILOG2_U64
22 config GENERIC_HWEIGHT
26 config GENERIC_CALIBRATE_DELAY
38 def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
45 default 1000 if CLEOPATRA
50 source "kernel/Kconfig.freezer"
53 bool "MMU-based Paged Memory Management Support"
56 Select if you want MMU-based virtualised addressing space
57 support by paged memory management. If unsure, say 'Y'.
59 menu "Platform dependent setup"
62 source arch/m68k/Kconfig.mmu
65 source arch/m68k/Kconfig.nommu
72 menu "Executable file formats"
74 source "fs/Kconfig.binfmt"
79 menu "Power management options"
82 bool "Power Management support"
84 Support processor power management modes
91 source "drivers/Kconfig"
95 menu "Character devices"
98 tristate "Atari MFP serial support"
101 If you like to use the MFP serial ports ("Modem1", "Serial1") under
102 Linux, say Y. The driver equally supports all kinds of MFP serial
103 ports and automatically detects whether Serial1 is available.
105 To compile this driver as a module, choose M here.
107 Note for Falcon users: You also have an MFP port, it's just not
108 wired to the outside... But you could use the port under Linux.
111 tristate "Atari MIDI serial support"
114 If you want to use your Atari's MIDI port in Linux, say Y.
116 To compile this driver as a module, choose M here.
119 tristate "Atari DSP56k support (EXPERIMENTAL)"
120 depends on ATARI && EXPERIMENTAL
122 If you want to be able to use the DSP56001 in Falcons, say Y. This
123 driver is still experimental, and if you don't know what it is, or
124 if you don't have this processor, just say N.
126 To compile this driver as a module, choose M here.
128 config AMIGA_BUILTIN_SERIAL
129 tristate "Amiga builtin serial support"
132 If you want to use your Amiga's built-in serial port in Linux,
135 To compile this driver as a module, choose M here.
137 config MULTIFACE_III_TTY
138 tristate "Multiface Card III serial support"
141 If you want to use a Multiface III card's serial port in Linux,
144 To compile this driver as a module, choose M here.
147 tristate "GVP IO-Extender support"
148 depends on PARPORT=n && ZORRO
150 If you want to use a GVP IO-Extender serial card in Linux, say Y.
154 tristate "GVP IO-Extender parallel printer support"
157 Say Y to enable driving a printer from the parallel port on your
158 GVP IO-Extender card, N otherwise.
161 tristate "GVP IO-Extender PLIP support"
164 Say Y to enable doing IP over the parallel port on your GVP
165 IO-Extender card, N otherwise.
169 depends on INPUT_ADBHID
173 tristate "HP DCA serial support"
174 depends on DIO && SERIAL_8250
176 If you want to use the internal "DCA" serial ports on an HP300
180 tristate "HP APCI serial support"
181 depends on HP300 && SERIAL_8250 && EXPERIMENTAL
183 If you want to use the internal "APCI" serial ports on an HP400
187 bool "SCC support for MVME147 serial ports"
188 depends on MVME147 && BROKEN
190 This is the driver for the serial ports on the Motorola MVME147
191 boards. Everyone using one of these boards should say Y here.
194 bool "SCC support for MVME162 serial ports"
195 depends on MVME16x && BROKEN
197 This is the driver for the serial ports on the Motorola MVME162 and
198 172 boards. Everyone using one of these boards should say Y here.
201 bool "SCC support for BVME6000 serial ports"
202 depends on BVME6000 && BROKEN
204 This is the driver for the serial ports on the BVME4000 and BVME6000
205 boards from BVM Ltd. Everyone using one of these boards should say
209 bool "Support for DN serial port (dummy)"
212 config SERIAL_CONSOLE
213 bool "Support for serial port console"
214 depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y || SERIAL=y || MVME147_SCC || SERIAL167 || MVME162_SCC || BVME6000_SCC || DN_SERIAL)
216 If you say Y here, it will be possible to use a serial port as the
217 system console (the system console is the device which receives all
218 kernel messages and warnings and which allows logins in single user
219 mode). This could be useful if some terminal or printer is connected
222 Even if you say Y here, the currently visible virtual console
223 (/dev/tty0) will still be used as the system console by default, but
224 you can alter that using a kernel command line option such as
225 "console=ttyS1". (Try "man bootparam" or see the documentation of
226 your boot loader (lilo or loadlin) about how to pass options to the
227 kernel at boot time.)
229 If you don't have a VGA card installed and you say Y here, the
230 kernel will automatically use the first serial line, /dev/ttyS0, as
241 source "arch/m68k/Kconfig.debug"
243 source "security/Kconfig"
245 source "crypto/Kconfig"