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