MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / serial / Kconfig
blob97b5d244cc63193407cbaadf7be46adebc287498
2 # Serial device configuration
4 # $Id: Kconfig,v 1.11 2004/03/11 18:08:04 lethal Exp $
7 menu "Serial drivers"
10 # The new 8250/16550 serial drivers
11 config SERIAL_8250
12         tristate "8250/16550 and compatible serial support"
13         depends on (BROKEN || !SPARC64)
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.)
25           To compile this driver as a module, choose M here: the
26           module will be called 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.]
32           BTW1: If you have a mouseman serial mouse which is not recognized by
33           the X window system, try running gpm first.
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.
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.
42 config 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.
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.)
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.
64           If unsure, say N.
66 config SERIAL_8250_CS
67         tristate "8250/16550 PCMCIA device support"
68         depends on PCMCIA && SERIAL_8250
69         ---help---
70           Say Y here to enable support for 16-bit PCMCIA serial devices,
71           including serial port cards, modems, and the modem functions of
72           multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
73           credit-card size devices often used with laptops.)
75           To compile this driver as a module, choose M here: the
76           module will be called serial_cs.
78           If unsure, say N.
80 config SERIAL_8250_ACPI
81         bool "8250/16550 device discovery via ACPI namespace"
82         default y if IA64
83         depends on ACPI_BUS && SERIAL_8250
84         ---help---
85           If you wish to enable serial port discovery via the ACPI
86           namespace, say Y here.  If unsure, say N.
88 config SERIAL_8250_NR_UARTS
89         int "Maximum number of non-legacy 8250/16550 serial ports"
90         depends on SERIAL_8250
91         default "4"
92         ---help---
93           Set this to the number of non-legacy serial ports you want
94           the driver to support.  This includes any ports discovered
95           via ACPI or PCI enumeration and any ports that may be added
96           at run-time via hot-plug.
98 config SERIAL_8250_EXTENDED
99         bool "Extended 8250/16550 serial driver options"
100         depends on SERIAL_8250
101         help
102           If you wish to use any non-standard features of the standard "dumb"
103           driver, say Y here. This includes HUB6 support, shared serial
104           interrupts, special multiport support, support for more than the
105           four COM 1/2/3/4 boards, etc.
107           Note that the answer to this question won't directly affect the
108           kernel: saying N will just cause the configurator to skip all
109           the questions about serial driver options. If unsure, say N.
111 config SERIAL_8250_MANY_PORTS
112         bool "Support more than 4 legacy serial ports"
113         depends on SERIAL_8250_EXTENDED && !IA64
114         help
115           Say Y here if you have dumb serial boards other than the four
116           standard COM 1/2/3/4 ports. This may happen if you have an AST
117           FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
118           from <http://www.tldp.org/docs.html#howto>), or other custom
119           serial port hardware which acts similar to standard serial port
120           hardware. If you only use the standard COM 1/2/3/4 ports, you can
121           say N here to save some memory. You can also say Y if you have an
122           "intelligent" multiport card such as Cyclades, Digiboards, etc.
124 config SERIAL_8250_SHARE_IRQ
125         bool "Support for sharing serial interrupts"
126         depends on SERIAL_8250_EXTENDED
127         help
128           Some serial boards have hardware support which allows multiple dumb
129           serial ports on the same board to share a single IRQ. To enable
130           support for this in the serial driver, say Y here.
132 config SERIAL_8250_DETECT_IRQ
133         bool "Autodetect IRQ on standard ports (unsafe)"
134         depends on SERIAL_8250_EXTENDED
135         help
136           Say Y here if you want the kernel to try to guess which IRQ
137           to use for your serial port.
139           This is considered unsafe; it is far better to configure the IRQ in
140           a boot script using the setserial command.
142           If unsure, say N.
144 config SERIAL_8250_MULTIPORT
145         bool "Support special multiport boards"
146         depends on SERIAL_8250_EXTENDED
147         help
148           Some multiport serial ports have special ports which are used to
149           signal when there are any serial ports on the board which need
150           servicing. Say Y here to enable the serial driver to take advantage
151           of those special I/O ports.
153 config SERIAL_8250_RSA
154         bool "Support RSA serial ports"
155         depends on SERIAL_8250_EXTENDED
156         help
157           ::: To be written :::
159 comment "Non-8250 serial port support"
161 config SERIAL_8250_ACORN
162         tristate "Acorn expansion card serial port support"
163         depends on ARM && ARCH_ACORN && SERIAL_8250
164         help
165           If you have an Atomwide Serial card or Serial Port card for an Acorn
166           system, say Y to this option.  The driver can handle 1, 2, or 3 port
167           cards.  If unsure, say N.
169 config SERIAL_AMBA_PL010
170         tristate "ARM AMBA PL010 serial port support"
171         depends on ARM_AMBA
172         select SERIAL_CORE
173         help
174           This selects the ARM(R) AMBA(R) PrimeCell PL010 UART.  If you have
175           an Integrator/AP or Integrator/PP2 platform, say Y or M here.
177           If unsure, say N.
179 config SERIAL_AMBA_PL010_CONSOLE
180         bool "Support for console on AMBA serial port"
181         depends on SERIAL_AMBA_PL010=y
182         select SERIAL_CORE_CONSOLE
183         ---help---
184           Say Y here if you wish to use an AMBA PrimeCell UART as the system
185           console (the system console is the device which receives all kernel
186           messages and warnings and which allows logins in single user mode).
188           Even if you say Y here, the currently visible framebuffer console
189           (/dev/tty0) will still be used as the system console by default, but
190           you can alter that using a kernel command line option such as
191           "console=ttyAM0". (Try "man bootparam" or see the documentation of
192           your boot loader (lilo or loadlin) about how to pass options to the
193           kernel at boot time.)
195 config SERIAL_AMBA_PL011
196         tristate "ARM AMBA PL011 serial port support"
197         depends on ARM_AMBA
198         select SERIAL_CORE
199         help
200           This selects the ARM(R) AMBA(R) PrimeCell PL011 UART.  If you have
201           an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
202           here.
204           If unsure, say N.
206 config SERIAL_AMBA_PL011_CONSOLE
207         bool "Support for console on AMBA serial port"
208         depends on SERIAL_AMBA_PL011=y
209         select SERIAL_CORE_CONSOLE
210         ---help---
211           Say Y here if you wish to use an AMBA PrimeCell UART as the system
212           console (the system console is the device which receives all kernel
213           messages and warnings and which allows logins in single user mode).
215           Even if you say Y here, the currently visible framebuffer console
216           (/dev/tty0) will still be used as the system console by default, but
217           you can alter that using a kernel command line option such as
218           "console=ttyAM0". (Try "man bootparam" or see the documentation of
219           your boot loader (lilo or loadlin) about how to pass options to the
220           kernel at boot time.)
222 config SERIAL_T32
223         bool "T32 ARM JTAG serial emulation port support"
224         depends on ARM
225         select SERIAL_CORE
226         help
227           This selects serial port emulation driver for Trace32 Jtag 
228           debugger for ARM architecture. You should make an terminal with
229           JTAG1 protocol.
231           if unsure, say N.
233 config SERIAL_T32_CONSOLE
234         bool "Support for console on T32 JTAG port"
235         depends on SERIAL_T32
236         select SERIAL_CORE_CONSOLE
237         help
238           Say Y here if you wish to use T32 ARM JTAG serial emulation port
239           as the system console. you can use command line option "console=ttyJ0"
240           for manual console driver setup.
242           if unsure, say N.
244 config SERIAL_CLPS711X
245         tristate "CLPS711X serial port support"
246         depends on ARM && ARCH_CLPS711X
247         select SERIAL_CORE
248         help
249           ::: To be written :::
251 config SERIAL_CLPS711X_CONSOLE
252         bool "Support for console on CLPS711X serial port"
253         depends on SERIAL_CLPS711X=y
254         select SERIAL_CORE_CONSOLE
255         help
256           Even if you say Y here, the currently visible virtual console
257           (/dev/tty0) will still be used as the system console by default, but
258           you can alter that using a kernel command line option such as
259           "console=ttyCL1". (Try "man bootparam" or see the documentation of
260           your boot loader (lilo or loadlin) about how to pass options to the
261           kernel at boot time.)
263 config SERIAL_S3C2410
264         tristate "Samsung S3C2410 Serial port support"
265         depends on ARM && ARCH_S3C2410
266         select SERIAL_CORE
267         help
268           Support for the on-chip UARTs on the Samsung S3C2410X CPU,
269           providing /dev/ttySAC0, 1 and 2 (note, some machines may not
270           provide all of these ports, depending on how the serial port
271           pins are configured.
273 config SERIAL_S3C2410_CONSOLE
274         bool "Support for console on S3C2410 serial port"
275         depends on SERIAL_S3C2410=y
276         select SERIAL_CORE_CONSOLE
277         help
278           Allow selection of the S3C2410 on-board serial ports for use as
279           an virtual console.
281           Even if you say Y here, the currently visible virtual console
282           (/dev/tty0) will still be used as the system console by default, but
283           you can alter that using a kernel command line option such as
284           "console=ttySACx". (Try "man bootparam" or see the documentation of
285           your boot loader about how to pass options to the kernel at
286           boot time.)
288 config SERIAL_BAST_SIO
289         bool "Support for BAST SuperIO serial ports"
290         depends on ARCH_BAST && SERIAL_8250=y
291         help
292           Support for registerin the SuperIO chip on BAST board with
293           the 8250/16550 uart code.
295 config SERIAL_S3C4510B
296         tristate "Samsung S3C4510B Serial port support"
297         depends on ARM && CPU_S3C4510B
298         select SERIAL_CORE
299         help
300           Support for the on-chip UARTs on the Samsung S3C4510B CPU,
301           providing /dev/ttyS0 and 1.
303 config SERIAL_S3C4510B_CONSOLE
304         bool "Support for console on S3C4510B serial port"
305         depends on SERIAL_S3C4510B=y
306         select SERIAL_CORE_CONSOLE
307         help
308           Allow selection of the S3C4510B on-board serial ports for use as
309           an virtual console.
311           Even if you say Y here, the currently visible virtual console
312           (/dev/tty0) will still be used as the system console by default, but
313           you can alter that using a kernel command line option such as
314           "console=ttySx". 
316 config SERIAL_DZ
317         bool "DECstation DZ serial driver"
318         depends on MACH_DECSTATION && MIPS32
319         select SERIAL_CORE
320         help
321           DZ11-family serial controllers for VAXstations, including the
322           DC7085, M7814, and M7819.
324 config SERIAL_DZ_CONSOLE
325         bool "Support console on DECstation DZ serial driver"
326         depends on SERIAL_DZ=y
327         select SERIAL_CORE_CONSOLE
328         help
329           If you say Y here, it will be possible to use a serial port as the
330           system console (the system console is the device which receives all
331           kernel messages and warnings and which allows logins in single user
332           mode).  Note that the firmware uses ttyS0 as the serial console on
333           the Maxine and ttyS2 on the others.
335           If unsure, say Y.
337 config SERIAL_21285
338         tristate "DC21285 serial port support"
339         depends on ARM && FOOTBRIDGE
340         select SERIAL_CORE
341         help
342           If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
343           PCI bridge you can enable its onboard serial port by enabling this
344           option.
346 config SERIAL_21285_CONSOLE
347         bool "Console on DC21285 serial port"
348         depends on SERIAL_21285=y
349         select SERIAL_CORE_CONSOLE
350         help
351           If you have enabled the serial port on the 21285 footbridge you can
352           make it the console by answering Y to this option.
354           Even if you say Y here, the currently visible virtual console
355           (/dev/tty0) will still be used as the system console by default, but
356           you can alter that using a kernel command line option such as
357           "console=ttyFB". (Try "man bootparam" or see the documentation of
358           your boot loader (lilo or loadlin) about how to pass options to the
359           kernel at boot time.)
361 config SERIAL_UART00
362         bool "Excalibur serial port (uart00) support"
363         depends on ARM && ARCH_CAMELOT
364         select SERIAL_CORE
365         help
366           Say Y here if you want to use the hard logic uart on Excalibur. This
367           driver also supports soft logic implentations of this uart core.
369 config SERIAL_UART00_CONSOLE
370         bool "Support for console on Excalibur serial port"
371         depends on SERIAL_UART00
372         select SERIAL_CORE_CONSOLE
373         help
374           Say Y here if you want to support a serial console on an Excalibur
375           hard logic uart or uart00 IP core.
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=ttyS1". (Try "man bootparam" or see the documentation of
381           your boot loader (lilo or loadlin) about how to pass options to the
382           kernel at boot time.)
384 config SERIAL_PXA
385         bool "PXA serial port support"
386         depends on ARM && ARCH_PXA
387         select SERIAL_CORE
388         help
389           If you have a machine based on an Intel XScale PXA2xx CPU you
390           can enable its onboard serial ports by enabling this option.
392 config SERIAL_PXA_CONSOLE
393         bool "Console on PXA serial port"
394         depends on SERIAL_PXA
395         select SERIAL_CORE_CONSOLE
396         help
397           If you have enabled the serial port on the Intel XScale PXA
398           CPU you can make it the console by answering Y to this option.
400           Even if you say Y here, the currently visible virtual console
401           (/dev/tty0) will still be used as the system console by default, but
402           you can alter that using a kernel command line option such as
403           "console=ttySA0". (Try "man bootparam" or see the documentation of
404           your boot loader (lilo or loadlin) about how to pass options to the
405           kernel at boot time.)
407 config SERIAL_SA1100
408         bool "SA1100 serial port support"
409         depends on ARM && ARCH_SA1100
410         select SERIAL_CORE
411         help
412           If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
413           can enable its onboard serial port by enabling this option.
414           Please read <file:Documentation/arm/SA1100/serial_UART> for further
415           info.
417 config SERIAL_SA1100_CONSOLE
418         bool "Console on SA1100 serial port"
419         depends on SERIAL_SA1100
420         select SERIAL_CORE_CONSOLE
421         help
422           If you have enabled the serial port on the SA1100/SA1110 StrongARM
423           CPU you can make it the console by answering Y to this option.
425           Even if you say Y here, the currently visible virtual console
426           (/dev/tty0) will still be used as the system console by default, but
427           you can alter that using a kernel command line option such as
428           "console=ttySA0". (Try "man bootparam" or see the documentation of
429           your boot loader (lilo or loadlin) about how to pass options to the
430           kernel at boot time.)
432 config SERIAL_SUNCORE
433         bool
434         depends on SPARC32 || SPARC64
435         select SERIAL_CORE
436         select SERIAL_CORE_CONSOLE
437         default y
439 config SERIAL_SUNZILOG
440         tristate "Sun Zilog8530 serial support"
441         depends on SPARC32 || SPARC64
442         help
443           This driver supports the Zilog8530 serial ports found on many Sparc
444           systems.  Say Y or M if you want to be able to these serial ports.
446 config SERIAL_SUNZILOG_CONSOLE
447         bool "Console on Sun Zilog8530 serial port"
448         depends on SERIAL_SUNZILOG=y
449         help
450           If you would like to be able to use the Zilog8530 serial port
451           on your Sparc system as the console, you can do so by answering
452           Y to this option.
454 config SERIAL_SUNSU
455         tristate "Sun SU serial support"
456         depends on (SPARC32 || SPARC64) && PCI
457         help
458           This driver supports the 8250 serial ports that run the keyboard and
459           mouse on (PCI) UltraSPARC systems.  Say Y or M if you want to be able
460           to these serial ports.
462 config SERIAL_SUNSU_CONSOLE
463         bool "Console on Sun SU serial port"
464         depends on SERIAL_SUNSU=y
465         help
466           If you would like to be able to use the SU serial port
467           on your Sparc system as the console, you can do so by answering
468           Y to this option.
470 config SERIAL_MUX
471         tristate "Serial MUX support"
472         depends on PARISC
473         select SERIAL_CORE
474         default y
475         ---help---
476           Saying Y here will enable the hardware MUX serial driver for
477           the Nova and K class systems.  The hardware MUX is not 8250/16550 
478           compatible therefore the /dev/ttyB0 device is shared between the 
479           Serial MUX and the PDC software console.  The following steps 
480           need to be completed to use the Serial MUX:
482             1. create the device entry (mknod /dev/ttyB0 c 11 0)
483             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
484             3. Add device ttyB0 to /etc/securetty (if you want to log on as
485                  root on this console.)
486             4. Change the kernel command console parameter to: console=ttyB0
488 config SERIAL_MUX_CONSOLE
489         bool "Support for console on serial MUX"
490         depends on SERIAL_MUX
491         select SERIAL_CORE_CONSOLE
492         default y
494 config PDC_CONSOLE
495         bool "PDC software console support"
496         depends on PARISC && !SERIAL_MUX && VT
497         default n
498         help
499           Saying Y here will enable the software based PDC console to be 
500           used as the system console.  This is useful for machines in 
501           which the hardware based console has not been written yet.  The
502           following steps must be competed to use the PDC console:
504             1. create the device entry (mknod /dev/ttyB0 c 11 0)
505             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
506             3. Add device ttyB0 to /etc/securetty (if you want to log on as
507                  root on this console.)
508             4. Change the kernel command console parameter to: console=ttyB0
510 config SERIAL_SUNSAB
511         tristate "Sun Siemens SAB82532 serial support"
512         depends on (SPARC32 || SPARC64) && PCI
513         help
514           This driver supports the Siemens SAB82532 DUSCC serial ports on newer
515           (PCI) UltraSPARC systems.  Say Y or M if you want to be able to these
516           serial ports.
518 config SERIAL_SUNSAB_CONSOLE
519         bool "Console on Sun Siemens SAB82532 serial port"
520         depends on SERIAL_SUNSAB=y
521         help
522           If you would like to be able to use the SAB82532 serial port
523           on your Sparc system as the console, you can do so by answering
524           Y to this option.
526 config SERIAL_IP22_ZILOG
527         tristate "IP22 Zilog8530 serial support"
528         depends on SGI_IP22
529         select SERIAL_CORE
530         help
531           This driver supports the Zilog8530 serial ports found on SGI IP22
532           systems.  Say Y or M if you want to be able to these serial ports.
534 config SERIAL_IP22_ZILOG_CONSOLE
535         bool "Console on IP22 Zilog8530 serial port"
536         depends on SERIAL_IP22_ZILOG=y
537         select SERIAL_CORE_CONSOLE
538         help
540 config V850E_UART
541         bool "NEC V850E on-chip UART support"
542         depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1
543         select SERIAL_CORE
544         default y
546 config V850E_UARTB
547         bool
548         depends V850E_UART && V850E_ME2
549         default y
551 config V850E_UART_CONSOLE
552         bool "Use NEC V850E on-chip UART for console"
553         depends on V850E_UART
554         select SERIAL_CORE_CONSOLE
556 config SERIAL_SH_SCI
557         tristate "SH SCI(F) serial port support"
558         depends on SUPERH || H8300
559         select SERIAL_CORE
561 config SERIAL_SH_SCI_CONSOLE
562         bool "Support for console on SH SCI(F)"
563         depends on SERIAL_SH_SCI=y
564         select SERIAL_CORE_CONSOLE
566 config SERIAL_AU1X00
567         bool "Enable Au1x00 UART Support"
568         depends on MIPS && SOC_AU1X00
569         select SERIAL_CORE
570         help
571           If you have an Alchemy AU1X00 processor (MIPS based) and you want
572           to use serial ports, say Y.  Otherwise, say N.
574 config SERIAL_AU1X00_CONSOLE
575         bool "Enable Au1x00 serial console"
576         depends on SERIAL_AU1X00
577         select SERIAL_CORE_CONSOLE
578         help
579           If you have an Alchemy AU1X00 processor (MIPS based) and you want
580           to use a console on a serial port, say Y.  Otherwise, say N.
582 config SERIAL_CORE
583         tristate
585 config SERIAL_CORE_CONSOLE
586         bool
588 config SERIAL_68328
589         bool "68328 serial support"
590         depends on M68328 || M68EZ328 || M68VZ328
591         help
592           This driver supports the built-in serial port of the Motorola 68328
593           (standard, EZ and VZ varities).
595 config SERIAL_68328_RTS_CTS
596         bool "Support RTS/CTS on 68328 serial port"
597         depends on SERIAL_68328
599 config SERIAL_COLDFIRE
600         bool "ColdFire serial support"
601         depends on COLDFIRE
602         help
603           This driver supports the built-in serial ports of the Motorola ColdFire
604           family of CPUs.
606 config SERIAL_68360_SMC
607         bool "68360 SMC uart support"
608         depends on M68360
609         help
610           This driver supports the SMC serial ports of the Motorola 68360 CPU.
612 config SERIAL_68360_SCC
613         bool "68360 SCC uart support"
614         depends on M68360
615         help
616           This driver supports the SCC serial ports of the Motorola 68360 CPU.
618 config SERIAL_68360
619         bool
620         depends on SERIAL_68360_SMC || SERIAL_68360_SCC
621         default y
623 config SERIAL_PMACZILOG
624         tristate "PowerMac z85c30 ESCC support"
625         depends on PPC_OF
626         select SERIAL_CORE
627         help
628           This driver supports the Zilog z85C30 serial ports found on
629           PowerMac machines.
630           Say Y or M if you want to be able to these serial ports.
632 config SERIAL_PMACZILOG_CONSOLE
633         bool "Console on PowerMac z85c30 serial port"
634         depends on SERIAL_PMACZILOG=y
635         select SERIAL_CORE_CONSOLE
636         help
637           If you would like to be able to use the z85c30 serial port
638           on your PowerMac as the console, you can do so by answering
639           Y to this option.
641 config SERIAL_ATMEL
642         bool "ATMEL uart support"
643         depends on ARCH_ATMEL
644         help
645           This driver supports the uart ports of the ATMEL AT91 series.
647 config SERIAL_ATMEL_CONSOLE
648         bool "Console on ATMEL uart"
649         depends on SERIAL_ATMEL
650         help
651           If you would like to be able to use the ATMEL uart port
652           as the console, say Y to this option.
654 config SERIAL_LH7A40X
655         tristate "Sharp LH7A40X embedded UART support"
656         depends on ARM && ARCH_LH7A40X
657         select SERIAL_CORE
658         help
659           This enables support for the three on-board UARTs of the
660           Sharp LH7A40X series CPUs.  Choose Y or M.
662 config SERIAL_LH7A40X_CONSOLE
663         bool "Support for connsole on Sharp LH7A40X serial port"
664         depends on SERIAL_LH7A40X=y
665         select SERIAL_CORE_CONSOLE
666         help
667           Say Y here if you wish to use one of the serial ports as the
668           system console--the system console is the device which
669           receives all kernel messages and warnings and which allows
670           logins in single user mode.
672           Even if you say Y here, the currently visible framebuffer console
673           (/dev/tty0) will still be used as the default system console, but
674           you can alter that using a kernel command line, for example
675           "console=ttyAM1".
677 config SERIAL_CPM
678         tristate "CPM SCC/SMC serial port support"
679         depends on CPM2 || 8xx
680         select SERIAL_CORE
681         help
682           This driver supports the SCC and SMC serial ports on Motorola 
683           embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
685 config SERIAL_CPM_CONSOLE
686         bool "Support for console on CPM SCC/SMC serial port"
687         depends on SERIAL_CPM=y
688         select SERIAL_CORE_CONSOLE
689         help
690           Say Y here if you wish to use a SCC or SMC CPM UART as the system
691           console (the system console is the device which receives all kernel
692           messages and warnings and which allows logins in single user mode).
694           Even if you say Y here, the currently visible framebuffer console
695           (/dev/tty0) will still be used as the system console by default, but
696           you can alter that using a kernel command line option such as
697           "console=ttyCPM0". (Try "man bootparam" or see the documentation of
698           your boot loader (lilo or loadlin) about how to pass options to the
699           kernel at boot time.)
701 config SERIAL_CPM_SCC1
702         bool "Support for SCC1 serial port"
703         depends on SERIAL_CPM=y
704         help
705           Select the is option to use SCC1 as a serial port
707 config SERIAL_CPM_SCC2
708         bool "Support for SCC2 serial port"
709         depends on SERIAL_CPM=y
710         help
711           Select the is option to use SCC2 as a serial port
713 config SERIAL_CPM_SCC3
714         bool "Support for SCC3 serial port"
715         depends on SERIAL_CPM=y
716         help
717           Select the is option to use SCC3 as a serial port
719 config SERIAL_CPM_SCC4
720         bool "Support for SCC4 serial port"
721         depends on SERIAL_CPM=y
722         help
723           Select the is option to use SCC4 as a serial port
725 config SERIAL_CPM_SMC1
726         bool "Support for SMC1 serial port"
727         depends on SERIAL_CPM=y
728         help
729           Select the is option to use SMC1 as a serial port
731 config SERIAL_CPM_SMC2
732         bool "Support for SMC2 serial port"
733         depends on SERIAL_CPM=y
734         help
735           Select the is option to use SMC2 as a serial port
737 config SERIAL_SGI_L1_CONSOLE
738         bool "SGI Altix L1 serial console support"
739         depends on IA64_GENERIC || IA64_SGI_SN2
740         select SERIAL_CORE
741         select SERIAL_CORE_CONSOLE
742         help
743                 If you have an SGI Altix and you would like to use the system
744                 controller serial port as your console (you want this!),
745                 say Y.  Otherwise, say N.
747 config SERIAL_MPC52xx
748         tristate "Freescale MPC52xx family PSC serial support"
749         depends on PPC_MPC52xx
750         select SERIAL_CORE
751         help
752           This drivers support the MPC52xx PSC serial ports. If you would
753           like to use them, you must answer Y or M to this option. Not that
754           for use as console, it must be included in kernel and not as a
755           module.
757 config SERIAL_MPC52xx_CONSOLE
758         bool "Console on a Freescale MPC52xx family PSC serial port"
759         depends on SERIAL_MPC52xx=y
760         select SERIAL_CORE_CONSOLE
761         help
762           Select this options if you'd like to use one of the PSC serial port
763           of the Freescale MPC52xx family as a console.
765 config SERIAL_MPC52xx_CONSOLE_BAUD
766         int "Freescale MPC52xx family PSC serial port baud"
767         depends on SERIAL_MPC52xx_CONSOLE=y
768         default "9600"
769         help
770           Select the MPC52xx console baud rate.
771           This value is only used if the bootloader doesn't pass in the
772           console baudrate
774 config SERIAL_ICOM
775         tristate "IBM Multiport Serial Adapter"
776         depends on PPC_ISERIES || PPC_PSERIES
777         select SERIAL_CORE
778         help
779           This driver is for a family of multiport serial adapters
780           including 2 port RVX, 2 port internal modem, 4 port internal
781           modem and a split 1 port RVX and 1 port internal modem.
783           This driver can also be built as a module.  If so, the module
784           will be called icom.
786 config P2001_UART
787         tristate "P2001 uart driver"
788         depends on ARM && ARCH_P2001
789         default y
790         select SERIAL_CORE
791         help
792           P2001 uart driver
794 config P2001_UART_CONSOLE
795         bool "P2001 console on uart driver"
796         depends on P2001_UART=y
797         select SERIAL_CORE_CONSOLE
798         help
799           P2001 console on uart driver
801 endmenu