Kconfig.devices (1fbe6f625f69e48c4001051dc1431afc704acfaa) Kconfig.devices (176f2934d118f82a033ba69c235b21af151dc576)
1if MMU
2
3config ARCH_MAY_HAVE_PC_FDC
4 bool
5 depends on BROKEN && (Q40 || SUN3X)
6 default y
7
8menu "Platform devices"

--- 45 unchanged lines hidden (view full) ---

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.
57
58endmenu
59
60menu "Character devices"
61
1if MMU
2
3config ARCH_MAY_HAVE_PC_FDC
4 bool
5 depends on BROKEN && (Q40 || SUN3X)
6 default y
7
8menu "Platform devices"

--- 45 unchanged lines hidden (view full) ---

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.
57
58endmenu
59
60menu "Character devices"
61
62config ATARI_MFPSER
63 tristate "Atari MFP serial support"
64 depends on ATARI
65 ---help---
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.
69
70 To compile this driver as a module, choose M here.
71
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.
74
75config ATARI_MIDI
76 tristate "Atari MIDI serial support"
77 depends on ATARI
78 help
79 If you want to use your Atari's MIDI port in Linux, say Y.
80
81 To compile this driver as a module, choose M here.
82
83config ATARI_DSP56K
84 tristate "Atari DSP56k support (EXPERIMENTAL)"
85 depends on ATARI && EXPERIMENTAL
86 help
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.
90
91 To compile this driver as a module, choose M here.
92
93config AMIGA_BUILTIN_SERIAL
94 tristate "Amiga builtin serial support"
95 depends on AMIGA
96 help
97 If you want to use your Amiga's built-in serial port in Linux,
98 answer Y.
99
100 To compile this driver as a module, choose M here.
101
62config ATARI_DSP56K
63 tristate "Atari DSP56k support (EXPERIMENTAL)"
64 depends on ATARI && EXPERIMENTAL
65 help
66 If you want to be able to use the DSP56001 in Falcons, say Y. This
67 driver is still experimental, and if you don't know what it is, or
68 if you don't have this processor, just say N.
69
70 To compile this driver as a module, choose M here.
71
72config AMIGA_BUILTIN_SERIAL
73 tristate "Amiga builtin serial support"
74 depends on AMIGA
75 help
76 If you want to use your Amiga's built-in serial port in Linux,
77 answer Y.
78
79 To compile this driver as a module, choose M here.
80
102config MULTIFACE_III_TTY
103 tristate "Multiface Card III serial support"
104 depends on AMIGA
105 help
106 If you want to use a Multiface III card's serial port in Linux,
107 answer Y.
108
109 To compile this driver as a module, choose M here.
110
111config HPDCA
112 tristate "HP DCA serial support"
113 depends on DIO && SERIAL_8250
114 help
115 If you want to use the internal "DCA" serial ports on an HP300
116 machine, say Y here.
117
118config HPAPCI
119 tristate "HP APCI serial support"
120 depends on HP300 && SERIAL_8250 && EXPERIMENTAL
121 help
122 If you want to use the internal "APCI" serial ports on an HP400
123 machine, say Y here.
124
81config HPDCA
82 tristate "HP DCA serial support"
83 depends on DIO && SERIAL_8250
84 help
85 If you want to use the internal "DCA" serial ports on an HP300
86 machine, say Y here.
87
88config HPAPCI
89 tristate "HP APCI serial support"
90 depends on HP300 && SERIAL_8250 && EXPERIMENTAL
91 help
92 If you want to use the internal "APCI" serial ports on an HP400
93 machine, say Y here.
94
125config DN_SERIAL
126 bool "Support for DN serial port (dummy)"
127 depends on APOLLO
128
129config SERIAL_CONSOLE
130 bool "Support for serial port console"
95config SERIAL_CONSOLE
96 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)
97 depends on AMIGA_BUILTIN_SERIAL=y
132 ---help---
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
137 to that serial port.
138
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
98 ---help---
99 If you say Y here, it will be possible to use a serial port as the
100 system console (the system console is the device which receives all
101 kernel messages and warnings and which allows logins in single user
102 mode). This could be useful if some terminal or printer is connected
103 to that serial port.
104
105 Even if you say Y here, the currently visible virtual console
106 (/dev/tty0) will still be used as the system console by default, but
107 you can alter that using a kernel command line option such as
108 "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.)
109 your boot loader about how to pass options to the kernel at boot
110 time.)
145
111
146 If you don't have a VGA card installed and you say Y here, the
112 If you don't have a graphical console and you say Y here, the
147 kernel will automatically use the first serial line, /dev/ttyS0, as
148 system console.
149
150 If unsure, say N.
151
152endmenu
153
154endif
113 kernel will automatically use the first serial line, /dev/ttyS0, as
114 system console.
115
116 If unsure, say N.
117
118endmenu
119
120endif