2 # For a description of the syntax of this configuration file,
3 # see the Configure script.
5 mainmenu_name "Linux/68k Kernel Configuration"
7 mainmenu_option next_comment
8 comment 'Code maturity level options'
9 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
12 mainmenu_option next_comment
13 comment 'Platform dependent setup'
15 bool 'Amiga support' CONFIG_AMIGA
16 bool 'Atari support' CONFIG_ATARI
17 if [ "$CONFIG_ATARI" = "y" ]; then
18 bool ' Hades support' CONFIG_HADES
19 if [ "$CONFIG_HADES" = "y" ]; then
20 define_bool CONFIG_PCI y
23 bool 'Macintosh support' CONFIG_MAC
24 if [ "$CONFIG_MAC" = "y" ]; then
25 define_bool CONFIG_NUBUS y
26 define_bool CONFIG_M68K_L2_CACHE y
28 bool 'Apollo support' CONFIG_APOLLO
29 bool 'VME (Motorola and BVM) support' CONFIG_VME
30 if [ "$CONFIG_VME" = "y" ]; then
31 bool ' MVME147 support' CONFIG_MVME147
32 bool ' MVME162, 166 and 167 support' CONFIG_MVME16x
33 bool ' BVME4000 and BVME6000 support' CONFIG_BVME6000
35 bool 'HP9000/300 support' CONFIG_HP300
36 if [ "$CONFIG_HP300" = "y" ]; then
37 bool ' DIO bus support' CONFIG_DIO
39 bool 'Sun3x support' CONFIG_SUN3X
41 define_bool CONFIG_SUN3 n
42 bool 'Q40/Q60 support' CONFIG_Q40
44 comment 'Processor type'
45 bool '68020 support' CONFIG_M68020
46 bool '68030 support' CONFIG_M68030
47 bool '68040 support' CONFIG_M68040
48 bool '68060 support' CONFIG_M68060
49 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
50 bool 'Math emulation support (EXPERIMENTAL)' CONFIG_M68KFPU_EMU
51 if [ "$CONFIG_M68KFPU_EMU" = "y" ]; then
52 bool ' Math emulation extra precision' CONFIG_M68KFPU_EMU_EXTRAPREC
53 bool ' Math emulation only kernel' CONFIG_M68KFPU_EMU_ONLY
56 bool 'Advanced configuration options' CONFIG_ADVANCED
57 if [ "$CONFIG_ADVANCED" = "y" ]; then
58 bool 'Use read-modify-write instructions' CONFIG_RMW_INSNS
59 bool 'Use one physical chunk of memory only' CONFIG_SINGLE_MEMORY_CHUNK
60 if [ "$CONFIG_M68060" = "y" ]; then
61 bool 'Use write-through caching for 68060 supervisor accesses' CONFIG_060_WRITETHROUGH
66 mainmenu_option next_comment
67 comment 'General setup'
69 bool 'Networking support' CONFIG_NET
70 bool 'System V IPC' CONFIG_SYSVIPC
71 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
72 bool 'Sysctl support' CONFIG_SYSCTL
73 if [ "$CONFIG_PROC_FS" = "y" ]; then
74 choice 'Kernel core (/proc/kcore) format' \
75 "ELF CONFIG_KCORE_ELF \
76 A.OUT CONFIG_KCORE_AOUT" ELF
78 tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
79 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
80 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
82 if [ "$CONFIG_AMIGA" = "y" ]; then
83 bool 'Amiga Zorro (AutoConfig) bus support' CONFIG_ZORRO
84 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
85 bool 'Amiga 1200/600 PCMCIA support (EXPERIMENTAL)' CONFIG_AMIGA_PCMCIA
88 if [ "$CONFIG_ATARI" = "y" ]; then
89 bool 'Support for ST-RAM as swap space' CONFIG_STRAM_SWAP
90 bool 'ST-RAM statistics in /proc' CONFIG_STRAM_PROC
92 if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_ATARI" = "y" ]; then
93 bool 'Use power LED as a heartbeat' CONFIG_HEARTBEAT
95 if [ "$CONFIG_HP300" = "y" ]; then
96 # We have a dedicated heartbeat LED. :-)
97 define_bool CONFIG_HEARTBEAT y
100 bool '/proc/hardware support' CONFIG_PROC_HARDWARE
102 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
103 tristate 'Parallel port support (EXPERIMENTAL)' CONFIG_PARPORT
104 if [ "$CONFIG_PARPORT" != "n" ]; then
105 if [ "$CONFIG_AMIGA" != "n" ]; then
106 dep_tristate ' Amiga builtin port' CONFIG_PARPORT_AMIGA $CONFIG_PARPORT
107 if [ "$CONFIG_ZORRO" != "n" ]; then
108 dep_tristate ' Multiface III parallel port' CONFIG_PARPORT_MFC3 $CONFIG_PARPORT
111 if [ "$CONFIG_Q40" != "n" ]; then
112 tristate ' Q40 Parallel port' CONFIG_PARPORT
113 if [ "$CONFIG_PARPORT" != "n" ]; then
114 define_bool CONFIG_PARPORT_PC y
118 if [ "$CONFIG_ATARI" = "y" ]; then
119 dep_tristate ' Atari builtin port' CONFIG_PARPORT_ATARI $CONFIG_PARPORT
121 dep_tristate ' Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
122 if [ "$CONFIG_PRINTER" != "n" ]; then
123 bool ' Support IEEE1284 status readback' CONFIG_PRINTER_READBACK
127 source drivers/pci/Config.in
131 mainmenu_option next_comment
132 comment 'Loadable module support'
133 bool 'Enable loadable module support' CONFIG_MODULES
134 if [ "$CONFIG_MODULES" = "y" ]; then
135 bool ' Set version information on all symbols for modules' CONFIG_MODVERSIONS
136 bool ' Kernel module loader' CONFIG_KMOD
140 source drivers/block/Config.in
142 if [ "$CONFIG_NET" = "y" ]; then
146 mainmenu_option next_comment
147 comment 'SCSI support'
149 tristate 'SCSI support' CONFIG_SCSI
151 if [ "$CONFIG_SCSI" != "n" ]; then
153 comment 'SCSI support type (disk, tape, CD-ROM)'
155 dep_tristate ' SCSI disk support' CONFIG_BLK_DEV_SD $CONFIG_SCSI
156 dep_tristate ' SCSI tape support' CONFIG_CHR_DEV_ST $CONFIG_SCSI
157 dep_tristate ' SCSI CD-ROM support' CONFIG_BLK_DEV_SR $CONFIG_SCSI
158 if [ "$CONFIG_BLK_DEV_SR" != "n" ]; then
159 bool ' Enable vendor-specific extensions (for SCSI CDROM)' CONFIG_BLK_DEV_SR_VENDOR
161 dep_tristate ' SCSI generic support' CONFIG_CHR_DEV_SG $CONFIG_SCSI
163 comment 'Some SCSI devices (e.g. CD jukebox) support multiple LUNs'
165 bool ' Probe all LUNs on each SCSI device' CONFIG_SCSI_MULTI_LUN
167 bool ' Verbose SCSI error reporting (kernel size +=12K)' CONFIG_SCSI_CONSTANTS
168 bool ' SCSI logging facility' CONFIG_SCSI_LOGGING
170 mainmenu_option next_comment
171 comment 'SCSI low-level drivers'
173 if [ "$CONFIG_AMIGA" = "y" ]; then
174 dep_tristate 'A3000 WD33C93A support' CONFIG_A3000_SCSI $CONFIG_SCSI
175 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
176 bool 'A4000T SCSI support (EXPERIMENTAL)' CONFIG_A4000T_SCSI
179 if [ "$CONFIG_ZORRO" = "y" ]; then
180 dep_tristate 'A2091 WD33C93A support' CONFIG_A2091_SCSI $CONFIG_SCSI
181 dep_tristate 'GVP Series II WD33C93A support' CONFIG_GVP11_SCSI $CONFIG_SCSI
182 dep_tristate 'CyberStorm SCSI support' CONFIG_CYBERSTORM_SCSI $CONFIG_SCSI
183 dep_tristate 'CyberStorm Mk II SCSI support' CONFIG_CYBERSTORMII_SCSI $CONFIG_SCSI
184 dep_tristate 'Blizzard 2060 SCSI support' CONFIG_BLZ2060_SCSI $CONFIG_SCSI
185 dep_tristate 'Blizzard 1230IV/1260 SCSI support' CONFIG_BLZ1230_SCSI $CONFIG_SCSI
186 dep_tristate 'Fastlane SCSI support' CONFIG_FASTLANE_SCSI $CONFIG_SCSI
187 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
188 bool 'A4091 SCSI support (EXPERIMENTAL)' CONFIG_A4091_SCSI
189 bool 'WarpEngine SCSI support (EXPERIMENTAL)' CONFIG_WARPENGINE_SCSI
190 bool 'Blizzard PowerUP 603e+ SCSI (EXPERIMENTAL)' CONFIG_BLZ603EPLUS_SCSI
191 dep_tristate 'BSC Oktagon SCSI support (EXPERIMENTAL)' CONFIG_OKTAGON_SCSI $CONFIG_SCSI
192 bool 'Cyberstorm Mk III SCSI support (EXPERIMENTAL)' CONFIG_CYBERSTORMIII_SCSI
193 # bool 'GVP Turbo 040/060 SCSI support (EXPERIMENTAL)' CONFIG_GVP_TURBO_SCSI
196 if [ "$CONFIG_ATARI" = "y" ]; then
197 dep_tristate 'Atari native SCSI support' CONFIG_ATARI_SCSI $CONFIG_SCSI
198 if [ "$CONFIG_ATARI_SCSI" != "n" ]; then
199 bool ' Long delays for Toshiba CD-ROMs' CONFIG_ATARI_SCSI_TOSHIBA_DELAY
200 bool ' Reset SCSI-devices at boottime' CONFIG_ATARI_SCSI_RESET_BOOT
201 if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_HADES" = "y" ]; then
202 bool ' Hades SCSI DMA emulator (EXPERIMENTAL)' CONFIG_TT_DMA_EMUL
206 if [ "$CONFIG_MAC" = "y" ]; then
207 bool 'Macintosh NCR5380 SCSI' CONFIG_MAC_SCSI
208 dep_tristate 'Macintosh NCR53c9[46] SCSI' CONFIG_SCSI_MAC_ESP $CONFIG_SCSI
210 # dep_tristate 'SCSI debugging host adapter' CONFIG_SCSI_DEBUG $CONFIG_SCSI
212 if [ "$CONFIG_VME" = "y" -a "$CONFIG_MVME147" = "y" ]; then
213 bool 'WD33C93 SCSI driver for MVME147' CONFIG_MVME147_SCSI
216 if [ "$CONFIG_VME" = "y" -a "$CONFIG_MVME16x" = "y" ]; then
217 bool 'NCR53C710 SCSI driver for MVME16x' CONFIG_MVME16x_SCSI
220 if [ "$CONFIG_VME" = "y" -a "$CONFIG_BVME6000" = "y" ]; then
221 bool 'NCR53C710 SCSI driver for BVME6000' CONFIG_BVME6000_SCSI
224 if [ "$CONFIG_SUN3X" = "y" ]; then
225 bool 'ESP SCSI driver' CONFIG_SUN3X_ESP
233 if [ "$CONFIG_NET" = "y" ]; then
235 mainmenu_option next_comment
236 comment 'Network device support'
238 bool 'Network device support' CONFIG_NETDEVICES
239 if [ "$CONFIG_NETDEVICES" = "y" ]; then
241 # Network device configuration
243 tristate ' Dummy net driver support' CONFIG_DUMMY
244 tristate ' SLIP (serial line) support' CONFIG_SLIP
245 if [ "$CONFIG_SLIP" != "n" ]; then
246 bool ' CSLIP compressed headers' CONFIG_SLIP_COMPRESSED
247 bool ' Keepalive and linefill' CONFIG_SLIP_SMART
248 bool ' Six bit SLIP encapsulation' CONFIG_SLIP_MODE_SLIP6
250 tristate ' PPP (point-to-point) support' CONFIG_PPP
251 if [ ! "$CONFIG_PPP" = "n" ]; then
252 comment 'CCP compressors for PPP are only built as modules.'
254 tristate ' EQL (serial line load balancing) support' CONFIG_EQUALIZER
255 if [ "$CONFIG_ZORRO" = "y" ]; then
256 tristate ' Ariadne support' CONFIG_ARIADNE
257 tristate ' Ariadne II support' CONFIG_ARIADNE2
258 tristate ' A2065 support' CONFIG_A2065
259 tristate ' Hydra support' CONFIG_HYDRA
261 if [ "$CONFIG_AMIGA_PCMCIA" = "y" ]; then
262 tristate ' PCMCIA NE2000 support' CONFIG_APNE
264 if [ "$CONFIG_APOLLO" = "y" ]; then
265 tristate ' Apollo 3c505 support' CONFIG_APOLLO_ELPLUS
267 if [ "$CONFIG_MAC" = "y" ]; then
268 bool ' Mac NS 8390 based ethernet cards' CONFIG_DAYNAPORT
269 # bool ' Macintosh (AV) onboard MACE ethernet' CONFIG_MACMACE
270 bool ' Macintosh (Quadra) onboard SONIC ethernet' CONFIG_MACSONIC
272 if [ "$CONFIG_VME" = "y" -a "$CONFIG_MVME147" = "y" ]; then
273 tristate ' MVME147 (Lance) Ethernet support' CONFIG_MVME147_NET
275 if [ "$CONFIG_VME" = "y" -a "$CONFIG_MVME16x" = "y" ]; then
276 tristate ' MVME16x Ethernet support' CONFIG_MVME16x_NET
278 if [ "$CONFIG_VME" = "y" -a "$CONFIG_BVME6000" = "y" ]; then
279 tristate ' BVME6000 Ethernet support' CONFIG_BVME6000_NET
281 if [ "$CONFIG_ATARI" = "y" ]; then
282 tristate ' Atari Lance support' CONFIG_ATARILANCE
283 if [ "$CONFIG_ATARI_ACSI" != "n" ]; then
284 tristate ' BioNet-100 support' CONFIG_ATARI_BIONET
285 tristate ' PAMsNet support' CONFIG_ATARI_PAMSNET
288 if [ "$CONFIG_SUN3X" = "y" ]; then
289 bool ' Sun3x Lance support' CONFIG_SUNLANCE
291 if [ "$CONFIG_HP300" = "y" ]; then
292 bool ' HP on-board LANCE support' CONFIG_HPLANCE
294 if [ "$CONFIG_Q40" = "y" ]; then
295 if [ ! "$CONFIG_PARPORT" = "n" ]; then
296 dep_tristate ' PLIP (parallel port) support' CONFIG_PLIP $CONFIG_PARPORT
304 mainmenu_option next_comment
305 comment 'Character devices'
307 if [ "$CONFIG_Q40" = "y" ]; then
308 tristate 'Q40 Standard/generic serial support' CONFIG_SERIAL
311 if [ "$CONFIG_SERIAL" = "y" ]; then
312 bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE
313 bool ' Extended dumb serial driver options' CONFIG_SERIAL_EXTENDED
316 if [ "$CONFIG_SERIAL_EXTENDED" = "y" ]; then
317 bool ' Support more than 4 serial ports' CONFIG_SERIAL_MANY_PORTS
318 bool ' Support for sharing serial interrupts' CONFIG_SERIAL_SHARE_IRQ
319 # bool ' Autodetect IRQ - do not yet enable !!' CONFIG_SERIAL_DETECT_IRQ
320 bool ' Support special multiport boards' CONFIG_SERIAL_MULTIPORT
321 bool ' Support the Bell Technologies HUB6 card' CONFIG_HUB6
324 if [ "$CONFIG_VME" = "n" ]; then
325 define_bool CONFIG_VT y
326 if [ "$CONFIG_VT" = "y" ]; then
327 bool 'Support for console on virtual terminal' CONFIG_VT_CONSOLE
331 if [ "$CONFIG_ATARI" = "y" ]; then
332 define_bool CONFIG_NVRAM y
335 if [ "$CONFIG_AMIGA" = "y" ]; then
336 tristate 'Amiga mouse support' CONFIG_AMIGAMOUSE
337 if [ "$CONFIG_AMIGAMOUSE" != "n" ]; then
338 define_bool CONFIG_BUSMOUSE y
341 if [ "$CONFIG_ATARI" = "y" ]; then
342 tristate 'Atari mouse support' CONFIG_ATARIMOUSE
343 if [ "$CONFIG_ATARIMOUSE" != "n" ]; then
344 define_bool CONFIG_BUSMOUSE y
347 if [ "$CONFIG_MAC" = "y" ]; then
348 bool 'Mac ADB mouse support' CONFIG_ADBMOUSE
349 if [ "$CONFIG_ADBMOUSE" != "n" ]; then
350 define_bool CONFIG_BUSMOUSE y
353 if [ "$CONFIG_ATARI" = "y" ]; then
354 tristate 'Atari MFP serial support' CONFIG_ATARI_MFPSER
355 tristate 'Atari SCC serial support' CONFIG_ATARI_SCC
356 if [ "$CONFIG_ATARI_SCC" = "y" -o "$CONFIG_ATARI_SCC" = "m" ]; then
357 bool ' Atari SCC serial DMA support' CONFIG_ATARI_SCC_DMA
359 tristate 'Atari MIDI serial support' CONFIG_ATARI_MIDI
360 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
361 tristate 'Atari DSP56k support (EXPERIMENTAL)' CONFIG_ATARI_DSP56K
364 if [ "$CONFIG_AMIGA" = "y" ]; then
365 tristate 'Amiga builtin serial support' CONFIG_AMIGA_BUILTIN_SERIAL
366 if [ "$CONFIG_AMIGA_PCMCIA" = "y" ]; then
367 tristate 'Hisoft Whippet PCMCIA serial support' CONFIG_WHIPPET_SERIAL
370 if [ "$CONFIG_PARPORT" = "n" ]; then
371 if [ "$CONFIG_ZORRO" = "y" ]; then
372 tristate 'GVP IO-Extender support' CONFIG_GVPIOEXT
373 dep_tristate ' GVP IO-Extender parallel printer support' CONFIG_GVPIOEXT_LP $CONFIG_GVPIOEXT
374 dep_tristate ' GVP IO-Extender PLIP support' CONFIG_GVPIOEXT_PLIP $CONFIG_GVPIOEXT
375 tristate 'Multiface Card III serial support' CONFIG_MULTIFACE_III_TTY
378 if [ "$CONFIG_MAC" = "y" ]; then
379 bool 'Mac SCC serial support' CONFIG_MAC_SCC
381 if [ "$CONFIG_HP300" = "y" -a "$CONFIG_DIO" = "y" ]; then
382 tristate 'HP DCA serial support' CONFIG_HPDCA
384 if [ "$CONFIG_SUN3X" = "y" ]; then
385 bool 'Sun3x builtin serial support' CONFIG_SUN3X_ZS
386 if [ "$CONFIG_SUN3X_ZS" = "y" ]; then
387 bool ' Sun keyboard support' CONFIG_SUN_KEYBOARD
388 bool ' Sun mouse support' CONFIG_SUN_MOUSE
389 if [ "$CONFIG_SUN_MOUSE" != "n" ]; then
390 define_bool CONFIG_BUSMOUSE y
392 define_bool CONFIG_SBUS y
393 define_bool CONFIG_SBUSCHAR y
394 define_bool CONFIG_SUN_SERIAL y
397 if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_ATARI" = "y" -o \
398 "$CONFIG_MAC" = "y" -o "$CONFIG_HP300" = "y" -o \
399 "$CONFIG_SUN3X" = "y" ]; then
400 if [ "$CONFIG_ATARI_MFPSER" = "y" -o "$CONFIG_ATARI_SCC" = "y" -o \
401 "$CONFIG_ATARI_MIDI" = "y" -o "$CONFIG_MAC_SCC" = "y" -o \
402 "$CONFIG_AMIGA_BUILTIN_SERIAL" = "y" -o \
403 "$CONFIG_GVPIOEXT" = "y" -o "$CONFIG_MULTIFACE_III_TTY" = "y" -o \
404 "$CONFIG_HPDCA" = "y" -o "$CONFIG_SUN3X_ZS" = "y" ]; then
405 bool 'Support for serial port console' CONFIG_SERIAL_CONSOLE
408 if [ "$CONFIG_VME" = "y" ]; then
409 define_bool CONFIG_SERIAL_CONSOLE y
410 if [ "$CONFIG_MVME147" = "y" ]; then
411 bool 'SCC support for MVME147 serial ports' CONFIG_MVME147_SCC
413 if [ "$CONFIG_MVME16x" = "y" ]; then
414 bool 'CD2401 support for MVME166/7 serial ports' CONFIG_SERIAL167
415 bool 'SCC support for MVME162 serial ports' CONFIG_MVME162_SCC
417 if [ "$CONFIG_BVME6000" = "y" ]; then
418 bool 'SCC support for BVME6000 serial ports' CONFIG_BVME6000_SCC
421 if [ "$CONFIG_APOLLO" = "y" ]; then
422 bool 'Support for DN serial port (dummy)' CONFIG_SERIAL
423 bool 'Support for serial port console' CONFIG_SERIAL_CONSOLE
425 bool 'Support for user serial device modules' CONFIG_USERIAL
426 bool 'Watchdog Timer Support' CONFIG_WATCHDOG
427 if [ "$CONFIG_WATCHDOG" != "n" ]; then
428 bool ' Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT
429 bool ' Software Watchdog' CONFIG_SOFT_WATCHDOG
431 if [ "$CONFIG_ATARI" = "y" ]; then
432 bool 'Enhanced Real Time Clock Support' CONFIG_RTC
434 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
435 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
436 int ' Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
441 mainmenu_option next_comment
442 comment 'Sound support'
444 tristate 'Sound support' CONFIG_SOUND
445 if [ "$CONFIG_SOUND" != "n" ]; then
446 dep_tristate ' Amiga or Atari DMA sound support' CONFIG_DMASOUND $CONFIG_SOUND
452 if [ "$CONFIG_VME" = "n" ]; then
453 mainmenu_option next_comment
454 comment 'Console drivers'
455 if [ "$CONFIG_HP300" = "y" ]; then
456 bool 'Frame buffer support' CONFIG_FB
458 define_bool CONFIG_FB y
460 source drivers/video/Config.in
464 mainmenu_option next_comment
465 comment 'Kernel hacking'
467 #bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
468 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
469 bool 'Remote debugging support' CONFIG_KGDB