xref: /linux/arch/m68k/Kconfig.devices (revision 41966710ab574f1fcedf3e10e1ceef911c096d1d)
1if MMU
2
3config ARCH_MAY_HAVE_PC_FDC
4	bool
5	depends on BROKEN && (Q40 || SUN3X)
6	default y
7
8menu "Platform devices"
9
10config HEARTBEAT
11	bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40
12	default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300
13	help
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.
17
18# We have a dedicated heartbeat LED. :-)
19config PROC_HARDWARE
20	bool "/proc/hardware support"
21	help
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,
25	  and memory size.
26
27endmenu
28
29menu "Character devices"
30
31config ATARI_MFPSER
32	tristate "Atari MFP serial support"
33	depends on ATARI
34	---help---
35	  If you like to use the MFP serial ports ("Modem1", "Serial1") under
36	  Linux, say Y. The driver equally supports all kinds of MFP serial
37	  ports and automatically detects whether Serial1 is available.
38
39	  To compile this driver as a module, choose M here.
40
41	  Note for Falcon users: You also have an MFP port, it's just not
42	  wired to the outside... But you could use the port under Linux.
43
44config ATARI_MIDI
45	tristate "Atari MIDI serial support"
46	depends on ATARI
47	help
48	  If you want to use your Atari's MIDI port in Linux, say Y.
49
50	  To compile this driver as a module, choose M here.
51
52config ATARI_DSP56K
53	tristate "Atari DSP56k support (EXPERIMENTAL)"
54	depends on ATARI && EXPERIMENTAL
55	help
56	  If you want to be able to use the DSP56001 in Falcons, say Y. This
57	  driver is still experimental, and if you don't know what it is, or
58	  if you don't have this processor, just say N.
59
60	  To compile this driver as a module, choose M here.
61
62config AMIGA_BUILTIN_SERIAL
63	tristate "Amiga builtin serial support"
64	depends on AMIGA
65	help
66	  If you want to use your Amiga's built-in serial port in Linux,
67	  answer Y.
68
69	  To compile this driver as a module, choose M here.
70
71config MULTIFACE_III_TTY
72	tristate "Multiface Card III serial support"
73	depends on AMIGA
74	help
75	  If you want to use a Multiface III card's serial port in Linux,
76	  answer Y.
77
78	  To compile this driver as a module, choose M here.
79
80config HPDCA
81	tristate "HP DCA serial support"
82	depends on DIO && SERIAL_8250
83	help
84	  If you want to use the internal "DCA" serial ports on an HP300
85	  machine, say Y here.
86
87config HPAPCI
88	tristate "HP APCI serial support"
89	depends on HP300 && SERIAL_8250 && EXPERIMENTAL
90	help
91	  If you want to use the internal "APCI" serial ports on an HP400
92	  machine, say Y here.
93
94config DN_SERIAL
95	bool "Support for DN serial port (dummy)"
96	depends on APOLLO
97
98config SERIAL_CONSOLE
99	bool "Support for serial port console"
100	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)
101	---help---
102	  If you say Y here, it will be possible to use a serial port as the
103	  system console (the system console is the device which receives all
104	  kernel messages and warnings and which allows logins in single user
105	  mode). This could be useful if some terminal or printer is connected
106	  to that serial port.
107
108	  Even if you say Y here, the currently visible virtual console
109	  (/dev/tty0) will still be used as the system console by default, but
110	  you can alter that using a kernel command line option such as
111	  "console=ttyS1". (Try "man bootparam" or see the documentation of
112	  your boot loader (lilo or loadlin) about how to pass options to the
113	  kernel at boot time.)
114
115	  If you don't have a VGA card installed and you say Y here, the
116	  kernel will automatically use the first serial line, /dev/ttyS0, as
117	  system console.
118
119	  If unsure, say N.
120
121endmenu
122
123endif
124