xref: /linux/arch/m68k/Kconfig.devices (revision 9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
20e152d80SGreg Ungererif MMU
30e152d80SGreg Ungerer
40e152d80SGreg Ungererconfig ARCH_MAY_HAVE_PC_FDC
50e152d80SGreg Ungerer	bool
60e152d80SGreg Ungerer	depends on BROKEN && (Q40 || SUN3X)
70e152d80SGreg Ungerer	default y
80e152d80SGreg Ungerer
90e152d80SGreg Ungerermenu "Platform devices"
100e152d80SGreg Ungerer
110e152d80SGreg Ungererconfig HEARTBEAT
123bd9e50bSGeert Uytterhoeven	bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40
133bd9e50bSGeert Uytterhoeven	default y if !AMIGA && !APOLLO && !ATARI && !Q40 && HP300
140e152d80SGreg Ungerer	help
150e152d80SGreg Ungerer	  Use the power-on LED on your machine as a load meter.  The exact
160e152d80SGreg Ungerer	  behavior is platform-dependent, but normally the flash frequency is
170e152d80SGreg Ungerer	  a hyperbolic function of the 5-minute load average.
180e152d80SGreg Ungerer
190e152d80SGreg Ungerer# We have a dedicated heartbeat LED. :-)
200e152d80SGreg Ungererconfig PROC_HARDWARE
210e152d80SGreg Ungerer	bool "/proc/hardware support"
22*1e5b5df6SRandy Dunlap	depends on PROC_FS
230e152d80SGreg Ungerer	help
240e152d80SGreg Ungerer	  Say Y here to support the /proc/hardware file, which gives you
250e152d80SGreg Ungerer	  access to information about the machine you're running on,
260e152d80SGreg Ungerer	  including the model, CPU, MMU, clock speed, BogoMIPS rating,
270e152d80SGreg Ungerer	  and memory size.
280e152d80SGreg Ungerer
2924ed6dddSGeert Uytterhoevenconfig NATFEAT
3024ed6dddSGeert Uytterhoeven	bool "ARAnyM emulator support"
3124ed6dddSGeert Uytterhoeven	depends on ATARI
3224ed6dddSGeert Uytterhoeven	help
3324ed6dddSGeert Uytterhoeven	  This option enables support for ARAnyM native features, such as
3424ed6dddSGeert Uytterhoeven	  access to a disk image as /dev/hda.
3524ed6dddSGeert Uytterhoeven
3624ed6dddSGeert Uytterhoevenconfig NFBLOCK
3724ed6dddSGeert Uytterhoeven	tristate "NatFeat block device support"
3824ed6dddSGeert Uytterhoeven	depends on BLOCK && NATFEAT
3924ed6dddSGeert Uytterhoeven	help
4024ed6dddSGeert Uytterhoeven	  Say Y to include support for the ARAnyM NatFeat block device
4124ed6dddSGeert Uytterhoeven	  which allows direct access to the hard drives without using
4224ed6dddSGeert Uytterhoeven	  the hardware emulation.
4324ed6dddSGeert Uytterhoeven
4424ed6dddSGeert Uytterhoevenconfig NFCON
4524ed6dddSGeert Uytterhoeven	tristate "NatFeat console driver"
464f73bc4dSJoe Millenbach	depends on TTY && NATFEAT
4724ed6dddSGeert Uytterhoeven	help
4824ed6dddSGeert Uytterhoeven	  Say Y to include support for the ARAnyM NatFeat console driver
4924ed6dddSGeert Uytterhoeven	  which allows the console output to be redirected to the stderr
5024ed6dddSGeert Uytterhoeven	  output of ARAnyM.
5124ed6dddSGeert Uytterhoeven
5224ed6dddSGeert Uytterhoevenconfig NFETH
5324ed6dddSGeert Uytterhoeven	tristate "NatFeat Ethernet support"
5424ed6dddSGeert Uytterhoeven	depends on ETHERNET && NATFEAT
5524ed6dddSGeert Uytterhoeven	help
5624ed6dddSGeert Uytterhoeven	  Say Y to include support for the ARAnyM NatFeat network device
5724ed6dddSGeert Uytterhoeven	  which will emulate a regular ethernet device while presenting an
5824ed6dddSGeert Uytterhoeven	  ethertap device to the host system.
5924ed6dddSGeert Uytterhoeven
60736b24dbSMichael Schmitzconfig ATARI_ETHERNAT
61736b24dbSMichael Schmitz	bool "Atari EtherNAT Ethernet support"
62736b24dbSMichael Schmitz	depends on ATARI
63a7f7f624SMasahiro Yamada	help
64736b24dbSMichael Schmitz	  Say Y to include support for the EtherNAT network adapter for the
65736b24dbSMichael Schmitz	  CT/60 extension port.
66736b24dbSMichael Schmitz
67736b24dbSMichael Schmitz	  To compile the actual ethernet driver, choose Y or M for the SMC91X
68736b24dbSMichael Schmitz	  option in the network device section; the module will be called smc91x.
69736b24dbSMichael Schmitz
701d87a8f2SMichael Schmitzconfig ATARI_ETHERNEC
711d87a8f2SMichael Schmitz	bool "Atari EtherNEC Ethernet support"
721d87a8f2SMichael Schmitz	depends on ATARI_ROM_ISA
73a7f7f624SMasahiro Yamada	help
741d87a8f2SMichael Schmitz	  Say Y to include support for the EtherNEC network adapter for the
751d87a8f2SMichael Schmitz	  ROM port. The driver works by polling instead of interrupts, so it
761d87a8f2SMichael Schmitz	  is quite slow.
771d87a8f2SMichael Schmitz
781a84db56SMasanari Iida	  This driver also supports the ethernet part of the NetUSBee ROM
791d87a8f2SMichael Schmitz	  port combined Ethernet/USB adapter.
801d87a8f2SMichael Schmitz
811d87a8f2SMichael Schmitz	  To compile the actual ethernet driver, choose Y or M in for the NE2000
821d87a8f2SMichael Schmitz	  option in the network device section; the module will be called ne.
831d87a8f2SMichael Schmitz
840e152d80SGreg Ungererendmenu
850e152d80SGreg Ungerer
860e152d80SGreg Ungerermenu "Character devices"
870e152d80SGreg Ungerer
880e152d80SGreg Ungererconfig ATARI_DSP56K
89112f8b12SKees Cook	tristate "Atari DSP56k support"
90112f8b12SKees Cook	depends on ATARI
910e152d80SGreg Ungerer	help
920e152d80SGreg Ungerer	  If you want to be able to use the DSP56001 in Falcons, say Y. This
930e152d80SGreg Ungerer	  driver is still experimental, and if you don't know what it is, or
940e152d80SGreg Ungerer	  if you don't have this processor, just say N.
950e152d80SGreg Ungerer
960e152d80SGreg Ungerer	  To compile this driver as a module, choose M here.
970e152d80SGreg Ungerer
980e152d80SGreg Ungererconfig AMIGA_BUILTIN_SERIAL
990e152d80SGreg Ungerer	tristate "Amiga builtin serial support"
100fd4d453bSGeert Uytterhoeven	depends on AMIGA && TTY
1010e152d80SGreg Ungerer	help
1020e152d80SGreg Ungerer	  If you want to use your Amiga's built-in serial port in Linux,
1030e152d80SGreg Ungerer	  answer Y.
1040e152d80SGreg Ungerer
1050e152d80SGreg Ungerer	  To compile this driver as a module, choose M here.
1060e152d80SGreg Ungerer
1070e152d80SGreg Ungererconfig HPDCA
1080e152d80SGreg Ungerer	tristate "HP DCA serial support"
1090e152d80SGreg Ungerer	depends on DIO && SERIAL_8250
1100e152d80SGreg Ungerer	help
1110e152d80SGreg Ungerer	  If you want to use the internal "DCA" serial ports on an HP300
1120e152d80SGreg Ungerer	  machine, say Y here.
1130e152d80SGreg Ungerer
1140e152d80SGreg Ungererconfig HPAPCI
1150e152d80SGreg Ungerer	tristate "HP APCI serial support"
116112f8b12SKees Cook	depends on HP300 && SERIAL_8250
1170e152d80SGreg Ungerer	help
1180e152d80SGreg Ungerer	  If you want to use the internal "APCI" serial ports on an HP400
1190e152d80SGreg Ungerer	  machine, say Y here.
1200e152d80SGreg Ungerer
1210e152d80SGreg Ungererconfig SERIAL_CONSOLE
1220e152d80SGreg Ungerer	bool "Support for serial port console"
123176f2934SGeert Uytterhoeven	depends on AMIGA_BUILTIN_SERIAL=y
124a7f7f624SMasahiro Yamada	help
1250e152d80SGreg Ungerer	  If you say Y here, it will be possible to use a serial port as the
1260e152d80SGreg Ungerer	  system console (the system console is the device which receives all
1270e152d80SGreg Ungerer	  kernel messages and warnings and which allows logins in single user
1280e152d80SGreg Ungerer	  mode). This could be useful if some terminal or printer is connected
1290e152d80SGreg Ungerer	  to that serial port.
1300e152d80SGreg Ungerer
1310e152d80SGreg Ungerer	  Even if you say Y here, the currently visible virtual console
1320e152d80SGreg Ungerer	  (/dev/tty0) will still be used as the system console by default, but
1330e152d80SGreg Ungerer	  you can alter that using a kernel command line option such as
1340e152d80SGreg Ungerer	  "console=ttyS1". (Try "man bootparam" or see the documentation of
135176f2934SGeert Uytterhoeven	  your boot loader about how to pass options to the kernel at boot
136176f2934SGeert Uytterhoeven	  time.)
1370e152d80SGreg Ungerer
138176f2934SGeert Uytterhoeven	  If you don't have a graphical console and you say Y here, the
1390e152d80SGreg Ungerer	  kernel will automatically use the first serial line, /dev/ttyS0, as
1400e152d80SGreg Ungerer	  system console.
1410e152d80SGreg Ungerer
1420e152d80SGreg Ungerer	  If unsure, say N.
1430e152d80SGreg Ungerer
1440e152d80SGreg Ungererendmenu
1450e152d80SGreg Ungerer
1460e152d80SGreg Ungererendif
147