Update ia64 patch to 2.5.72-030619
[linux-flexiantxendom0-3.2.10.git] / drivers / serial / Kconfig
1 #
2 # Serial device configuration
3 #
4 # $Id: Config.in,v 1.15 2002/07/06 17:16:24 rmk Exp $
5 #
6
7 menu "Serial drivers"
8
9 #
10 # The new 8250/16550 serial drivers
11 config SERIAL_8250
12         tristate "8250/16550 and compatible serial support (EXPERIMENTAL)"
13         depends on EXPERIMENTAL
14         ---help---
15           This selects whether you want to include the driver for the standard
16           serial ports.  The standard answer is Y.  People who might say N
17           here are those that are setting up dedicated Ethernet WWW/FTP
18           servers, or users that have one of the various bus mice instead of a
19           serial mouse and don't intend to use their machine's standard serial
20           port for anything.  (Note that the Cyclades and Stallion multi
21           serial port drivers do not need this driver built in for them to
22           work.)
23
24           If you want to compile this driver as a module, say M here and read
25           <file:Documentation/modules.txt>.  The module will be called
26           serial.
27           [WARNING: Do not compile this driver as a module if you are using
28           non-standard serial ports, since the configuration information will
29           be lost when the driver is unloaded.  This limitation may be lifted
30           in the future.]
31
32           BTW1: If you have a mouseman serial mouse which is not recognized by
33           the X window system, try running gpm first.
34
35           BTW2: If you intend to use a software modem (also called Winmodem)
36           under Linux, forget it.  These modems are crippled and require
37           proprietary drivers which are only available under Windows.
38
39           Most people will say Y or M here, so that they can use serial mice,
40           modems and similar devices connecting to the standard serial ports.
41
42 config SERIAL_8250_CONSOLE
43         bool "Console on 8250/16550 and compatible serial port (EXPERIMENTAL)"
44         depends on SERIAL_8250=y
45         ---help---
46           If you say Y here, it will be possible to use a serial port as the
47           system console (the system console is the device which receives all
48           kernel messages and warnings and which allows logins in single user
49           mode). This could be useful if some terminal or printer is connected
50           to that serial port.
51
52           Even if you say Y here, the currently visible virtual console
53           (/dev/tty0) will still be used as the system console by default, but
54           you can alter that using a kernel command line option such as
55           "console=ttyS1". (Try "man bootparam" or see the documentation of
56           your boot loader (lilo or loadlin) about how to pass options to the
57           kernel at boot time.)
58
59           If you don't have a VGA card installed and you say Y here, the
60           kernel will automatically use the first serial line, /dev/ttyS0, as
61           system console.
62
63           If unsure, say N.
64
65 config SERIAL_8250_CS
66         tristate "8250/16550 PCMCIA device support"
67         depends on PCMCIA && SERIAL_8250
68         ---help---
69           Say Y here to enable support for 16-bit PCMCIA serial devices,
70           including serial port cards, modems, and the modem functions of
71           multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
72           credit-card size devices often used with laptops.)
73
74           This driver is also available as a module ( = code which can be
75           inserted in and removed from the running kernel whenever you want).
76           The module will be called serial_cs.  If you want to compile it as
77           a module, say M here and read <file:Documentation/modules.txt>.
78           If unsure, say N.
79
80 config SERIAL_8250_ACPI
81         bool "8250/16550 device discovery via ACPI namespace"
82         default y if IA64
83         depends on ACPI_BUS
84         ---help---
85           If you wish to enable serial port discovery via the ACPI
86           namespace, say Y here.  If unsure, say N.
87
88 config SERIAL_8250_HCDP
89         bool "8250/16550 device discovery support via EFI HCDP table"
90         depends on IA64
91         ---help---
92           If you wish to make the serial console port described by the EFI
93           HCDP table available for use as serial console or general
94           purpose port, say Y here. See
95           <http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf>.
96
97 config SERIAL_8250_EXTENDED
98         bool "Extended 8250/16550 serial driver options"
99         depends on SERIAL_8250
100         help
101           If you wish to use any non-standard features of the standard "dumb"
102           driver, say Y here. This includes HUB6 support, shared serial
103           interrupts, special multiport support, support for more than the
104           four COM 1/2/3/4 boards, etc.
105
106           Note that the answer to this question won't directly affect the
107           kernel: saying N will just cause the configurator to skip all
108           the questions about serial driver options. If unsure, say N.
109
110 config SERIAL_8250_MANY_PORTS
111         bool "Support more than 4 serial ports"
112         depends on SERIAL_8250_EXTENDED
113         help
114           Say Y here if you have dumb serial boards other than the four
115           standard COM 1/2/3/4 ports. This may happen if you have an AST
116           FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
117           from <http://www.tldp.org/docs.html#howto>), or other custom
118           serial port hardware which acts similar to standard serial port
119           hardware. If you only use the standard COM 1/2/3/4 ports, you can
120           say N here to save some memory. You can also say Y if you have an
121           "intelligent" multiport card such as Cyclades, Digiboards, etc.
122
123 config SERIAL_8250_SHARE_IRQ
124         bool "Support for sharing serial interrupts"
125         depends on SERIAL_8250_EXTENDED
126         help
127           Some serial boards have hardware support which allows multiple dumb
128           serial ports on the same board to share a single IRQ. To enable
129           support for this in the serial driver, say Y here.
130
131 config SERIAL_8250_DETECT_IRQ
132         bool "Autodetect IRQ on standard ports (unsafe)"
133         depends on SERIAL_8250_EXTENDED
134         help
135           Say Y here if you want the kernel to try to guess which IRQ
136           to use for your serial port.
137
138           This is considered unsafe; it is far better to configure the IRQ in
139           a boot script using the setserial command.
140
141           If unsure, say N.
142
143 config SERIAL_8250_MULTIPORT
144         bool "Support special multiport boards"
145         depends on SERIAL_8250_EXTENDED
146         help
147           Some multiport serial ports have special ports which are used to
148           signal when there are any serial ports on the board which need
149           servicing. Say Y here to enable the serial driver to take advantage
150           of those special I/O ports.
151
152 config SERIAL_8250_RSA
153         bool "Support RSA serial ports"
154         depends on SERIAL_8250_EXTENDED
155         help
156           ::: To be written :::
157
158 comment "Non-8250 serial port support"
159
160 config SERIAL_8250_ACORN
161         tristate "Acorn expansion card serial port support"
162         depends on ARM && ARCH_ACORN && SERIAL_8250
163         help
164           If you have an Atomwide Serial card or Serial Port card for an Acorn
165           system, say Y to this option.  The driver can handle 1, 2, or 3 port
166           cards.  If unsure, say N.
167
168 config SERIAL_ANAKIN
169         bool "Anakin serial port support"
170         depends on ARM && ARCH_ANAKIN
171         help
172           ::: To be written :::
173
174 config SERIAL_ANAKIN_CONSOLE
175         bool "Console on Anakin serial port"
176         depends on SERIAL_ANAKIN
177         help
178           Even if you say Y here, the currently visible virtual console
179           (/dev/tty0) will still be used as the system console by default, but
180           you can alter that using a kernel command line option such as
181           "console=ttyAN0". (Try "man bootparam" or see the documentation of
182           your boot loader (lilo or loadlin) about how to pass options to the
183           kernel at boot time.)
184
185 config ANAKIN_DEFAULT_BAUDRATE
186         int "Default Anakin serial baudrate"
187         depends on SERIAL_ANAKIN
188         default "9600"
189         help
190           ::: To be written :::
191
192 config SERIAL_AMBA
193         tristate "ARM AMBA serial port support"
194         depends on ARM && ARCH_INTEGRATOR
195         help
196           This selects the ARM(R) AMBA(R) PrimeCell UART.  If you have an
197           Integrator platform, say Y or M here.
198
199           If unsure, say N.
200
201 config SERIAL_AMBA_CONSOLE
202         bool "Support for console on AMBA serial port"
203         depends on SERIAL_AMBA=y
204         ---help---
205           Say Y here if you wish to use an AMBA PrimeCell UART as the system
206           console (the system console is the device which receives all kernel
207           messages and warnings and which allows logins in single user mode).
208
209           Even if you say Y here, the currently visible framebuffer console
210           (/dev/tty0) will still be used as the system console by default, but
211           you can alter that using a kernel command line option such as
212           "console=ttyAM0". (Try "man bootparam" or see the documentation of
213           your boot loader (lilo or loadlin) about how to pass options to the
214           kernel at boot time.)
215
216 config SERIAL_INTEGRATOR
217         bool
218         depends on SERIAL_AMBA=y
219         default y
220
221 config SERIAL_CLPS711X
222         tristate "CLPS711X serial port support"
223         depends on ARM && ARCH_CLPS711X
224         help
225           ::: To be written :::
226
227 config SERIAL_CLPS711X_CONSOLE
228         bool "Support for console on CLPS711X serial port"
229         depends on SERIAL_CLPS711X=y
230         help
231           Even if you say Y here, the currently visible virtual console
232           (/dev/tty0) will still be used as the system console by default, but
233           you can alter that using a kernel command line option such as
234           "console=ttyCL1". (Try "man bootparam" or see the documentation of
235           your boot loader (lilo or loadlin) about how to pass options to the
236           kernel at boot time.)
237
238 config SERIAL_CLPS711X_OLD_NAME
239         bool "Use the old 2.4 names for CLPS711X serial port"
240         depends on SERIAL_CLPS711X=y
241         help
242           ::: To be written :::
243
244 config SERIAL_21285
245         tristate "DC21285 serial port support"
246         depends on ARM && FOOTBRIDGE
247         help
248           If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
249           PCI bridge you can enable its onboard serial port by enabling this
250           option.
251
252 config SERIAL_21285_OLD
253         bool "Use /dev/ttyS0 device (OBSOLETE)"
254         depends on SERIAL_21285=y && OBSOLETE
255         help
256           Use the old /dev/ttyS name, major 4 minor 64.  This is obsolete
257           and will be removed during later 2.5 development.
258
259 config SERIAL_21285_CONSOLE
260         bool "Console on DC21285 serial port"
261         depends on SERIAL_21285=y
262         help
263           If you have enabled the serial port on the 21285 footbridge you can
264           make it the console by answering Y to this option.
265
266           Even if you say Y here, the currently visible virtual console
267           (/dev/tty0) will still be used as the system console by default, but
268           you can alter that using a kernel command line option such as
269           "console=ttyFB". (Try "man bootparam" or see the documentation of
270           your boot loader (lilo or loadlin) about how to pass options to the
271           kernel at boot time.)
272
273 config SERIAL_UART00
274         bool "Excalibur serial port (uart00) support"
275         depends on ARM && ARCH_CAMELOT
276         help
277           Say Y here if you want to use the hard logic uart on Excalibur. This
278           driver also supports soft logic implentations of this uart core.
279
280 config SERIAL_UART00_CONSOLE
281         bool "Support for console on Excalibur serial port"
282         depends on SERIAL_UART00
283         help
284           Say Y here if you want to support a serial console on an Excalibur
285           hard logic uart or uart00 IP core.
286
287           Even if you say Y here, the currently visible virtual console
288           (/dev/tty0) will still be used as the system console by default, but
289           you can alter that using a kernel command line option such as
290           "console=ttyS1". (Try "man bootparam" or see the documentation of
291           your boot loader (lilo or loadlin) about how to pass options to the
292           kernel at boot time.)
293
294 config SERIAL_SA1100
295         bool "SA1100 serial port support"
296         depends on ARM && ARCH_SA1100
297         help
298           If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
299           can enable its onboard serial port by enabling this option.
300           Please read <file:Documentation/arm/SA1100/serial_UART> for further
301           info.
302
303 config SERIAL_SA1100_CONSOLE
304         bool "Console on SA1100 serial port"
305         depends on SERIAL_SA1100
306         help
307           If you have enabled the serial port on the SA1100/SA1110 StrongARM
308           CPU you can make it the console by answering Y to this option.
309
310           Even if you say Y here, the currently visible virtual console
311           (/dev/tty0) will still be used as the system console by default, but
312           you can alter that using a kernel command line option such as
313           "console=ttySA0". (Try "man bootparam" or see the documentation of
314           your boot loader (lilo or loadlin) about how to pass options to the
315           kernel at boot time.)
316
317 config SERIAL_SUNCORE
318         bool
319         depends on SPARC32 || SPARC64
320         default y
321
322 config SERIAL_SUNZILOG
323         tristate "Sun Zilog8530 serial support"
324         depends on SPARC32 || SPARC64
325         help
326           This driver supports the Zilog8530 serial ports found on many Sparc
327           systems.  Say Y or M if you want to be able to these serial ports.
328
329 config SERIAL_SUNSU
330         tristate "Sun SU serial support"
331         depends on (SPARC32 || SPARC64) && PCI
332         help
333           This driver supports the 8250 serial ports that run the keyboard and
334           mouse on (PCI) UltraSPARC systems.  Say Y or M if you want to be able
335           to these serial ports.
336
337 config SERIAL_MUX
338         tristate "Serial MUX support"
339         depends on PARISC
340         default y
341         ---help---
342           Saying Y here will enable the hardware MUX serial driver for
343           the Nova and K class systems.  The hardware MUX is not 8250/16550 
344           compatible therefore the /dev/ttyB0 device is shared between the 
345           Serial MUX and the PDC software console.  The following steps 
346           need to be completed to use the Serial MUX:
347
348             1. create the device entry (mknod /dev/ttyB0 c 11 0)
349             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
350             3. Add device ttyB0 to /etc/securetty (if you want to log on as
351                  root on this console.)
352             4. Change the kernel command console parameter to: console=ttyB0
353
354 config SERIAL_MUX_CONSOLE
355         bool "Support for console on serial MUX"
356         depends on SERIAL_MUX
357         default y
358
359 config PDC_CONSOLE
360         bool "PDC software console support"
361         depends on PARISC && !SERIAL_MUX
362         default n
363         help
364           Saying Y here will enable the software based PDC console to be 
365           used as the system console.  This is useful for machines in 
366           which the hardware based console has not been written yet.  The
367           following steps must be competed to use the PDC console:
368
369             1. create the device entry (mknod /dev/ttyB0 c 11 0)
370             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
371             3. Add device ttyB0 to /etc/securetty (if you want to log on as
372                  root on this console.)
373             4. Change the kernel command console parameter to: console=ttyB0
374
375 config SERIAL_SUNSAB
376         tristate "Sun Siemens SAB82532 serial support"
377         depends on (SPARC32 || SPARC64) && PCI
378         help
379           This driver supports the Siemens SAB82532 DUSCC serial ports on newer
380           (PCI) UltraSPARC systems.  Say Y or M if you want to be able to these
381           serial ports.
382
383 config V850E_NB85E_UART
384         bool "NEC V850E on-chip UART support"
385         depends on V850E_NB85E || V850E2_ANNA || V850E_AS85EP1
386         default y
387
388 config V850E_NB85E_UART_CONSOLE
389         bool "Use NEC V850E on-chip UART for console"
390         depends on V850E_NB85E_UART
391
392 config SERIAL98
393         tristate "PC-9800 8251-based primary serial port support"
394         depends on X86_PC9800
395         help
396           If you want to use standard primary serial ports on PC-9800, 
397           say Y.  Otherwise, say N.
398
399 config SERIAL98_CONSOLE
400         bool "Support for console on PC-9800 standard serial port"
401         depends on SERIAL98=y
402
403 config SERIAL_CORE
404         tristate
405         default m if SERIAL_AMBA!=y && SERIAL_CLPS711X!=y && SERIAL_21285!=y && !SERIAL_SA1100 && !SERIAL_ANAKIN && !SERIAL_UART00 && SERIAL_8250!=y && SERIAL_MUX!=y && !SERIAL_ROCKETPORT && !SERIAL_SUNCORE && !V850E_NB85E_UART && (SERIAL_AMBA=m || SERIAL_CLPS711X=m || SERIAL_21285=m || SERIAL_8250=m || SERIAL_MUX=m || SERIAL98=m)
406         default y if SERIAL_AMBA=y || SERIAL_CLPS711X=y || SERIAL_21285=y || SERIAL_SA1100 || SERIAL_ANAKIN || SERIAL_UART00 || SERIAL_8250=y || SERIAL_MUX=y || SERIAL_ROCKETPORT || SERIAL_SUNCORE || V850E_NB85E_UART || SERIAL98=y
407
408 config SERIAL_CORE_CONSOLE
409         bool
410         depends on SERIAL_AMBA_CONSOLE || SERIAL_CLPS711X_CONSOLE || SERIAL_21285_CONSOLE || SERIAL_SA1100_CONSOLE || SERIAL_ANAKIN_CONSOLE || SERIAL_UART00_CONSOLE || SERIAL_8250_CONSOLE || SERIAL_MUX_CONSOLE || SERIAL_SUNCORE || V850E_NB85E_UART_CONSOLE || SERIAL98_CONSOLE
411         default y
412
413 config SERIAL_68328
414         bool "68328 serial support"
415         depends on M68328 || M68EZ328 || M68VZ328
416         help
417           This driver supports the built-in serial port of the Motorola 68328
418           (standard, EZ and VZ varities).
419
420 config SERIAL_68328_RTS_CTS
421         bool "Support RTS/CTS on 68328 serial port"
422         depends on SERIAL_68328
423
424 config SERIAL_COLDFIRE
425         bool "ColdFire serial support"
426         depends on COLDFIRE
427         help
428           This driver supports the built-in serial ports of the Motorola ColdFire
429           family of CPUs.
430
431 config SERIAL_68360_SMC
432         bool "68360 SMC uart support"
433         depends on M68360
434         help
435           This driver supports the SMC serial ports of the Motorola 68360 CPU.
436
437 config SERIAL_68360_SCC
438         bool "68360 SCC uart support"
439         depends on M68360
440         help
441           This driver supports the SCC serial ports of the Motorola 68360 CPU.
442
443 config SERIAL_68360
444         bool
445         depends on SERIAL_68360_SMC || SERIAL_68360_SCC
446         default y
447
448 endmenu
449