# SPDX-License-Identifier: GPL-2.0
if [31mCONFIG_MMU[0m
config [31mCONFIG_ARCH_MAY_HAVE_PC_FDC[0m
bool
depends on [31mCONFIG_BROKEN[0m && ([31mCONFIG_Q40[0m || [31mCONFIG_SUN3X[0m)
default y
menu "Platform devices"
config [31mCONFIG_HEARTBEAT[0m
bool "Use power LED as a heartbeat" if [31mCONFIG_AMIGA[0m || [31mCONFIG_APOLLO[0m || [31mCONFIG_ATARI[0m || [31mCONFIG_Q40[0m
default y if ![31mCONFIG_AMIGA[0m && ![31mCONFIG_APOLLO[0m && ![31mCONFIG_ATARI[0m && ![31mCONFIG_Q40[0m && [31mCONFIG_HP300[0m
help
Use the power-on LED on your machine as a load meter. The exact
behavior is platform-dependent, but normally the flash frequency is
a hyperbolic function of the 5-minute load average.
# We have a dedicated heartbeat LED. :-)
config [31mCONFIG_PROC_HARDWARE[0m
bool "/proc/hardware support"
help
Say Y here to support the /proc/hardware file, which gives you
access to information about the machine you're running on,
including the model, CPU, [31mCONFIG_MMU[0m, clock speed, BogoMIPS rating,
and memory size.
config [31mCONFIG_NATFEAT[0m
bool "ARAnyM emulator support"
depends on [31mCONFIG_ATARI[0m
help
This option enables support for ARAnyM native features, such as
access to a disk image as /dev/hda.
config [31mCONFIG_NFBLOCK[0m
tristate "NatFeat block device support"
depends on [31mCONFIG_BLOCK[0m && [31mCONFIG_NATFEAT[0m
help
Say Y to include support for the ARAnyM NatFeat block device
which allows direct access to the hard drives without using
the hardware emulation.
config [31mCONFIG_NFCON[0m
tristate "NatFeat console driver"
depends on [31mCONFIG_TTY[0m && [31mCONFIG_NATFEAT[0m
help
Say Y to include support for the ARAnyM NatFeat console driver
which allows the console output to be redirected to the stderr
output of ARAnyM.
config [31mCONFIG_NFETH[0m
tristate "NatFeat Ethernet support"
depends on [31mCONFIG_ETHERNET[0m && [31mCONFIG_NATFEAT[0m
help
Say Y to include support for the ARAnyM NatFeat network device
which will emulate a regular ethernet device while presenting an
ethertap device to the host system.
config [31mCONFIG_ATARI_ETHERNAT[0m
bool "Atari EtherNAT Ethernet support"
depends on [31mCONFIG_ATARI[0m
---help---
Say Y to include support for the EtherNAT network adapter for the
CT/60 extension port.
To compile the actual ethernet driver, choose Y or [31mCONFIG_M[0m for the [31mCONFIG_SMC91X[0m
option in the network device section; the module will be called smc91x.
config [31mCONFIG_ATARI_ETHERNEC[0m
bool "Atari EtherNEC Ethernet support"
depends on [31mCONFIG_ATARI_ROM_ISA[0m
---help---
Say Y to include support for the EtherNEC network adapter for the
[31mCONFIG_ROM[0m port. The driver works by polling instead of interrupts, so it
is quite slow.
This driver also supports the ethernet part of the NetUSBee [31mCONFIG_ROM[0m
port combined Ethernet/[31mCONFIG_USB[0m adapter.
To compile the actual ethernet driver, choose Y or [31mCONFIG_M[0m in for the [31mCONFIG_NE2000[0m
option in the network device section; the module will be called ne.
endmenu
menu "Character devices"
config [31mCONFIG_ATARI_DSP56K[0m
tristate "Atari DSP56k support"
depends on [31mCONFIG_ATARI[0m
help
If you want to be able to use the DSP56001 in Falcons, say Y. This
driver is still experimental, and if you don't know what it is, or
if you don't have this processor, just say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here.
config [31mCONFIG_AMIGA_BUILTIN_SERIAL[0m
tristate "Amiga builtin serial support"
depends on [31mCONFIG_AMIGA[0m && [31mCONFIG_TTY[0m
help
If you want to use your Amiga's built-in serial port in Linux,
answer Y.
To compile this driver as a module, choose [31mCONFIG_M[0m here.
config [31mCONFIG_HPDCA[0m
tristate "HP DCA serial support"
depends on [31mCONFIG_DIO[0m && [31mCONFIG_SERIAL_8250[0m
help
If you want to use the internal "DCA" serial ports on an [31mCONFIG_HP300[0m
machine, say Y here.
config [31mCONFIG_HPAPCI[0m
tristate "HP APCI serial support"
depends on [31mCONFIG_HP300[0m && [31mCONFIG_SERIAL_8250[0m
help
If you want to use the internal "APCI" serial ports on an HP400
machine, say Y here.
config [31mCONFIG_SERIAL_CONSOLE[0m
bool "Support for serial port console"
depends on [31mCONFIG_AMIGA_BUILTIN_SERIAL[0m=y
---help---
If you say Y here, it will be possible to use a serial port as the
system console (the system console is the device which receives all
kernel messages and warnings and which allows logins in single user
mode). This could be useful if some terminal or printer is connected
to that serial port.
Even if you say Y here, the currently visible virtual console
(/dev/tty0) will still be used as the system console by default, but
you can alter that using a kernel command line option such as
"console=ttyS1". (Try "man bootparam" or see the documentation of
your boot loader about how to pass options to the kernel at boot
time.)
If you don't have a graphical console and you say Y here, the
kernel will automatically use the first serial line, /dev/ttyS0, as
system console.
If unsure, say N.
endmenu
endif