[ARM] S3C24XX: Fix SERIAL_SAMSUNG entry
[linux-2.6-block.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"
e25df120 8 depends on HAS_IOMEM
1da177e4
LT
9
10#
11# The new 8250/16550 serial drivers
12config SERIAL_8250
13 tristate "8250/16550 and compatible serial support"
0b57ee9e 14 depends on (BROKEN || !SPARC)
1da177e4
LT
15 select SERIAL_CORE
16 ---help---
17 This selects whether you want to include the driver for the standard
18 serial ports. The standard answer is Y. People who might say N
19 here are those that are setting up dedicated Ethernet WWW/FTP
20 servers, or users that have one of the various bus mice instead of a
21 serial mouse and don't intend to use their machine's standard serial
22 port for anything. (Note that the Cyclades and Stallion multi
23 serial port drivers do not need this driver built in for them to
24 work.)
25
26 To compile this driver as a module, choose M here: the
df7559d3 27 module will be called 8250.
1da177e4
LT
28 [WARNING: Do not compile this driver as a module if you are using
29 non-standard serial ports, since the configuration information will
30 be lost when the driver is unloaded. This limitation may be lifted
31 in the future.]
32
33 BTW1: If you have a mouseman serial mouse which is not recognized by
34 the X window system, try running gpm first.
35
36 BTW2: If you intend to use a software modem (also called Winmodem)
37 under Linux, forget it. These modems are crippled and require
38 proprietary drivers which are only available under Windows.
39
40 Most people will say Y or M here, so that they can use serial mice,
41 modems and similar devices connecting to the standard serial ports.
42
43config SERIAL_8250_CONSOLE
44 bool "Console on 8250/16550 and compatible serial port"
45 depends on SERIAL_8250=y
46 select SERIAL_CORE_CONSOLE
47 ---help---
48 If you say Y here, it will be possible to use a serial port as the
49 system console (the system console is the device which receives all
50 kernel messages and warnings and which allows logins in single user
51 mode). This could be useful if some terminal or printer is connected
52 to that serial port.
53
54 Even if you say Y here, the currently visible virtual console
55 (/dev/tty0) will still be used as the system console by default, but
56 you can alter that using a kernel command line option such as
57 "console=ttyS1". (Try "man bootparam" or see the documentation of
58 your boot loader (grub or lilo or loadlin) about how to pass options
59 to the kernel at boot time.)
60
61 If you don't have a VGA card installed and you say Y here, the
62 kernel will automatically use the first serial line, /dev/ttyS0, as
63 system console.
64
01dd2fbf 65 You can set that using a kernel command line option such as
18a8bd94
YL
66 "console=uart8250,io,0x3f8,9600n8"
67 "console=uart8250,mmio,0xff5e0000,115200n8".
01dd2fbf
ML
68 and it will switch to normal serial console when the corresponding
69 port is ready.
18a8bd94
YL
70 "earlycon=uart8250,io,0x3f8,9600n8"
71 "earlycon=uart8250,mmio,0xff5e0000,115200n8".
72 it will not only setup early console.
73
1da177e4
LT
74 If unsure, say N.
75
18a8bd94
YL
76config FIX_EARLYCON_MEM
77 bool
78 depends on X86
79 default y
80
0cff260a
RK
81config SERIAL_8250_GSC
82 tristate
83 depends on SERIAL_8250 && GSC
84 default SERIAL_8250
85
86config SERIAL_8250_PCI
87 tristate "8250/16550 PCI device support" if EMBEDDED
88 depends on SERIAL_8250 && PCI
89 default SERIAL_8250
90 help
57d4810e
AM
91 This builds standard PCI serial support. You may be able to
92 disable this feature if you only need legacy serial support.
93 Saves about 9K.
0cff260a
RK
94
95config SERIAL_8250_PNP
96 tristate "8250/16550 PNP device support" if EMBEDDED
97 depends on SERIAL_8250 && PNP
98 default SERIAL_8250
99 help
57d4810e
AM
100 This builds standard PNP serial support. You may be able to
101 disable this feature if you only need legacy serial support.
0cff260a
RK
102
103config SERIAL_8250_HP300
104 tristate
105 depends on SERIAL_8250 && HP300
106 default SERIAL_8250
107
1da177e4
LT
108config SERIAL_8250_CS
109 tristate "8250/16550 PCMCIA device support"
110 depends on PCMCIA && SERIAL_8250
111 ---help---
112 Say Y here to enable support for 16-bit PCMCIA serial devices,
113 including serial port cards, modems, and the modem functions of
114 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
115 credit-card size devices often used with laptops.)
116
117 To compile this driver as a module, choose M here: the
118 module will be called serial_cs.
119
120 If unsure, say N.
121
1da177e4 122config SERIAL_8250_NR_UARTS
026d02a2 123 int "Maximum number of 8250/16550 serial ports"
1da177e4
LT
124 depends on SERIAL_8250
125 default "4"
ec9f47cd
RK
126 help
127 Set this to the number of serial ports you want the driver
128 to support. This includes any ports discovered via ACPI or
129 PCI enumeration and any ports that may be added at run-time
130 via hot-plug, or any ISA multi-port serial cards.
1da177e4 131
a61c2d78
DJ
132config SERIAL_8250_RUNTIME_UARTS
133 int "Number of 8250/16550 serial ports to register at runtime"
134 depends on SERIAL_8250
9a8ffccf 135 range 0 SERIAL_8250_NR_UARTS
a61c2d78
DJ
136 default "4"
137 help
138 Set this to the maximum number of serial ports you want
09509603 139 the kernel to register at boot time. This can be overridden
a61c2d78
DJ
140 with the module parameter "nr_uarts", or boot-time parameter
141 8250.nr_uarts
142
1da177e4
LT
143config SERIAL_8250_EXTENDED
144 bool "Extended 8250/16550 serial driver options"
145 depends on SERIAL_8250
146 help
147 If you wish to use any non-standard features of the standard "dumb"
148 driver, say Y here. This includes HUB6 support, shared serial
149 interrupts, special multiport support, support for more than the
150 four COM 1/2/3/4 boards, etc.
151
152 Note that the answer to this question won't directly affect the
153 kernel: saying N will just cause the configurator to skip all
154 the questions about serial driver options. If unsure, say N.
155
156config SERIAL_8250_MANY_PORTS
157 bool "Support more than 4 legacy serial ports"
158 depends on SERIAL_8250_EXTENDED && !IA64
159 help
160 Say Y here if you have dumb serial boards other than the four
161 standard COM 1/2/3/4 ports. This may happen if you have an AST
162 FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
163 from <http://www.tldp.org/docs.html#howto>), or other custom
164 serial port hardware which acts similar to standard serial port
165 hardware. If you only use the standard COM 1/2/3/4 ports, you can
166 say N here to save some memory. You can also say Y if you have an
167 "intelligent" multiport card such as Cyclades, Digiboards, etc.
168
ec9f47cd
RK
169#
170# Multi-port serial cards
171#
172
173config SERIAL_8250_FOURPORT
174 tristate "Support Fourport cards"
175 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
176 help
177 Say Y here if you have an AST FourPort serial board.
178
179 To compile this driver as a module, choose M here: the module
180 will be called 8250_fourport.
181
182config SERIAL_8250_ACCENT
183 tristate "Support Accent cards"
184 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
185 help
186 Say Y here if you have an Accent Async serial board.
187
188 To compile this driver as a module, choose M here: the module
189 will be called 8250_accent.
190
ec9f47cd
RK
191config SERIAL_8250_BOCA
192 tristate "Support Boca cards"
193 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
194 help
195 Say Y here if you have a Boca serial board. Please read the Boca
09509603 196 mini-HOWTO, available from <http://www.tldp.org/docs.html#howto>
ec9f47cd
RK
197
198 To compile this driver as a module, choose M here: the module
199 will be called 8250_boca.
200
e0980daf
PS
201config SERIAL_8250_EXAR_ST16C554
202 tristate "Support Exar ST16C554/554D Quad UART"
203 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
204 help
205 The Uplogix Envoy TU301 uses this Exar Quad UART. If you are
206 tinkering with your Envoy TU301, or have a machine with this UART,
207 say Y here.
208
209 To compile this driver as a module, choose M here: the module
210 will be called 8250_exar_st16c554.
211
ec9f47cd
RK
212config SERIAL_8250_HUB6
213 tristate "Support Hub6 cards"
214 depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
215 help
216 Say Y here if you have a HUB6 serial board.
217
218 To compile this driver as a module, choose M here: the module
219 will be called 8250_hub6.
220
bf4735a4
DM
221config SERIAL_8250_SHARE_IRQ
222 bool "Support for sharing serial interrupts"
223 depends on SERIAL_8250_EXTENDED
224 help
225 Some serial boards have hardware support which allows multiple dumb
226 serial ports on the same board to share a single IRQ. To enable
227 support for this in the serial driver, say Y here.
228
229config SERIAL_8250_DETECT_IRQ
230 bool "Autodetect IRQ on standard ports (unsafe)"
231 depends on SERIAL_8250_EXTENDED
232 help
233 Say Y here if you want the kernel to try to guess which IRQ
234 to use for your serial port.
235
236 This is considered unsafe; it is far better to configure the IRQ in
237 a boot script using the setserial command.
238
239 If unsure, say N.
240
241config SERIAL_8250_RSA
242 bool "Support RSA serial ports"
243 depends on SERIAL_8250_EXTENDED
244 help
245 ::: To be written :::
246
ec9f47cd
RK
247config SERIAL_8250_MCA
248 tristate "Support 8250-type ports on MCA buses"
249 depends on SERIAL_8250 != n && MCA
250 help
251 Say Y here if you have a MCA serial ports.
252
253 To compile this driver as a module, choose M here: the module
254 will be called 8250_mca.
1da177e4
LT
255
256config SERIAL_8250_ACORN
257 tristate "Acorn expansion card serial port support"
ec9f47cd 258 depends on ARCH_ACORN && SERIAL_8250
1da177e4
LT
259 help
260 If you have an Atomwide Serial card or Serial Port card for an Acorn
261 system, say Y to this option. The driver can handle 1, 2, or 3 port
262 cards. If unsure, say N.
263
21c614a7 264config SERIAL_8250_AU1X00
6e766458 265 bool "Au1x00 serial port support"
21c614a7
PA
266 depends on SERIAL_8250 != n && SOC_AU1X00
267 help
6e766458
SS
268 If you have an Au1x00 SOC based board and want to use the serial port,
269 say Y to this option. The driver can handle up to 4 serial ports,
270 depending on the SOC. If unsure, say N.
21c614a7 271
bd71c182
TK
272config SERIAL_8250_RM9K
273 bool "Support for MIPS RM9xxx integrated serial port"
274 depends on SERIAL_8250 != n && SERIAL_RM9000
275 select SERIAL_8250_SHARE_IRQ
276 help
277 Selecting this option will add support for the integrated serial
278 port hardware found on MIPS RM9122 and similar processors.
279 If unsure, say N.
280
ec9f47cd
RK
281comment "Non-8250 serial port support"
282
1da177e4
LT
283config SERIAL_AMBA_PL010
284 tristate "ARM AMBA PL010 serial port support"
84b6a232 285 depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
1da177e4
LT
286 select SERIAL_CORE
287 help
288 This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
00584719
LB
289 an Integrator/AP or Integrator/PP2 platform, or if you have a
290 Cirrus Logic EP93xx CPU, say Y or M here.
1da177e4
LT
291
292 If unsure, say N.
293
294config SERIAL_AMBA_PL010_CONSOLE
295 bool "Support for console on AMBA serial port"
296 depends on SERIAL_AMBA_PL010=y
297 select SERIAL_CORE_CONSOLE
298 ---help---
299 Say Y here if you wish to use an AMBA PrimeCell UART as the system
300 console (the system console is the device which receives all kernel
301 messages and warnings and which allows logins in single user mode).
302
303 Even if you say Y here, the currently visible framebuffer console
304 (/dev/tty0) will still be used as the system console by default, but
305 you can alter that using a kernel command line option such as
306 "console=ttyAM0". (Try "man bootparam" or see the documentation of
307 your boot loader (lilo or loadlin) about how to pass options to the
308 kernel at boot time.)
309
310config SERIAL_AMBA_PL011
311 tristate "ARM AMBA PL011 serial port support"
312 depends on ARM_AMBA
313 select SERIAL_CORE
314 help
315 This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
316 an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
317 here.
318
319 If unsure, say N.
320
321config SERIAL_AMBA_PL011_CONSOLE
322 bool "Support for console on AMBA serial port"
323 depends on SERIAL_AMBA_PL011=y
324 select SERIAL_CORE_CONSOLE
325 ---help---
326 Say Y here if you wish to use an AMBA PrimeCell UART as the system
327 console (the system console is the device which receives all kernel
328 messages and warnings and which allows logins in single user mode).
329
330 Even if you say Y here, the currently visible framebuffer console
331 (/dev/tty0) will still be used as the system console by default, but
332 you can alter that using a kernel command line option such as
b22b4cdd 333 "console=ttyAMA0". (Try "man bootparam" or see the documentation of
1da177e4
LT
334 your boot loader (lilo or loadlin) about how to pass options to the
335 kernel at boot time.)
336
b45d5279
MR
337config SERIAL_SB1250_DUART
338 tristate "BCM1xxx on-chip DUART serial support"
339 depends on SIBYTE_SB1xxx_SOC=y
340 select SERIAL_CORE
341 default y
342 ---help---
343 Support for the asynchronous serial interface (DUART) included in
344 the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that
345 the letter D in DUART stands for "dual", which is how the device
346 is implemented. Depending on the SOC configuration there may be
347 one or more DUARTs available of which all are handled.
348
349 If unsure, say Y. To compile this driver as a module, choose M here:
350 the module will be called sb1250-duart.
351
352config SERIAL_SB1250_DUART_CONSOLE
353 bool "Support for console on a BCM1xxx DUART serial port"
354 depends on SERIAL_SB1250_DUART=y
355 select SERIAL_CORE_CONSOLE
356 default y
357 ---help---
358 If you say Y here, it will be possible to use a serial port as the
359 system console (the system console is the device which receives all
360 kernel messages and warnings and which allows logins in single user
361 mode).
362
363 If unsure, say Y.
364
749c4e60
HS
365config SERIAL_ATMEL
366 bool "AT91 / AT32 on-chip serial port support"
acca9b83 367 depends on (ARM && ARCH_AT91) || AVR32
1e6c9c28
AV
368 select SERIAL_CORE
369 help
afefc415 370 This enables the driver for the on-chip UARTs of the Atmel
acca9b83 371 AT91 and AT32 processors.
1e6c9c28 372
749c4e60
HS
373config SERIAL_ATMEL_CONSOLE
374 bool "Support for console on AT91 / AT32 serial port"
375 depends on SERIAL_ATMEL=y
1e6c9c28
AV
376 select SERIAL_CORE_CONSOLE
377 help
acca9b83
HS
378 Say Y here if you wish to use an on-chip UART on a Atmel
379 AT91 or AT32 processor as the system console (the system
380 console is the device which receives all kernel messages and
381 warnings and which allows logins in single user mode).
1e6c9c28 382
a6670615
CC
383config SERIAL_ATMEL_PDC
384 bool "Support DMA transfers on AT91 / AT32 serial port"
385 depends on SERIAL_ATMEL
386 default y
387 help
388 Say Y here if you wish to use the PDC to do DMA transfers to
389 and from the Atmel AT91 / AT32 serial port. In order to
390 actually use DMA transfers, make sure that the use_dma_tx
391 and use_dma_rx members in the atmel_uart_data struct is set
392 appropriately for each port.
393
394 Note that break and error handling currently doesn't work
395 properly when DMA is enabled. Make sure that ports where
396 this matters don't use DMA.
397
749c4e60 398config SERIAL_ATMEL_TTYAT
acca9b83 399 bool "Install as device ttyATn instead of ttySn"
749c4e60 400 depends on SERIAL_ATMEL=y
1e6c9c28 401 help
acca9b83
HS
402 Say Y here if you wish to have the internal AT91 / AT32 UARTs
403 appear as /dev/ttyATn (major 204, minor starting at 154)
404 instead of the normal /dev/ttySn (major 4, minor starting at
405 64). This is necessary if you also want other UARTs, such as
406 external 8250/16C550 compatible UARTs.
1e6c9c28
AV
407 The ttySn nodes are legally reserved for the 8250 serial driver
408 but are often misused by other serial drivers.
409
410 To use this, you should create suitable ttyATn device nodes in
411 /dev/, and pass "console=ttyATn" to the kernel.
412
413 Say Y if you have an external 8250/16C550 UART. If unsure, say N.
414
2c7ee6ab
AV
415config SERIAL_KS8695
416 bool "Micrel KS8695 (Centaur) serial port support"
417 depends on ARCH_KS8695
418 select SERIAL_CORE
419 help
420 This selects the Micrel Centaur KS8695 UART. Say Y here.
421
422config SERIAL_KS8695_CONSOLE
423 bool "Support for console on KS8695 (Centaur) serial port"
424 depends on SERIAL_KS8695=y
425 select SERIAL_CORE_CONSOLE
426 help
427 Say Y here if you wish to use a KS8695 (Centaur) UART as the
428 system console (the system console is the device which
429 receives all kernel messages and warnings and which allows
430 logins in single user mode).
431
1da177e4
LT
432config SERIAL_CLPS711X
433 tristate "CLPS711X serial port support"
434 depends on ARM && ARCH_CLPS711X
435 select SERIAL_CORE
436 help
437 ::: To be written :::
438
439config SERIAL_CLPS711X_CONSOLE
440 bool "Support for console on CLPS711X serial port"
441 depends on SERIAL_CLPS711X=y
442 select SERIAL_CORE_CONSOLE
443 help
444 Even if you say Y here, the currently visible virtual console
445 (/dev/tty0) will still be used as the system console by default, but
446 you can alter that using a kernel command line option such as
447 "console=ttyCL1". (Try "man bootparam" or see the documentation of
448 your boot loader (lilo or loadlin) about how to pass options to the
449 kernel at boot time.)
450
b497549a
BD
451config SERIAL_SAMSUNG
452 tristate "Samsung SoC serial support"
453 depends on ARM && PLAT_S3C24XX
19c1d6a3 454 select SERIAL_CORE
1da177e4 455 help
73e55cb3 456 Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
1da177e4
LT
457 providing /dev/ttySAC0, 1 and 2 (note, some machines may not
458 provide all of these ports, depending on how the serial port
459 pins are configured.
460
b497549a
BD
461config SERIAL_SAMSUNG_DEBUG
462 bool "Samsung SoC serial debug"
463 depends on SERIAL_SAMSUNG
464 help
465 Add support for debugging the serial driver. Since this is
466 generally being used as a console, we use our own output
467 routines that go via the low-level debug printascii()
468 function.
469
470config SERIAL_SAMSUNG_CONSOLE
471 bool "Support for console on Samsung SoC serial port"
472 depends on SERIAL_SAMSUNG=y
1da177e4
LT
473 select SERIAL_CORE_CONSOLE
474 help
73e55cb3 475 Allow selection of the S3C24XX on-board serial ports for use as
1da177e4
LT
476 an virtual console.
477
478 Even if you say Y here, the currently visible virtual console
479 (/dev/tty0) will still be used as the system console by default, but
480 you can alter that using a kernel command line option such as
481 "console=ttySACx". (Try "man bootparam" or see the documentation of
482 your boot loader about how to pass options to the kernel at
483 boot time.)
484
b497549a
BD
485config SERIAL_S3C2400
486 tristate "Samsung S3C2410 Serial port support"
487 depends on ARM && SERIAL_SAMSUNG && CPU_S3C2400
488 default y if CPU_S3C2400
489 help
490 Serial port support for the Samsung S3C2400 SoC
491
492config SERIAL_S3C2410
493 tristate "Samsung S3C2410 Serial port support"
494 depends on SERIAL_SAMSUNG && CPU_S3C2410
495 default y if CPU_S3C2410
496 help
497 Serial port support for the Samsung S3C2410 SoC
498
499config SERIAL_S3C2412
500 tristate "Samsung S3C2412/S3C2413 Serial port support"
501 depends on SERIAL_SAMSUNG && CPU_S3C2412
502 default y if CPU_S3C2412
503 help
504 Serial port support for the Samsung S3C2412 and S3C2413 SoC
505
506config SERIAL_S3C2440
507 tristate "Samsung S3C2440/S3C2442 Serial port support"
508 depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442)
509 default y if CPU_S3C2440
510 default y if CPU_S3C2442
511 help
512 Serial port support for the Samsung S3C2440 and S3C2442 SoC
513
514
515
1da177e4
LT
516config SERIAL_DZ
517 bool "DECstation DZ serial driver"
875d43e7 518 depends on MACH_DECSTATION && 32BIT
1da177e4 519 select SERIAL_CORE
7287d765
MR
520 default y
521 ---help---
522 DZ11-family serial controllers for DECstations and VAXstations,
523 including the DC7085, M7814, and M7819.
1da177e4
LT
524
525config SERIAL_DZ_CONSOLE
526 bool "Support console on DECstation DZ serial driver"
527 depends on SERIAL_DZ=y
528 select SERIAL_CORE_CONSOLE
7287d765
MR
529 default y
530 ---help---
1da177e4
LT
531 If you say Y here, it will be possible to use a serial port as the
532 system console (the system console is the device which receives all
533 kernel messages and warnings and which allows logins in single user
7287d765
MR
534 mode).
535
536 Note that the firmware uses ttyS3 as the serial console on
537 DECstations that use this driver.
1da177e4
LT
538
539 If unsure, say Y.
540
8b4a4080
MR
541config SERIAL_ZS
542 tristate "DECstation Z85C30 serial support"
543 depends on MACH_DECSTATION
544 select SERIAL_CORE
545 default y
546 ---help---
547 Support for the Zilog 85C350 serial communications controller used
548 for serial ports in newer DECstation systems. These include the
549 DECsystem 5900 and all models of the DECstation and DECsystem 5000
550 systems except from model 200.
551
552 If unsure, say Y. To compile this driver as a module, choose M here:
553 the module will be called zs.
554
555config SERIAL_ZS_CONSOLE
556 bool "Support for console on a DECstation Z85C30 serial port"
557 depends on SERIAL_ZS=y
558 select SERIAL_CORE_CONSOLE
559 default y
560 ---help---
561 If you say Y here, it will be possible to use a serial port as the
562 system console (the system console is the device which receives all
563 kernel messages and warnings and which allows logins in single user
564 mode).
565
566 Note that the firmware uses ttyS1 as the serial console on the
567 Maxine and ttyS3 on the others using this driver.
568
569 If unsure, say Y.
570
1da177e4
LT
571config SERIAL_21285
572 tristate "DC21285 serial port support"
573 depends on ARM && FOOTBRIDGE
574 select SERIAL_CORE
575 help
576 If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
577 PCI bridge you can enable its onboard serial port by enabling this
578 option.
579
580config SERIAL_21285_CONSOLE
581 bool "Console on DC21285 serial port"
582 depends on SERIAL_21285=y
583 select SERIAL_CORE_CONSOLE
584 help
585 If you have enabled the serial port on the 21285 footbridge you can
586 make it the console by answering Y to this option.
587
588 Even if you say Y here, the currently visible virtual console
589 (/dev/tty0) will still be used as the system console by default, but
590 you can alter that using a kernel command line option such as
591 "console=ttyFB". (Try "man bootparam" or see the documentation of
592 your boot loader (lilo or loadlin) about how to pass options to the
593 kernel at boot time.)
594
1da177e4
LT
595config SERIAL_MPSC
596 bool "Marvell MPSC serial port support"
597 depends on PPC32 && MV64X60
598 select SERIAL_CORE
599 help
600 Say Y here if you want to use the Marvell MPSC serial controller.
601
602config SERIAL_MPSC_CONSOLE
603 bool "Support for console on Marvell MPSC serial port"
604 depends on SERIAL_MPSC
605 select SERIAL_CORE_CONSOLE
606 help
607 Say Y here if you want to support a serial console on a Marvell MPSC.
608
609config SERIAL_PXA
610 bool "PXA serial port support"
611 depends on ARM && ARCH_PXA
612 select SERIAL_CORE
613 help
614 If you have a machine based on an Intel XScale PXA2xx CPU you
615 can enable its onboard serial ports by enabling this option.
616
617config SERIAL_PXA_CONSOLE
618 bool "Console on PXA serial port"
619 depends on SERIAL_PXA
620 select SERIAL_CORE_CONSOLE
621 help
622 If you have enabled the serial port on the Intel XScale PXA
623 CPU you can make it the console by answering Y to this option.
624
625 Even if you say Y here, the currently visible virtual console
626 (/dev/tty0) will still be used as the system console by default, but
627 you can alter that using a kernel command line option such as
628 "console=ttySA0". (Try "man bootparam" or see the documentation of
629 your boot loader (lilo or loadlin) about how to pass options to the
630 kernel at boot time.)
631
632config SERIAL_SA1100
633 bool "SA1100 serial port support"
634 depends on ARM && ARCH_SA1100
635 select SERIAL_CORE
636 help
637 If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
638 can enable its onboard serial port by enabling this option.
639 Please read <file:Documentation/arm/SA1100/serial_UART> for further
640 info.
641
642config SERIAL_SA1100_CONSOLE
643 bool "Console on SA1100 serial port"
644 depends on SERIAL_SA1100
645 select SERIAL_CORE_CONSOLE
646 help
647 If you have enabled the serial port on the SA1100/SA1110 StrongARM
648 CPU you can make it the console by answering Y to this option.
649
650 Even if you say Y here, the currently visible virtual console
651 (/dev/tty0) will still be used as the system console by default, but
652 you can alter that using a kernel command line option such as
653 "console=ttySA0". (Try "man bootparam" or see the documentation of
654 your boot loader (lilo or loadlin) about how to pass options to the
655 kernel at boot time.)
656
194de561
BW
657config SERIAL_BFIN
658 tristate "Blackfin serial port support"
529a73fb 659 depends on BLACKFIN
194de561
BW
660 select SERIAL_CORE
661 select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
662 help
663 Add support for the built-in UARTs on the Blackfin.
664
665 To compile this driver as a module, choose M here: the
666 module will be called bfin_5xx.
667
668config SERIAL_BFIN_CONSOLE
669 bool "Console on Blackfin serial port"
7111de76 670 depends on SERIAL_BFIN=y
194de561
BW
671 select SERIAL_CORE_CONSOLE
672
673choice
674 prompt "UART Mode"
675 depends on SERIAL_BFIN
676 default SERIAL_BFIN_DMA
677 help
678 This driver supports the built-in serial ports of the Blackfin family
679 of CPUs
680
681config SERIAL_BFIN_DMA
682 bool "DMA mode"
eaa85490 683 depends on !DMA_UNCACHED_NONE && !KGDB_UART
194de561
BW
684 help
685 This driver works under DMA mode. If this option is selected, the
686 blackfin simple dma driver is also enabled.
687
688config SERIAL_BFIN_PIO
689 bool "PIO mode"
690 help
691 This driver works under PIO mode.
692
693endchoice
694
695config SERIAL_BFIN_UART0
696 bool "Enable UART0"
697 depends on SERIAL_BFIN
698 help
699 Enable UART0
700
701config BFIN_UART0_CTSRTS
702 bool "Enable UART0 hardware flow control"
703 depends on SERIAL_BFIN_UART0
704 help
705 Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
706 signal.
707
708config UART0_CTS_PIN
709 int "UART0 CTS pin"
710 depends on BFIN_UART0_CTSRTS
711 default 23
712 help
713 The default pin is GPIO_GP7.
714 Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
715
716config UART0_RTS_PIN
717 int "UART0 RTS pin"
718 depends on BFIN_UART0_CTSRTS
719 default 22
720 help
721 The default pin is GPIO_GP6.
722 Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
723
724config SERIAL_BFIN_UART1
725 bool "Enable UART1"
09545568 726 depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
194de561
BW
727 help
728 Enable UART1
729
730config BFIN_UART1_CTSRTS
731 bool "Enable UART1 hardware flow control"
732 depends on SERIAL_BFIN_UART1
733 help
734 Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
735 signal.
736
737config UART1_CTS_PIN
738 int "UART1 CTS pin"
db288381 739 depends on BFIN_UART1_CTSRTS && !BF54x
194de561
BW
740 default -1
741 help
742 Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
743
744config UART1_RTS_PIN
745 int "UART1 RTS pin"
db288381 746 depends on BFIN_UART1_CTSRTS && !BF54x
194de561
BW
747 default -1
748 help
749 Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
750
f4d640c9
RH
751config SERIAL_BFIN_UART2
752 bool "Enable UART2"
753 depends on SERIAL_BFIN && (BF54x)
754 help
755 Enable UART2
756
757config BFIN_UART2_CTSRTS
758 bool "Enable UART2 hardware flow control"
759 depends on SERIAL_BFIN_UART2
760 help
761 Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
762 signal.
763
764config UART2_CTS_PIN
765 int "UART2 CTS pin"
766 depends on BFIN_UART2_CTSRTS
767 default -1
768 help
769 Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
770
771config UART2_RTS_PIN
772 int "UART2 RTS pin"
773 depends on BFIN_UART2_CTSRTS
774 default -1
775 help
776 Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
777
778config SERIAL_BFIN_UART3
779 bool "Enable UART3"
780 depends on SERIAL_BFIN && (BF54x)
781 help
782 Enable UART3
783
784config BFIN_UART3_CTSRTS
785 bool "Enable UART3 hardware flow control"
786 depends on SERIAL_BFIN_UART3
787 help
788 Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
789 signal.
790
1da177e4
LT
791config SERIAL_IMX
792 bool "IMX serial port support"
793 depends on ARM && ARCH_IMX
794 select SERIAL_CORE
795 help
796 If you have a machine based on a Motorola IMX CPU you
797 can enable its onboard serial port by enabling this option.
798
799config SERIAL_IMX_CONSOLE
800 bool "Console on IMX serial port"
801 depends on SERIAL_IMX
802 select SERIAL_CORE_CONSOLE
803 help
804 If you have enabled the serial port on the Motorola IMX
805 CPU you can make it the console by answering Y to this option.
806
807 Even if you say Y here, the currently visible virtual console
808 (/dev/tty0) will still be used as the system console by default, but
809 you can alter that using a kernel command line option such as
810 "console=ttySA0". (Try "man bootparam" or see the documentation of
811 your boot loader (lilo or loadlin) about how to pass options to the
812 kernel at boot time.)
813
238b8721
PK
814config SERIAL_UARTLITE
815 tristate "Xilinx uartlite serial port support"
816 depends on PPC32
817 select SERIAL_CORE
818 help
819 Say Y here if you want to use the Xilinx uartlite serial controller.
820
821 To compile this driver as a module, choose M here: the
822 module will be called uartlite.ko.
823
824config SERIAL_UARTLITE_CONSOLE
825 bool "Support for console on Xilinx uartlite serial port"
826 depends on SERIAL_UARTLITE=y
827 select SERIAL_CORE_CONSOLE
828 help
829 Say Y here if you wish to use a Xilinx uartlite as the system
830 console (the system console is the device which receives all kernel
831 messages and warnings and which allows logins in single user mode).
832
1da177e4
LT
833config SERIAL_SUNCORE
834 bool
0b57ee9e 835 depends on SPARC
1da177e4
LT
836 select SERIAL_CORE
837 select SERIAL_CORE_CONSOLE
838 default y
839
840config SERIAL_SUNZILOG
841 tristate "Sun Zilog8530 serial support"
0b57ee9e 842 depends on SPARC
1da177e4
LT
843 help
844 This driver supports the Zilog8530 serial ports found on many Sparc
845 systems. Say Y or M if you want to be able to these serial ports.
846
847config SERIAL_SUNZILOG_CONSOLE
848 bool "Console on Sun Zilog8530 serial port"
849 depends on SERIAL_SUNZILOG=y
850 help
851 If you would like to be able to use the Zilog8530 serial port
852 on your Sparc system as the console, you can do so by answering
853 Y to this option.
854
855config SERIAL_SUNSU
856 tristate "Sun SU serial support"
0b57ee9e 857 depends on SPARC && PCI
1da177e4
LT
858 help
859 This driver supports the 8250 serial ports that run the keyboard and
860 mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
861 to these serial ports.
862
863config SERIAL_SUNSU_CONSOLE
864 bool "Console on Sun SU serial port"
865 depends on SERIAL_SUNSU=y
866 help
867 If you would like to be able to use the SU serial port
868 on your Sparc system as the console, you can do so by answering
869 Y to this option.
870
871config SERIAL_MUX
872 tristate "Serial MUX support"
305f5167 873 depends on GSC
1da177e4
LT
874 select SERIAL_CORE
875 default y
876 ---help---
877 Saying Y here will enable the hardware MUX serial driver for
e45da35e
CD
878 the Nova, K class systems and D class with a 'remote control card'.
879 The hardware MUX is not 8250/16550 compatible therefore the
880 /dev/ttyB0 device is shared between the Serial MUX and the PDC
881 software console. The following steps need to be completed to use
882 the Serial MUX:
1da177e4
LT
883
884 1. create the device entry (mknod /dev/ttyB0 c 11 0)
885 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
886 3. Add device ttyB0 to /etc/securetty (if you want to log on as
887 root on this console.)
888 4. Change the kernel command console parameter to: console=ttyB0
889
890config SERIAL_MUX_CONSOLE
7111de76
AB
891 bool "Support for console on serial MUX"
892 depends on SERIAL_MUX=y
1da177e4 893 select SERIAL_CORE_CONSOLE
7111de76 894 default y
1da177e4
LT
895
896config PDC_CONSOLE
897 bool "PDC software console support"
898 depends on PARISC && !SERIAL_MUX && VT
899 default n
900 help
901 Saying Y here will enable the software based PDC console to be
902 used as the system console. This is useful for machines in
903 which the hardware based console has not been written yet. The
904 following steps must be competed to use the PDC console:
905
906 1. create the device entry (mknod /dev/ttyB0 c 11 0)
907 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
908 3. Add device ttyB0 to /etc/securetty (if you want to log on as
909 root on this console.)
910 4. Change the kernel command console parameter to: console=ttyB0
911
912config SERIAL_SUNSAB
913 tristate "Sun Siemens SAB82532 serial support"
0b57ee9e 914 depends on SPARC && PCI
1da177e4
LT
915 help
916 This driver supports the Siemens SAB82532 DUSCC serial ports on newer
917 (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
918 serial ports.
919
920config SERIAL_SUNSAB_CONSOLE
921 bool "Console on Sun Siemens SAB82532 serial port"
922 depends on SERIAL_SUNSAB=y
923 help
924 If you would like to be able to use the SAB82532 serial port
925 on your Sparc system as the console, you can do so by answering
926 Y to this option.
927
02fd473b
DM
928config SERIAL_SUNHV
929 bool "Sun4v Hypervisor Console support"
930 depends on SPARC64
931 help
932 This driver supports the console device found on SUN4V Sparc
933 systems. Say Y if you want to be able to use this device.
934
1da177e4 935config SERIAL_IP22_ZILOG
5057c98a
TB
936 tristate "SGI Zilog8530 serial support"
937 depends on SGI_HAS_ZILOG
1da177e4
LT
938 select SERIAL_CORE
939 help
5057c98a 940 This driver supports the Zilog8530 serial ports found on SGI
1da177e4
LT
941 systems. Say Y or M if you want to be able to these serial ports.
942
943config SERIAL_IP22_ZILOG_CONSOLE
5057c98a 944 bool "Console on SGI Zilog8530 serial port"
1da177e4
LT
945 depends on SERIAL_IP22_ZILOG=y
946 select SERIAL_CORE_CONSOLE
947
948config V850E_UART
949 bool "NEC V850E on-chip UART support"
950 depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1
951 select SERIAL_CORE
952 default y
953
954config V850E_UARTB
955 bool
bef1f402 956 depends on V850E_UART && V850E_ME2
1da177e4
LT
957 default y
958
959config V850E_UART_CONSOLE
960 bool "Use NEC V850E on-chip UART for console"
961 depends on V850E_UART
962 select SERIAL_CORE_CONSOLE
963
964config SERIAL_SH_SCI
ecd95616 965 tristate "SuperH SCI(F) serial port support"
1da177e4
LT
966 depends on SUPERH || H8300
967 select SERIAL_CORE
968
ecd95616
PM
969config SERIAL_SH_SCI_NR_UARTS
970 int "Maximum number of SCI(F) serial ports"
971 depends on SERIAL_SH_SCI
972 default "2"
973
1da177e4 974config SERIAL_SH_SCI_CONSOLE
ecd95616 975 bool "Support for console on SuperH SCI(F)"
1da177e4
LT
976 depends on SERIAL_SH_SCI=y
977 select SERIAL_CORE_CONSOLE
978
de8211b9
VW
979config SERIAL_PNX8XXX
980 bool "Enable PNX8XXX SoCs' UART Support"
981 depends on MIPS && SOC_PNX8550
982 select SERIAL_CORE
983 help
984 If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
985 and you want to use serial ports, say Y. Otherwise, say N.
986
987config SERIAL_PNX8XXX_CONSOLE
988 bool "Enable PNX8XX0 serial console"
989 depends on SERIAL_PNX8XXX
990 select SERIAL_CORE_CONSOLE
991 help
992 If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
993 and you want to use serial console, say Y. Otherwise, say N.
994
1da177e4
LT
995config SERIAL_CORE
996 tristate
997
998config SERIAL_CORE_CONSOLE
999 bool
1000
f2d937f3
JW
1001config CONSOLE_POLL
1002 bool
1003
1da177e4
LT
1004config SERIAL_68328
1005 bool "68328 serial support"
1006 depends on M68328 || M68EZ328 || M68VZ328
1007 help
1008 This driver supports the built-in serial port of the Motorola 68328
09509603 1009 (standard, EZ and VZ varieties).
1da177e4
LT
1010
1011config SERIAL_68328_RTS_CTS
1012 bool "Support RTS/CTS on 68328 serial port"
1013 depends on SERIAL_68328
1014
1015config SERIAL_COLDFIRE
f7c5a770 1016 bool "ColdFire serial support (DEPRECATED)"
1da177e4
LT
1017 depends on COLDFIRE
1018 help
1019 This driver supports the built-in serial ports of the Motorola ColdFire
1020 family of CPUs.
f7c5a770
SS
1021 This driver is deprecated because it supports only the old interface
1022 for serial drivers and features like magic keys are not working.
1023 Please switch to the new style driver because this driver will be
1024 removed soon.
1da177e4 1025
ae1b5f0d
GU
1026config SERIAL_MCF
1027 bool "Coldfire serial support (new style driver)"
1028 depends on COLDFIRE
1029 select SERIAL_CORE
1030 help
1031 This new serial driver supports the Freescale Coldfire serial ports
1032 using the new serial driver subsystem.
1033
1034config SERIAL_MCF_BAUDRATE
1035 int "Default baudrate for Coldfire serial ports"
1036 depends on SERIAL_MCF
1037 default 19200
1038 help
1039 This setting lets you define what the default baudrate is for the
1040 ColdFire serial ports. The usual default varies from board to board,
1041 and this setting is a way of catering for that.
1042
1043config SERIAL_MCF_CONSOLE
1044 bool "Coldfire serial console support"
1045 depends on SERIAL_MCF
1046 select SERIAL_CORE_CONSOLE
1047 help
1048 Enable a ColdFire internal serial port to be the system console.
1049
1da177e4
LT
1050config SERIAL_68360_SMC
1051 bool "68360 SMC uart support"
1052 depends on M68360
1053 help
1054 This driver supports the SMC serial ports of the Motorola 68360 CPU.
1055
1056config SERIAL_68360_SCC
1057 bool "68360 SCC uart support"
1058 depends on M68360
1059 help
1060 This driver supports the SCC serial ports of the Motorola 68360 CPU.
1061
1062config SERIAL_68360
1063 bool
1064 depends on SERIAL_68360_SMC || SERIAL_68360_SCC
1065 default y
1066
1067config SERIAL_PMACZILOG
1068 tristate "PowerMac z85c30 ESCC support"
1069 depends on PPC_OF && PPC_PMAC
1070 select SERIAL_CORE
1071 help
1072 This driver supports the Zilog z85C30 serial ports found on
1073 PowerMac machines.
1074 Say Y or M if you want to be able to these serial ports.
1075
e4533b24
DW
1076config SERIAL_PMACZILOG_TTYS
1077 bool "Use ttySn device nodes for Zilog z85c30"
1078 depends on SERIAL_PMACZILOG
1079 help
1080 The pmac_zilog driver for the z85C30 chip on many powermacs
1081 historically used the device numbers for /dev/ttySn. The
1082 8250 serial port driver also uses these numbers, which means
1083 the two drivers being unable to coexist; you could not use
1084 both z85C30 and 8250 type ports at the same time.
1085
1086 If this option is not selected, the pmac_zilog driver will
1087 use the device numbers allocated for /dev/ttyPZn. This allows
1088 the pmac_zilog and 8250 drivers to co-exist, but may cause
1089 existing userspace setups to break. Programs that need to
1090 access the built-in serial ports on powermacs will need to
1091 be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
1092
1093 If you enable this option, any z85c30 ports in the system will
1094 be registered as ttyS0 onwards as in the past, and you will be
1095 unable to use the 8250 module for PCMCIA or other 16C550-style
1096 UARTs.
1097
1098 Say N unless you need the z85c30 ports on your powermac
1099 to appear as /dev/ttySn.
1100
1da177e4
LT
1101config SERIAL_PMACZILOG_CONSOLE
1102 bool "Console on PowerMac z85c30 serial port"
1103 depends on SERIAL_PMACZILOG=y
1104 select SERIAL_CORE_CONSOLE
1105 help
1106 If you would like to be able to use the z85c30 serial port
1107 on your PowerMac as the console, you can do so by answering
1108 Y to this option.
1109
1110config SERIAL_LH7A40X
1111 tristate "Sharp LH7A40X embedded UART support"
1112 depends on ARM && ARCH_LH7A40X
1113 select SERIAL_CORE
1114 help
1115 This enables support for the three on-board UARTs of the
1116 Sharp LH7A40X series CPUs. Choose Y or M.
1117
1118config SERIAL_LH7A40X_CONSOLE
1119 bool "Support for console on Sharp LH7A40X serial port"
1120 depends on SERIAL_LH7A40X=y
1121 select SERIAL_CORE_CONSOLE
1122 help
1123 Say Y here if you wish to use one of the serial ports as the
1124 system console--the system console is the device which
1125 receives all kernel messages and warnings and which allows
1126 logins in single user mode.
1127
1128 Even if you say Y here, the currently visible framebuffer console
1129 (/dev/tty0) will still be used as the default system console, but
1130 you can alter that using a kernel command line, for example
1131 "console=ttyAM1".
1132
1133config SERIAL_CPM
1134 tristate "CPM SCC/SMC serial port support"
1135 depends on CPM2 || 8xx
1136 select SERIAL_CORE
1137 help
1138 This driver supports the SCC and SMC serial ports on Motorola
1139 embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
1140
1141config SERIAL_CPM_CONSOLE
1142 bool "Support for console on CPM SCC/SMC serial port"
1143 depends on SERIAL_CPM=y
1144 select SERIAL_CORE_CONSOLE
1145 help
1146 Say Y here if you wish to use a SCC or SMC CPM UART as the system
1147 console (the system console is the device which receives all kernel
1148 messages and warnings and which allows logins in single user mode).
1149
1150 Even if you say Y here, the currently visible framebuffer console
1151 (/dev/tty0) will still be used as the system console by default, but
1152 you can alter that using a kernel command line option such as
1153 "console=ttyCPM0". (Try "man bootparam" or see the documentation of
1154 your boot loader (lilo or loadlin) about how to pass options to the
1155 kernel at boot time.)
1156
1157config SERIAL_CPM_SCC1
1158 bool "Support for SCC1 serial port"
1159 depends on SERIAL_CPM=y
1160 help
74e8b51d 1161 Select this option to use SCC1 as a serial port
1da177e4
LT
1162
1163config SERIAL_CPM_SCC2
1164 bool "Support for SCC2 serial port"
1165 depends on SERIAL_CPM=y
1166 help
74e8b51d 1167 Select this option to use SCC2 as a serial port
1da177e4
LT
1168
1169config SERIAL_CPM_SCC3
1170 bool "Support for SCC3 serial port"
1171 depends on SERIAL_CPM=y
1172 help
74e8b51d 1173 Select this option to use SCC3 as a serial port
1da177e4
LT
1174
1175config SERIAL_CPM_SCC4
1176 bool "Support for SCC4 serial port"
1177 depends on SERIAL_CPM=y
1178 help
74e8b51d 1179 Select this option to use SCC4 as a serial port
1da177e4
LT
1180
1181config SERIAL_CPM_SMC1
1182 bool "Support for SMC1 serial port"
1183 depends on SERIAL_CPM=y
1184 help
74e8b51d 1185 Select this option to use SMC1 as a serial port
1da177e4
LT
1186
1187config SERIAL_CPM_SMC2
1188 bool "Support for SMC2 serial port"
1189 depends on SERIAL_CPM=y
1190 help
74e8b51d 1191 Select this option to use SMC2 as a serial port
1da177e4
LT
1192
1193config SERIAL_SGI_L1_CONSOLE
1194 bool "SGI Altix L1 serial console support"
1195 depends on IA64_GENERIC || IA64_SGI_SN2
1196 select SERIAL_CORE
1197 select SERIAL_CORE_CONSOLE
1198 help
1199 If you have an SGI Altix and you would like to use the system
1200 controller serial port as your console (you want this!),
1201 say Y. Otherwise, say N.
1202
1203config SERIAL_MPC52xx
25ae3a07
JR
1204 tristate "Freescale MPC52xx/MPC512x family PSC serial support"
1205 depends on PPC_MPC52xx || PPC_MPC512x
1da177e4
LT
1206 select SERIAL_CORE
1207 help
25ae3a07
JR
1208 This driver supports MPC52xx and MPC512x PSC serial ports. If you would
1209 like to use them, you must answer Y or M to this option. Note that
1da177e4
LT
1210 for use as console, it must be included in kernel and not as a
1211 module.
1212
1213config SERIAL_MPC52xx_CONSOLE
25ae3a07 1214 bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
1da177e4
LT
1215 depends on SERIAL_MPC52xx=y
1216 select SERIAL_CORE_CONSOLE
1217 help
1218 Select this options if you'd like to use one of the PSC serial port
1219 of the Freescale MPC52xx family as a console.
1220
1221config SERIAL_MPC52xx_CONSOLE_BAUD
25ae3a07 1222 int "Freescale MPC52xx/MPC512x family PSC serial port baud"
1da177e4
LT
1223 depends on SERIAL_MPC52xx_CONSOLE=y
1224 default "9600"
1225 help
1226 Select the MPC52xx console baud rate.
1227 This value is only used if the bootloader doesn't pass in the
1228 console baudrate
1229
1230config SERIAL_ICOM
1231 tristate "IBM Multiport Serial Adapter"
145d01e4 1232 depends on PCI && (PPC_ISERIES || PPC_PSERIES)
1da177e4 1233 select SERIAL_CORE
cb2fc532 1234 select FW_LOADER
1da177e4
LT
1235 help
1236 This driver is for a family of multiport serial adapters
1237 including 2 port RVX, 2 port internal modem, 4 port internal
1238 modem and a split 1 port RVX and 1 port internal modem.
1239
1240 This driver can also be built as a module. If so, the module
1241 will be called icom.
1242
1243config SERIAL_M32R_SIO
1244 bool "M32R SIO I/F"
1245 depends on M32R
1246 default y
1247 select SERIAL_CORE
1248 help
1249 Say Y here if you want to use the M32R serial controller.
1250
1251config SERIAL_M32R_SIO_CONSOLE
1252 bool "use SIO console"
1253 depends on SERIAL_M32R_SIO=y
1254 select SERIAL_CORE_CONSOLE
1255 help
1256 Say Y here if you want to support a serial console.
1257
1258 If you use an M3T-M32700UT or an OPSPUT platform,
1259 please say also y for SERIAL_M32R_PLDSIO.
1260
1261config SERIAL_M32R_PLDSIO
1262 bool "M32R SIO I/F on a PLD"
d600b97c 1263 depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
1da177e4
LT
1264 default n
1265 help
1266 Say Y here if you want to use the M32R serial controller
1267 on a PLD (Programmable Logic Device).
1268
1269 If you use an M3T-M32700UT or an OPSPUT platform,
1270 please say Y.
1271
1272config SERIAL_TXX9
1273 bool "TMPTX39XX/49XX SIO support"
bef1f402 1274 depends on HAS_TXX9_SERIAL
1da177e4
LT
1275 select SERIAL_CORE
1276 default y
1277
1278config HAS_TXX9_SERIAL
1279 bool
1280
138c5d25
AN
1281config SERIAL_TXX9_NR_UARTS
1282 int "Maximum number of TMPTX39XX/49XX SIO ports"
1283 depends on SERIAL_TXX9
1284 default "6"
1285
1da177e4
LT
1286config SERIAL_TXX9_CONSOLE
1287 bool "TMPTX39XX/49XX SIO Console support"
1288 depends on SERIAL_TXX9=y
1289 select SERIAL_CORE_CONSOLE
1290
1291config SERIAL_TXX9_STDSERIAL
1292 bool "TX39XX/49XX SIO act as standard serial"
1293 depends on !SERIAL_8250 && SERIAL_TXX9
1294
1295config SERIAL_VR41XX
1296 tristate "NEC VR4100 series Serial Interface Unit support"
1297 depends on CPU_VR41XX
1298 select SERIAL_CORE
1299 help
1300 If you have a NEC VR4100 series processor and you want to use
1301 Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
1302 (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
1303
1304config SERIAL_VR41XX_CONSOLE
1305 bool "Enable NEC VR4100 series Serial Interface Unit console"
2174041d 1306 depends on SERIAL_VR41XX=y
1da177e4
LT
1307 select SERIAL_CORE_CONSOLE
1308 help
1309 If you have a NEC VR4100 series processor and you want to use
1310 a console on a serial port, say Y. Otherwise, say N.
1311
1312config SERIAL_JSM
0a577ce3
AK
1313 tristate "Digi International NEO PCI Support"
1314 depends on PCI
1315 select SERIAL_CORE
1316 help
1317 This is a driver for Digi International's Neo series
1318 of cards which provide multiple serial ports. You would need
1319 something like this to connect more than two modems to your Linux
1320 box, for instance in order to become a dial-in server. This driver
1321 supports PCI boards only.
a5f1e4ed
AO
1322
1323 If you have a card like this, say Y here, otherwise say N.
0a577ce3
AK
1324
1325 To compile this driver as a module, choose M here: the
1326 module will be called jsm.
1da177e4 1327
e5d310b3
BC
1328config SERIAL_SGI_IOC4
1329 tristate "SGI IOC4 controller serial support"
1330 depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
1331 select SERIAL_CORE
1332 help
1333 If you have an SGI Altix with an IOC4 based Base IO card
1334 and wish to use the serial ports on this card, say Y.
1335 Otherwise, say N.
1336
2d0cfb52
PG
1337config SERIAL_SGI_IOC3
1338 tristate "SGI Altix IOC3 serial support"
1339 depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
1340 select SERIAL_CORE
1341 help
1342 If you have an SGI Altix with an IOC3 serial card,
1343 say Y or M. Otherwise, say N.
1344
f8441e13
SH
1345config SERIAL_NETX
1346 bool "NetX serial port support"
1347 depends on ARM && ARCH_NETX
1348 select SERIAL_CORE
1349 help
1350 If you have a machine based on a Hilscher NetX SoC you
1351 can enable its onboard serial port by enabling this option.
1352
1353 To compile this driver as a module, choose M here: the
1354 module will be called netx-serial.
1355
1356config SERIAL_NETX_CONSOLE
1357 bool "Console on NetX serial port"
1358 depends on SERIAL_NETX
1359 select SERIAL_CORE_CONSOLE
1360 help
b885b27c
UKK
1361 If you have enabled the serial port on the Hilscher NetX SoC
1362 you can make it the console by answering Y to this option.
f8441e13 1363
8d38a5b2
AB
1364config SERIAL_OF_PLATFORM
1365 tristate "Serial port on Open Firmware platform bus"
1366 depends on PPC_OF
1367 depends on SERIAL_8250
1368 help
1369 If you have a PowerPC based system that has serial ports
1370 on a platform specific bus, you should enable this option.
1371 Currently, only 8250 compatible ports are supported, but
1372 others can easily be added.
1373
d7584ed2
TT
1374config SERIAL_QE
1375 tristate "Freescale QUICC Engine serial port support"
1376 depends on QUICC_ENGINE
1377 select SERIAL_CORE
1378 select FW_LOADER
1379 default n
1380 help
1381 This driver supports the QE serial ports on Freescale embedded
1382 PowerPC that contain a QUICC Engine.
1383
eea63e0e
TB
1384config SERIAL_SC26XX
1385 tristate "SC2681/SC2692 serial port support"
1386 depends on SNI_RM
1387 select SERIAL_CORE
1388 help
1389 This is a driver for the onboard serial ports of
1390 older RM400 machines.
1391
1392config SERIAL_SC26XX_CONSOLE
1393 bool "Console on SC2681/SC2692 serial port"
1394 depends on SERIAL_SC26XX
1395 select SERIAL_CORE_CONSOLE
1396 help
1397 Support for Console on SC2681/SC2692 serial ports.
1398
2f351741
BW
1399config SERIAL_BFIN_SPORT
1400 tristate "Blackfin SPORT emulate UART (EXPERIMENTAL)"
460ed2ea 1401 depends on BLACKFIN && EXPERIMENTAL
2f351741
BW
1402 select SERIAL_CORE
1403 help
1404 Enble support SPORT emulate UART on Blackfin series.
1405
1406 To compile this driver as a module, choose M here: the
1407 module will be called bfin_sport_uart.
1408
1409choice
1410 prompt "Baud rate for Blackfin SPORT UART"
1411 depends on SERIAL_BFIN_SPORT
1412 default SERIAL_SPORT_BAUD_RATE_57600
1413 help
1414 Choose a baud rate for the SPORT UART, other uart settings are
1415 8 bit, 1 stop bit, no parity, no flow control.
1416
1417config SERIAL_SPORT_BAUD_RATE_115200
1418 bool "115200"
1419
1420config SERIAL_SPORT_BAUD_RATE_57600
1421 bool "57600"
1422
1423config SERIAL_SPORT_BAUD_RATE_38400
1424 bool "38400"
1425
1426config SERIAL_SPORT_BAUD_RATE_19200
1427 bool "19200"
1428
1429config SERIAL_SPORT_BAUD_RATE_9600
1430 bool "9600"
1431endchoice
1432
1433config SPORT_BAUD_RATE
1434 int
1435 depends on SERIAL_BFIN_SPORT
1436 default 115200 if (SERIAL_SPORT_BAUD_RATE_115200)
1437 default 57600 if (SERIAL_SPORT_BAUD_RATE_57600)
1438 default 38400 if (SERIAL_SPORT_BAUD_RATE_38400)
1439 default 19200 if (SERIAL_SPORT_BAUD_RATE_19200)
1440 default 9600 if (SERIAL_SPORT_BAUD_RATE_9600)
1441
1da177e4 1442endmenu