]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/serial/Kconfig
[PATCH] lockdep: annotate bcsp driver
[mirror_ubuntu-hirsute-kernel.git] / drivers / serial / Kconfig
CommitLineData
1da177e4
LT
1#
2# Serial device configuration
3#
4# $Id: Kconfig,v 1.11 2004/03/11 18:08:04 lethal Exp $
5#
6
7menu "Serial drivers"
8
9#
10# The new 8250/16550 serial drivers
11config SERIAL_8250
12 tristate "8250/16550 and compatible serial support"
0b57ee9e 13 depends on (BROKEN || !SPARC)
1da177e4
LT
14 select SERIAL_CORE
15 ---help---
16 This selects whether you want to include the driver for the standard
17 serial ports. The standard answer is Y. People who might say N
18 here are those that are setting up dedicated Ethernet WWW/FTP
19 servers, or users that have one of the various bus mice instead of a
20 serial mouse and don't intend to use their machine's standard serial
21 port for anything. (Note that the Cyclades and Stallion multi
22 serial port drivers do not need this driver built in for them to
23 work.)
24
25 To compile this driver as a module, choose M here: the
df7559d3 26 module will be called 8250.
1da177e4
LT
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
42config SERIAL_8250_CONSOLE
43 bool "Console on 8250/16550 and compatible serial port"
44 depends on SERIAL_8250=y
45 select SERIAL_CORE_CONSOLE
46 ---help---
47 If you say Y here, it will be possible to use a serial port as the
48 system console (the system console is the device which receives all
49 kernel messages and warnings and which allows logins in single user
50 mode). This could be useful if some terminal or printer is connected
51 to that serial port.
52
53 Even if you say Y here, the currently visible virtual console
54 (/dev/tty0) will still be used as the system console by default, but
55 you can alter that using a kernel command line option such as
56 "console=ttyS1". (Try "man bootparam" or see the documentation of
57 your boot loader (grub or lilo or loadlin) about how to pass options
58 to the kernel at boot time.)
59
60 If you don't have a VGA card installed and you say Y here, the
61 kernel will automatically use the first serial line, /dev/ttyS0, as
62 system console.
63
64 If unsure, say N.
65
0cff260a
RK
66config SERIAL_8250_GSC
67 tristate
68 depends on SERIAL_8250 && GSC
69 default SERIAL_8250
70
71config SERIAL_8250_PCI
72 tristate "8250/16550 PCI device support" if EMBEDDED
73 depends on SERIAL_8250 && PCI
74 default SERIAL_8250
75 help
76 This builds standard PCI serial support. You may be able to
77 disable this feature if you only need legacy serial support.
78 Saves about 9K.
79
80config SERIAL_8250_PNP
81 tristate "8250/16550 PNP device support" if EMBEDDED
82 depends on SERIAL_8250 && PNP
83 default SERIAL_8250
84 help
85 This builds standard PNP serial support. You may be able to
86 disable this feature if you only need legacy serial support.
87
88config SERIAL_8250_HP300
89 tristate
90 depends on SERIAL_8250 && HP300
91 default SERIAL_8250
92
1da177e4
LT
93config SERIAL_8250_CS
94 tristate "8250/16550 PCMCIA device support"
95 depends on PCMCIA && SERIAL_8250
96 ---help---
97 Say Y here to enable support for 16-bit PCMCIA serial devices,
98 including serial port cards, modems, and the modem functions of
99 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
100 credit-card size devices often used with laptops.)
101
102 To compile this driver as a module, choose M here: the
103 module will be called serial_cs.
104
105 If unsure, say N.
106
1da177e4 107config SERIAL_8250_NR_UARTS
026d02a2 108 int "Maximum number of 8250/16550 serial ports"
1da177e4
LT
109 depends on SERIAL_8250
110 default "4"
ec9f47cd
RK
111 help
112 Set this to the number of serial ports you want the driver
113 to support. This includes any ports discovered via ACPI or
114 PCI enumeration and any ports that may be added at run-time
115 via hot-plug, or any ISA multi-port serial cards.
1da177e4 116
a61c2d78
DJ
117config SERIAL_8250_RUNTIME_UARTS
118 int "Number of 8250/16550 serial ports to register at runtime"
119 depends on SERIAL_8250
9a8ffccf 120 range 0 SERIAL_8250_NR_UARTS
a61c2d78
DJ
121 default "4"
122 help
123 Set this to the maximum number of serial ports you want
09509603 124 the kernel to register at boot time. This can be overridden
a61c2d78
DJ
125 with the module parameter "nr_uarts", or boot-time parameter
126 8250.nr_uarts
127
1da177e4
LT
128config SERIAL_8250_EXTENDED
129 bool "Extended 8250/16550 serial driver options"
130 depends on SERIAL_8250
131 help
132 If you wish to use any non-standard features of the standard "dumb"
133 driver, say Y here. This includes HUB6 support, shared serial
134 interrupts, special multiport support, support for more than the
135 four COM 1/2/3/4 boards, etc.
136
137 Note that the answer to this question won't directly affect the
138 kernel: saying N will just cause the configurator to skip all
139 the questions about serial driver options. If unsure, say N.
140
141config SERIAL_8250_MANY_PORTS
142 bool "Support more than 4 legacy serial ports"
143 depends on SERIAL_8250_EXTENDED && !IA64
144 help
145 Say Y here if you have dumb serial boards other than the four
146 standard COM 1/2/3/4 ports. This may happen if you have an AST
147 FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
148 from <http://www.tldp.org/docs.html#howto>), or other custom
149 serial port hardware which acts similar to standard serial port
150 hardware. If you only use the standard COM 1/2/3/4 ports, you can
151 say N here to save some memory. You can also say Y if you have an
152 "intelligent" multiport card such as Cyclades, Digiboards, etc.
153
154config SERIAL_8250_SHARE_IRQ
155 bool "Support for sharing serial interrupts"
156 depends on SERIAL_8250_EXTENDED
157 help
158 Some serial boards have hardware support which allows multiple dumb
159 serial ports on the same board to share a single IRQ. To enable
160 support for this in the serial driver, say Y here.
161
162config SERIAL_8250_DETECT_IRQ
163 bool "Autodetect IRQ on standard ports (unsafe)"
164 depends on SERIAL_8250_EXTENDED
165 help
166 Say Y here if you want the kernel to try to guess which IRQ
167 to use for your serial port.
168
169 This is considered unsafe; it is far better to configure the IRQ in
170 a boot script using the setserial command.
171
172 If unsure, say N.
173
1da177e4
LT
174config SERIAL_8250_RSA
175 bool "Support RSA serial ports"
176 depends on SERIAL_8250_EXTENDED
177 help
178 ::: To be written :::
179
ec9f47cd
RK
180#
181# Multi-port serial cards
182#
183
184config SERIAL_8250_FOURPORT
185 tristate "Support Fourport cards"
186 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
187 help
188 Say Y here if you have an AST FourPort serial board.
189
190 To compile this driver as a module, choose M here: the module
191 will be called 8250_fourport.
192
193config SERIAL_8250_ACCENT
194 tristate "Support Accent cards"
195 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
196 help
197 Say Y here if you have an Accent Async serial board.
198
199 To compile this driver as a module, choose M here: the module
200 will be called 8250_accent.
201
202
203config SERIAL_8250_BOCA
204 tristate "Support Boca cards"
205 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
206 help
207 Say Y here if you have a Boca serial board. Please read the Boca
09509603 208 mini-HOWTO, available from <http://www.tldp.org/docs.html#howto>
ec9f47cd
RK
209
210 To compile this driver as a module, choose M here: the module
211 will be called 8250_boca.
212
ec9f47cd
RK
213config SERIAL_8250_HUB6
214 tristate "Support Hub6 cards"
215 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
216 help
217 Say Y here if you have a HUB6 serial board.
218
219 To compile this driver as a module, choose M here: the module
220 will be called 8250_hub6.
221
222config SERIAL_8250_MCA
223 tristate "Support 8250-type ports on MCA buses"
224 depends on SERIAL_8250 != n && MCA
225 help
226 Say Y here if you have a MCA serial ports.
227
228 To compile this driver as a module, choose M here: the module
229 will be called 8250_mca.
1da177e4
LT
230
231config SERIAL_8250_ACORN
232 tristate "Acorn expansion card serial port support"
ec9f47cd 233 depends on ARCH_ACORN && SERIAL_8250
1da177e4
LT
234 help
235 If you have an Atomwide Serial card or Serial Port card for an Acorn
236 system, say Y to this option. The driver can handle 1, 2, or 3 port
237 cards. If unsure, say N.
238
21c614a7
PA
239config SERIAL_8250_AU1X00
240 bool "AU1X00 serial port support"
241 depends on SERIAL_8250 != n && SOC_AU1X00
242 help
243 If you have an Au1x00 board and want to use the serial port, say Y
244 to this option. The driver can handle 1 or 2 serial ports.
245 If unsure, say N.
246
ec9f47cd
RK
247comment "Non-8250 serial port support"
248
1da177e4
LT
249config SERIAL_AMBA_PL010
250 tristate "ARM AMBA PL010 serial port support"
84b6a232 251 depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
1da177e4
LT
252 select SERIAL_CORE
253 help
254 This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
255 an Integrator/AP or Integrator/PP2 platform, say Y or M here.
256
257 If unsure, say N.
258
259config SERIAL_AMBA_PL010_CONSOLE
260 bool "Support for console on AMBA serial port"
261 depends on SERIAL_AMBA_PL010=y
262 select SERIAL_CORE_CONSOLE
263 ---help---
264 Say Y here if you wish to use an AMBA PrimeCell UART as the system
265 console (the system console is the device which receives all kernel
266 messages and warnings and which allows logins in single user mode).
267
268 Even if you say Y here, the currently visible framebuffer console
269 (/dev/tty0) will still be used as the system console by default, but
270 you can alter that using a kernel command line option such as
271 "console=ttyAM0". (Try "man bootparam" or see the documentation of
272 your boot loader (lilo or loadlin) about how to pass options to the
273 kernel at boot time.)
274
275config SERIAL_AMBA_PL011
276 tristate "ARM AMBA PL011 serial port support"
277 depends on ARM_AMBA
278 select SERIAL_CORE
279 help
280 This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
281 an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
282 here.
283
284 If unsure, say N.
285
286config SERIAL_AMBA_PL011_CONSOLE
287 bool "Support for console on AMBA serial port"
288 depends on SERIAL_AMBA_PL011=y
289 select SERIAL_CORE_CONSOLE
290 ---help---
291 Say Y here if you wish to use an AMBA PrimeCell UART as the system
292 console (the system console is the device which receives all kernel
293 messages and warnings and which allows logins in single user mode).
294
295 Even if you say Y here, the currently visible framebuffer console
296 (/dev/tty0) will still be used as the system console by default, but
297 you can alter that using a kernel command line option such as
b22b4cdd 298 "console=ttyAMA0". (Try "man bootparam" or see the documentation of
1da177e4
LT
299 your boot loader (lilo or loadlin) about how to pass options to the
300 kernel at boot time.)
301
749c4e60
HS
302config SERIAL_ATMEL
303 bool "AT91 / AT32 on-chip serial port support"
acca9b83 304 depends on (ARM && ARCH_AT91) || AVR32
1e6c9c28
AV
305 select SERIAL_CORE
306 help
afefc415 307 This enables the driver for the on-chip UARTs of the Atmel
acca9b83 308 AT91 and AT32 processors.
1e6c9c28 309
749c4e60
HS
310config SERIAL_ATMEL_CONSOLE
311 bool "Support for console on AT91 / AT32 serial port"
312 depends on SERIAL_ATMEL=y
1e6c9c28
AV
313 select SERIAL_CORE_CONSOLE
314 help
acca9b83
HS
315 Say Y here if you wish to use an on-chip UART on a Atmel
316 AT91 or AT32 processor as the system console (the system
317 console is the device which receives all kernel messages and
318 warnings and which allows logins in single user mode).
1e6c9c28 319
749c4e60 320config SERIAL_ATMEL_TTYAT
acca9b83 321 bool "Install as device ttyATn instead of ttySn"
749c4e60 322 depends on SERIAL_ATMEL=y
1e6c9c28 323 help
acca9b83
HS
324 Say Y here if you wish to have the internal AT91 / AT32 UARTs
325 appear as /dev/ttyATn (major 204, minor starting at 154)
326 instead of the normal /dev/ttySn (major 4, minor starting at
327 64). This is necessary if you also want other UARTs, such as
328 external 8250/16C550 compatible UARTs.
1e6c9c28
AV
329 The ttySn nodes are legally reserved for the 8250 serial driver
330 but are often misused by other serial drivers.
331
332 To use this, you should create suitable ttyATn device nodes in
333 /dev/, and pass "console=ttyATn" to the kernel.
334
335 Say Y if you have an external 8250/16C550 UART. If unsure, say N.
336
1da177e4
LT
337config SERIAL_CLPS711X
338 tristate "CLPS711X serial port support"
339 depends on ARM && ARCH_CLPS711X
340 select SERIAL_CORE
341 help
342 ::: To be written :::
343
344config SERIAL_CLPS711X_CONSOLE
345 bool "Support for console on CLPS711X serial port"
346 depends on SERIAL_CLPS711X=y
347 select SERIAL_CORE_CONSOLE
348 help
349 Even if you say Y here, the currently visible virtual console
350 (/dev/tty0) will still be used as the system console by default, but
351 you can alter that using a kernel command line option such as
352 "console=ttyCL1". (Try "man bootparam" or see the documentation of
353 your boot loader (lilo or loadlin) about how to pass options to the
354 kernel at boot time.)
355
356config SERIAL_S3C2410
73e55cb3 357 tristate "Samsung S3C2410/S3C2440/S3C2442/S3C2412 Serial port support"
1da177e4
LT
358 depends on ARM && ARCH_S3C2410
359 select SERIAL_CORE
360 help
73e55cb3 361 Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
1da177e4
LT
362 providing /dev/ttySAC0, 1 and 2 (note, some machines may not
363 provide all of these ports, depending on how the serial port
364 pins are configured.
365
73e55cb3
BD
366 Currently this driver supports the UARTS on the S3C2410, S3C2440,
367 S3C2442, S3C2412 and S3C2413 CPUs.
368
1da177e4
LT
369config SERIAL_S3C2410_CONSOLE
370 bool "Support for console on S3C2410 serial port"
371 depends on SERIAL_S3C2410=y
372 select SERIAL_CORE_CONSOLE
373 help
73e55cb3 374 Allow selection of the S3C24XX on-board serial ports for use as
1da177e4
LT
375 an virtual console.
376
377 Even if you say Y here, the currently visible virtual console
378 (/dev/tty0) will still be used as the system console by default, but
379 you can alter that using a kernel command line option such as
380 "console=ttySACx". (Try "man bootparam" or see the documentation of
381 your boot loader about how to pass options to the kernel at
382 boot time.)
383
1da177e4
LT
384config SERIAL_DZ
385 bool "DECstation DZ serial driver"
875d43e7 386 depends on MACH_DECSTATION && 32BIT
1da177e4
LT
387 select SERIAL_CORE
388 help
389 DZ11-family serial controllers for VAXstations, including the
390 DC7085, M7814, and M7819.
391
392config SERIAL_DZ_CONSOLE
393 bool "Support console on DECstation DZ serial driver"
394 depends on SERIAL_DZ=y
395 select SERIAL_CORE_CONSOLE
396 help
397 If you say Y here, it will be possible to use a serial port as the
398 system console (the system console is the device which receives all
399 kernel messages and warnings and which allows logins in single user
400 mode). Note that the firmware uses ttyS0 as the serial console on
401 the Maxine and ttyS2 on the others.
402
403 If unsure, say Y.
404
405config SERIAL_21285
406 tristate "DC21285 serial port support"
407 depends on ARM && FOOTBRIDGE
408 select SERIAL_CORE
409 help
410 If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
411 PCI bridge you can enable its onboard serial port by enabling this
412 option.
413
414config SERIAL_21285_CONSOLE
415 bool "Console on DC21285 serial port"
416 depends on SERIAL_21285=y
417 select SERIAL_CORE_CONSOLE
418 help
419 If you have enabled the serial port on the 21285 footbridge you can
420 make it the console by answering Y to this option.
421
422 Even if you say Y here, the currently visible virtual console
423 (/dev/tty0) will still be used as the system console by default, but
424 you can alter that using a kernel command line option such as
425 "console=ttyFB". (Try "man bootparam" or see the documentation of
426 your boot loader (lilo or loadlin) about how to pass options to the
427 kernel at boot time.)
428
1da177e4
LT
429config SERIAL_MPSC
430 bool "Marvell MPSC serial port support"
431 depends on PPC32 && MV64X60
432 select SERIAL_CORE
433 help
434 Say Y here if you want to use the Marvell MPSC serial controller.
435
436config SERIAL_MPSC_CONSOLE
437 bool "Support for console on Marvell MPSC serial port"
438 depends on SERIAL_MPSC
439 select SERIAL_CORE_CONSOLE
440 help
441 Say Y here if you want to support a serial console on a Marvell MPSC.
442
443config SERIAL_PXA
444 bool "PXA serial port support"
445 depends on ARM && ARCH_PXA
446 select SERIAL_CORE
447 help
448 If you have a machine based on an Intel XScale PXA2xx CPU you
449 can enable its onboard serial ports by enabling this option.
450
451config SERIAL_PXA_CONSOLE
452 bool "Console on PXA serial port"
453 depends on SERIAL_PXA
454 select SERIAL_CORE_CONSOLE
455 help
456 If you have enabled the serial port on the Intel XScale PXA
457 CPU you can make it the console by answering Y to this option.
458
459 Even if you say Y here, the currently visible virtual console
460 (/dev/tty0) will still be used as the system console by default, but
461 you can alter that using a kernel command line option such as
462 "console=ttySA0". (Try "man bootparam" or see the documentation of
463 your boot loader (lilo or loadlin) about how to pass options to the
464 kernel at boot time.)
465
466config SERIAL_SA1100
467 bool "SA1100 serial port support"
468 depends on ARM && ARCH_SA1100
469 select SERIAL_CORE
470 help
471 If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
472 can enable its onboard serial port by enabling this option.
473 Please read <file:Documentation/arm/SA1100/serial_UART> for further
474 info.
475
476config SERIAL_SA1100_CONSOLE
477 bool "Console on SA1100 serial port"
478 depends on SERIAL_SA1100
479 select SERIAL_CORE_CONSOLE
480 help
481 If you have enabled the serial port on the SA1100/SA1110 StrongARM
482 CPU you can make it the console by answering Y to this option.
483
484 Even if you say Y here, the currently visible virtual console
485 (/dev/tty0) will still be used as the system console by default, but
486 you can alter that using a kernel command line option such as
487 "console=ttySA0". (Try "man bootparam" or see the documentation of
488 your boot loader (lilo or loadlin) about how to pass options to the
489 kernel at boot time.)
490
491config SERIAL_IMX
492 bool "IMX serial port support"
493 depends on ARM && ARCH_IMX
494 select SERIAL_CORE
495 help
496 If you have a machine based on a Motorola IMX CPU you
497 can enable its onboard serial port by enabling this option.
498
499config SERIAL_IMX_CONSOLE
500 bool "Console on IMX serial port"
501 depends on SERIAL_IMX
502 select SERIAL_CORE_CONSOLE
503 help
504 If you have enabled the serial port on the Motorola IMX
505 CPU you can make it the console by answering Y to this option.
506
507 Even if you say Y here, the currently visible virtual console
508 (/dev/tty0) will still be used as the system console by default, but
509 you can alter that using a kernel command line option such as
510 "console=ttySA0". (Try "man bootparam" or see the documentation of
511 your boot loader (lilo or loadlin) about how to pass options to the
512 kernel at boot time.)
513
238b8721
PK
514config SERIAL_UARTLITE
515 tristate "Xilinx uartlite serial port support"
516 depends on PPC32
517 select SERIAL_CORE
518 help
519 Say Y here if you want to use the Xilinx uartlite serial controller.
520
521 To compile this driver as a module, choose M here: the
522 module will be called uartlite.ko.
523
524config SERIAL_UARTLITE_CONSOLE
525 bool "Support for console on Xilinx uartlite serial port"
526 depends on SERIAL_UARTLITE=y
527 select SERIAL_CORE_CONSOLE
528 help
529 Say Y here if you wish to use a Xilinx uartlite as the system
530 console (the system console is the device which receives all kernel
531 messages and warnings and which allows logins in single user mode).
532
1da177e4
LT
533config SERIAL_SUNCORE
534 bool
0b57ee9e 535 depends on SPARC
1da177e4
LT
536 select SERIAL_CORE
537 select SERIAL_CORE_CONSOLE
538 default y
539
540config SERIAL_SUNZILOG
541 tristate "Sun Zilog8530 serial support"
0b57ee9e 542 depends on SPARC
1da177e4
LT
543 help
544 This driver supports the Zilog8530 serial ports found on many Sparc
545 systems. Say Y or M if you want to be able to these serial ports.
546
547config SERIAL_SUNZILOG_CONSOLE
548 bool "Console on Sun Zilog8530 serial port"
549 depends on SERIAL_SUNZILOG=y
550 help
551 If you would like to be able to use the Zilog8530 serial port
552 on your Sparc system as the console, you can do so by answering
553 Y to this option.
554
555config SERIAL_SUNSU
556 tristate "Sun SU serial support"
0b57ee9e 557 depends on SPARC && PCI
1da177e4
LT
558 help
559 This driver supports the 8250 serial ports that run the keyboard and
560 mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
561 to these serial ports.
562
563config SERIAL_SUNSU_CONSOLE
564 bool "Console on Sun SU serial port"
565 depends on SERIAL_SUNSU=y
566 help
567 If you would like to be able to use the SU serial port
568 on your Sparc system as the console, you can do so by answering
569 Y to this option.
570
571config SERIAL_MUX
572 tristate "Serial MUX support"
305f5167 573 depends on GSC
1da177e4
LT
574 select SERIAL_CORE
575 default y
576 ---help---
577 Saying Y here will enable the hardware MUX serial driver for
e45da35e
CD
578 the Nova, K class systems and D class with a 'remote control card'.
579 The hardware MUX is not 8250/16550 compatible therefore the
580 /dev/ttyB0 device is shared between the Serial MUX and the PDC
581 software console. The following steps need to be completed to use
582 the Serial MUX:
1da177e4
LT
583
584 1. create the device entry (mknod /dev/ttyB0 c 11 0)
585 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
586 3. Add device ttyB0 to /etc/securetty (if you want to log on as
587 root on this console.)
588 4. Change the kernel command console parameter to: console=ttyB0
589
590config SERIAL_MUX_CONSOLE
591 bool "Support for console on serial MUX"
592 depends on SERIAL_MUX
593 select SERIAL_CORE_CONSOLE
594 default y
595
596config PDC_CONSOLE
597 bool "PDC software console support"
598 depends on PARISC && !SERIAL_MUX && VT
599 default n
600 help
601 Saying Y here will enable the software based PDC console to be
602 used as the system console. This is useful for machines in
603 which the hardware based console has not been written yet. The
604 following steps must be competed to use the PDC console:
605
606 1. create the device entry (mknod /dev/ttyB0 c 11 0)
607 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
608 3. Add device ttyB0 to /etc/securetty (if you want to log on as
609 root on this console.)
610 4. Change the kernel command console parameter to: console=ttyB0
611
612config SERIAL_SUNSAB
613 tristate "Sun Siemens SAB82532 serial support"
0b57ee9e 614 depends on SPARC && PCI
1da177e4
LT
615 help
616 This driver supports the Siemens SAB82532 DUSCC serial ports on newer
617 (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
618 serial ports.
619
620config SERIAL_SUNSAB_CONSOLE
621 bool "Console on Sun Siemens SAB82532 serial port"
622 depends on SERIAL_SUNSAB=y
623 help
624 If you would like to be able to use the SAB82532 serial port
625 on your Sparc system as the console, you can do so by answering
626 Y to this option.
627
02fd473b
DM
628config SERIAL_SUNHV
629 bool "Sun4v Hypervisor Console support"
630 depends on SPARC64
631 help
632 This driver supports the console device found on SUN4V Sparc
633 systems. Say Y if you want to be able to use this device.
634
1da177e4
LT
635config SERIAL_IP22_ZILOG
636 tristate "IP22 Zilog8530 serial support"
637 depends on SGI_IP22
638 select SERIAL_CORE
639 help
640 This driver supports the Zilog8530 serial ports found on SGI IP22
641 systems. Say Y or M if you want to be able to these serial ports.
642
643config SERIAL_IP22_ZILOG_CONSOLE
644 bool "Console on IP22 Zilog8530 serial port"
645 depends on SERIAL_IP22_ZILOG=y
646 select SERIAL_CORE_CONSOLE
647
648config V850E_UART
649 bool "NEC V850E on-chip UART support"
650 depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1
651 select SERIAL_CORE
652 default y
653
654config V850E_UARTB
655 bool
656 depends V850E_UART && V850E_ME2
657 default y
658
659config V850E_UART_CONSOLE
660 bool "Use NEC V850E on-chip UART for console"
661 depends on V850E_UART
662 select SERIAL_CORE_CONSOLE
663
664config SERIAL_SH_SCI
ecd95616 665 tristate "SuperH SCI(F) serial port support"
1da177e4
LT
666 depends on SUPERH || H8300
667 select SERIAL_CORE
668
ecd95616
PM
669config SERIAL_SH_SCI_NR_UARTS
670 int "Maximum number of SCI(F) serial ports"
671 depends on SERIAL_SH_SCI
672 default "2"
673
1da177e4 674config SERIAL_SH_SCI_CONSOLE
ecd95616 675 bool "Support for console on SuperH SCI(F)"
1da177e4
LT
676 depends on SERIAL_SH_SCI=y
677 select SERIAL_CORE_CONSOLE
678
1da177e4
LT
679config SERIAL_CORE
680 tristate
681
682config SERIAL_CORE_CONSOLE
683 bool
684
685config SERIAL_68328
686 bool "68328 serial support"
687 depends on M68328 || M68EZ328 || M68VZ328
688 help
689 This driver supports the built-in serial port of the Motorola 68328
09509603 690 (standard, EZ and VZ varieties).
1da177e4
LT
691
692config SERIAL_68328_RTS_CTS
693 bool "Support RTS/CTS on 68328 serial port"
694 depends on SERIAL_68328
695
696config SERIAL_COLDFIRE
697 bool "ColdFire serial support"
698 depends on COLDFIRE
699 help
700 This driver supports the built-in serial ports of the Motorola ColdFire
701 family of CPUs.
702
703config SERIAL_68360_SMC
704 bool "68360 SMC uart support"
705 depends on M68360
706 help
707 This driver supports the SMC serial ports of the Motorola 68360 CPU.
708
709config SERIAL_68360_SCC
710 bool "68360 SCC uart support"
711 depends on M68360
712 help
713 This driver supports the SCC serial ports of the Motorola 68360 CPU.
714
715config SERIAL_68360
716 bool
717 depends on SERIAL_68360_SMC || SERIAL_68360_SCC
718 default y
719
720config SERIAL_PMACZILOG
721 tristate "PowerMac z85c30 ESCC support"
722 depends on PPC_OF && PPC_PMAC
723 select SERIAL_CORE
724 help
725 This driver supports the Zilog z85C30 serial ports found on
726 PowerMac machines.
727 Say Y or M if you want to be able to these serial ports.
728
729config SERIAL_PMACZILOG_CONSOLE
730 bool "Console on PowerMac z85c30 serial port"
731 depends on SERIAL_PMACZILOG=y
732 select SERIAL_CORE_CONSOLE
733 help
734 If you would like to be able to use the z85c30 serial port
735 on your PowerMac as the console, you can do so by answering
736 Y to this option.
737
738config SERIAL_LH7A40X
739 tristate "Sharp LH7A40X embedded UART support"
740 depends on ARM && ARCH_LH7A40X
741 select SERIAL_CORE
742 help
743 This enables support for the three on-board UARTs of the
744 Sharp LH7A40X series CPUs. Choose Y or M.
745
746config SERIAL_LH7A40X_CONSOLE
747 bool "Support for console on Sharp LH7A40X serial port"
748 depends on SERIAL_LH7A40X=y
749 select SERIAL_CORE_CONSOLE
750 help
751 Say Y here if you wish to use one of the serial ports as the
752 system console--the system console is the device which
753 receives all kernel messages and warnings and which allows
754 logins in single user mode.
755
756 Even if you say Y here, the currently visible framebuffer console
757 (/dev/tty0) will still be used as the default system console, but
758 you can alter that using a kernel command line, for example
759 "console=ttyAM1".
760
761config SERIAL_CPM
762 tristate "CPM SCC/SMC serial port support"
763 depends on CPM2 || 8xx
764 select SERIAL_CORE
765 help
766 This driver supports the SCC and SMC serial ports on Motorola
767 embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
768
769config SERIAL_CPM_CONSOLE
770 bool "Support for console on CPM SCC/SMC serial port"
771 depends on SERIAL_CPM=y
772 select SERIAL_CORE_CONSOLE
773 help
774 Say Y here if you wish to use a SCC or SMC CPM UART as the system
775 console (the system console is the device which receives all kernel
776 messages and warnings and which allows logins in single user mode).
777
778 Even if you say Y here, the currently visible framebuffer console
779 (/dev/tty0) will still be used as the system console by default, but
780 you can alter that using a kernel command line option such as
781 "console=ttyCPM0". (Try "man bootparam" or see the documentation of
782 your boot loader (lilo or loadlin) about how to pass options to the
783 kernel at boot time.)
784
785config SERIAL_CPM_SCC1
786 bool "Support for SCC1 serial port"
787 depends on SERIAL_CPM=y
788 help
74e8b51d 789 Select this option to use SCC1 as a serial port
1da177e4
LT
790
791config SERIAL_CPM_SCC2
792 bool "Support for SCC2 serial port"
793 depends on SERIAL_CPM=y
794 help
74e8b51d 795 Select this option to use SCC2 as a serial port
1da177e4
LT
796
797config SERIAL_CPM_SCC3
798 bool "Support for SCC3 serial port"
799 depends on SERIAL_CPM=y
800 help
74e8b51d 801 Select this option to use SCC3 as a serial port
1da177e4
LT
802
803config SERIAL_CPM_SCC4
804 bool "Support for SCC4 serial port"
805 depends on SERIAL_CPM=y
806 help
74e8b51d 807 Select this option to use SCC4 as a serial port
1da177e4
LT
808
809config SERIAL_CPM_SMC1
810 bool "Support for SMC1 serial port"
811 depends on SERIAL_CPM=y
812 help
74e8b51d 813 Select this option to use SMC1 as a serial port
1da177e4
LT
814
815config SERIAL_CPM_SMC2
816 bool "Support for SMC2 serial port"
817 depends on SERIAL_CPM=y
818 help
74e8b51d 819 Select this option to use SMC2 as a serial port
1da177e4
LT
820
821config SERIAL_SGI_L1_CONSOLE
822 bool "SGI Altix L1 serial console support"
823 depends on IA64_GENERIC || IA64_SGI_SN2
824 select SERIAL_CORE
825 select SERIAL_CORE_CONSOLE
826 help
827 If you have an SGI Altix and you would like to use the system
828 controller serial port as your console (you want this!),
829 say Y. Otherwise, say N.
830
831config SERIAL_MPC52xx
832 tristate "Freescale MPC52xx family PSC serial support"
833 depends on PPC_MPC52xx
834 select SERIAL_CORE
835 help
836 This drivers support the MPC52xx PSC serial ports. If you would
837 like to use them, you must answer Y or M to this option. Not that
838 for use as console, it must be included in kernel and not as a
839 module.
840
841config SERIAL_MPC52xx_CONSOLE
842 bool "Console on a Freescale MPC52xx family PSC serial port"
843 depends on SERIAL_MPC52xx=y
844 select SERIAL_CORE_CONSOLE
845 help
846 Select this options if you'd like to use one of the PSC serial port
847 of the Freescale MPC52xx family as a console.
848
849config SERIAL_MPC52xx_CONSOLE_BAUD
850 int "Freescale MPC52xx family PSC serial port baud"
851 depends on SERIAL_MPC52xx_CONSOLE=y
852 default "9600"
853 help
854 Select the MPC52xx console baud rate.
855 This value is only used if the bootloader doesn't pass in the
856 console baudrate
857
858config SERIAL_ICOM
859 tristate "IBM Multiport Serial Adapter"
145d01e4 860 depends on PCI && (PPC_ISERIES || PPC_PSERIES)
1da177e4 861 select SERIAL_CORE
cb2fc532 862 select FW_LOADER
1da177e4
LT
863 help
864 This driver is for a family of multiport serial adapters
865 including 2 port RVX, 2 port internal modem, 4 port internal
866 modem and a split 1 port RVX and 1 port internal modem.
867
868 This driver can also be built as a module. If so, the module
869 will be called icom.
870
871config SERIAL_M32R_SIO
872 bool "M32R SIO I/F"
873 depends on M32R
874 default y
875 select SERIAL_CORE
876 help
877 Say Y here if you want to use the M32R serial controller.
878
879config SERIAL_M32R_SIO_CONSOLE
880 bool "use SIO console"
881 depends on SERIAL_M32R_SIO=y
882 select SERIAL_CORE_CONSOLE
883 help
884 Say Y here if you want to support a serial console.
885
886 If you use an M3T-M32700UT or an OPSPUT platform,
887 please say also y for SERIAL_M32R_PLDSIO.
888
889config SERIAL_M32R_PLDSIO
890 bool "M32R SIO I/F on a PLD"
d600b97c 891 depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
1da177e4
LT
892 default n
893 help
894 Say Y here if you want to use the M32R serial controller
895 on a PLD (Programmable Logic Device).
896
897 If you use an M3T-M32700UT or an OPSPUT platform,
898 please say Y.
899
900config SERIAL_TXX9
901 bool "TMPTX39XX/49XX SIO support"
83485f82 902 depends HAS_TXX9_SERIAL
1da177e4
LT
903 select SERIAL_CORE
904 default y
905
906config HAS_TXX9_SERIAL
907 bool
908
909config SERIAL_TXX9_CONSOLE
910 bool "TMPTX39XX/49XX SIO Console support"
911 depends on SERIAL_TXX9=y
912 select SERIAL_CORE_CONSOLE
913
914config SERIAL_TXX9_STDSERIAL
915 bool "TX39XX/49XX SIO act as standard serial"
916 depends on !SERIAL_8250 && SERIAL_TXX9
917
918config SERIAL_VR41XX
919 tristate "NEC VR4100 series Serial Interface Unit support"
920 depends on CPU_VR41XX
921 select SERIAL_CORE
922 help
923 If you have a NEC VR4100 series processor and you want to use
924 Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
925 (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
926
927config SERIAL_VR41XX_CONSOLE
928 bool "Enable NEC VR4100 series Serial Interface Unit console"
929 depends on SERIAL_VR41XX
930 select SERIAL_CORE_CONSOLE
931 help
932 If you have a NEC VR4100 series processor and you want to use
933 a console on a serial port, say Y. Otherwise, say N.
934
935config SERIAL_JSM
0a577ce3
AK
936 tristate "Digi International NEO PCI Support"
937 depends on PCI
938 select SERIAL_CORE
939 help
940 This is a driver for Digi International's Neo series
941 of cards which provide multiple serial ports. You would need
942 something like this to connect more than two modems to your Linux
943 box, for instance in order to become a dial-in server. This driver
944 supports PCI boards only.
a5f1e4ed
AO
945
946 If you have a card like this, say Y here, otherwise say N.
0a577ce3
AK
947
948 To compile this driver as a module, choose M here: the
949 module will be called jsm.
1da177e4 950
e5d310b3
BC
951config SERIAL_SGI_IOC4
952 tristate "SGI IOC4 controller serial support"
953 depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
954 select SERIAL_CORE
955 help
956 If you have an SGI Altix with an IOC4 based Base IO card
957 and wish to use the serial ports on this card, say Y.
958 Otherwise, say N.
959
2d0cfb52
PG
960config SERIAL_SGI_IOC3
961 tristate "SGI Altix IOC3 serial support"
962 depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
963 select SERIAL_CORE
964 help
965 If you have an SGI Altix with an IOC3 serial card,
966 say Y or M. Otherwise, say N.
967
f8441e13
SH
968config SERIAL_NETX
969 bool "NetX serial port support"
970 depends on ARM && ARCH_NETX
971 select SERIAL_CORE
972 help
973 If you have a machine based on a Hilscher NetX SoC you
974 can enable its onboard serial port by enabling this option.
975
976 To compile this driver as a module, choose M here: the
977 module will be called netx-serial.
978
979config SERIAL_NETX_CONSOLE
980 bool "Console on NetX serial port"
981 depends on SERIAL_NETX
982 select SERIAL_CORE_CONSOLE
983 help
984 If you have enabled the serial port on the Motorola IMX
985 CPU you can make it the console by answering Y to this option.
986
1da177e4 987endmenu