3 config ARCH_MAY_HAVE_PC_FDC
5 depends on BROKEN && (Q40 || SUN3X)
8 menu "Platform devices"
11 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40
12 default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300
14 Use the power-on LED on your machine as a load meter. The exact
15 behavior is platform-dependent, but normally the flash frequency is
16 a hyperbolic function of the 5-minute load average.
18 # We have a dedicated heartbeat LED. :-)
20 bool "/proc/hardware support"
22 Say Y here to support the /proc/hardware file, which gives you
23 access to information about the machine you're running on,
24 including the model, CPU, MMU, clock speed, BogoMIPS rating,
28 bool "ARAnyM emulator support"
31 This option enables support for ARAnyM native features, such as
32 access to a disk image as /dev/hda.
35 tristate "NatFeat block device support"
36 depends on BLOCK && NATFEAT
38 Say Y to include support for the ARAnyM NatFeat block device
39 which allows direct access to the hard drives without using
40 the hardware emulation.
43 tristate "NatFeat console driver"
46 Say Y to include support for the ARAnyM NatFeat console driver
47 which allows the console output to be redirected to the stderr
51 tristate "NatFeat Ethernet support"
52 depends on ETHERNET && NATFEAT
54 Say Y to include support for the ARAnyM NatFeat network device
55 which will emulate a regular ethernet device while presenting an
56 ethertap device to the host system.
60 menu "Character devices"
63 tristate "Atari MFP serial support"
66 If you like to use the MFP serial ports ("Modem1", "Serial1") under
67 Linux, say Y. The driver equally supports all kinds of MFP serial
68 ports and automatically detects whether Serial1 is available.
70 To compile this driver as a module, choose M here.
72 Note for Falcon users: You also have an MFP port, it's just not
73 wired to the outside... But you could use the port under Linux.
76 tristate "Atari MIDI serial support"
79 If you want to use your Atari's MIDI port in Linux, say Y.
81 To compile this driver as a module, choose M here.
84 tristate "Atari DSP56k support (EXPERIMENTAL)"
85 depends on ATARI && EXPERIMENTAL
87 If you want to be able to use the DSP56001 in Falcons, say Y. This
88 driver is still experimental, and if you don't know what it is, or
89 if you don't have this processor, just say N.
91 To compile this driver as a module, choose M here.
93 config AMIGA_BUILTIN_SERIAL
94 tristate "Amiga builtin serial support"
97 If you want to use your Amiga's built-in serial port in Linux,
100 To compile this driver as a module, choose M here.
102 config MULTIFACE_III_TTY
103 tristate "Multiface Card III serial support"
106 If you want to use a Multiface III card's serial port in Linux,
109 To compile this driver as a module, choose M here.
112 tristate "HP DCA serial support"
113 depends on DIO && SERIAL_8250
115 If you want to use the internal "DCA" serial ports on an HP300
119 tristate "HP APCI serial support"
120 depends on HP300 && SERIAL_8250 && EXPERIMENTAL
122 If you want to use the internal "APCI" serial ports on an HP400
126 bool "Support for DN serial port (dummy)"
129 config SERIAL_CONSOLE
130 bool "Support for serial port console"
131 depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || MULTIFACE_III_TTY=y || SERIAL=y || SERIAL167 || DN_SERIAL)
133 If you say Y here, it will be possible to use a serial port as the
134 system console (the system console is the device which receives all
135 kernel messages and warnings and which allows logins in single user
136 mode). This could be useful if some terminal or printer is connected
139 Even if you say Y here, the currently visible virtual console
140 (/dev/tty0) will still be used as the system console by default, but
141 you can alter that using a kernel command line option such as
142 "console=ttyS1". (Try "man bootparam" or see the documentation of
143 your boot loader (lilo or loadlin) about how to pass options to the
144 kernel at boot time.)
146 If you don't have a VGA card installed and you say Y here, the
147 kernel will automatically use the first serial line, /dev/ttyS0, as