Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / drivers / serial / Kconfig
1 #
2 # Serial device configuration
3 #
4 # $Id: Kconfig,v 1.11 2004/03/11 18:08:04 lethal Exp $
5 #
6
7 menu "Serial drivers"
8
9 #
10 # The new 8250/16550 serial drivers
11 config SERIAL_8250
12         tristate "8250/16550 and compatible serial support"
13         select SERIAL_CORE
14         ---help---
15           This selects whether you want to include the driver for the standard
16           serial ports.  The standard answer is Y.  People who might say N
17           here are those that are setting up dedicated Ethernet WWW/FTP
18           servers, or users that have one of the various bus mice instead of a
19           serial mouse and don't intend to use their machine's standard serial
20           port for anything.  (Note that the Cyclades and Stallion multi
21           serial port drivers do not need this driver built in for them to
22           work.)
23
24           To compile this driver as a module, choose M here: the
25           module will be called serial.
26           [WARNING: Do not compile this driver as a module if you are using
27           non-standard serial ports, since the configuration information will
28           be lost when the driver is unloaded.  This limitation may be lifted
29           in the future.]
30
31           BTW1: If you have a mouseman serial mouse which is not recognized by
32           the X window system, try running gpm first.
33
34           BTW2: If you intend to use a software modem (also called Winmodem)
35           under Linux, forget it.  These modems are crippled and require
36           proprietary drivers which are only available under Windows.
37
38           Most people will say Y or M here, so that they can use serial mice,
39           modems and similar devices connecting to the standard serial ports.
40
41 config SERIAL_8250_CONSOLE
42         bool "Console on 8250/16550 and compatible serial port"
43         depends on SERIAL_8250=y
44         select SERIAL_CORE_CONSOLE
45         ---help---
46           If you say Y here, it will be possible to use a serial port as the
47           system console (the system console is the device which receives all
48           kernel messages and warnings and which allows logins in single user
49           mode). This could be useful if some terminal or printer is connected
50           to that serial port.
51
52           Even if you say Y here, the currently visible virtual console
53           (/dev/tty0) will still be used as the system console by default, but
54           you can alter that using a kernel command line option such as
55           "console=ttyS1". (Try "man bootparam" or see the documentation of
56           your boot loader (grub or lilo or loadlin) about how to pass options
57           to the kernel at boot time.)
58
59           If you don't have a VGA card installed and you say Y here, the
60           kernel will automatically use the first serial line, /dev/ttyS0, as
61           system console.
62
63           If unsure, say N.
64
65 config SERIAL_8250_CS
66         tristate "8250/16550 PCMCIA device support"
67         depends on PCMCIA && SERIAL_8250
68         ---help---
69           Say Y here to enable support for 16-bit PCMCIA serial devices,
70           including serial port cards, modems, and the modem functions of
71           multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
72           credit-card size devices often used with laptops.)
73
74           To compile this driver as a module, choose M here: the
75           module will be called serial_cs.
76
77           If unsure, say N.
78
79 config SERIAL_8250_ACPI
80         bool "8250/16550 device discovery via ACPI namespace"
81         default y if IA64
82         depends on ACPI_BUS && SERIAL_8250
83         ---help---
84           If you wish to enable serial port discovery via the ACPI
85           namespace, say Y here.  If unsure, say N.
86
87 config SERIAL_8250_NR_UARTS
88         int "Maximum number of non-legacy 8250/16550 serial ports"
89         depends on SERIAL_8250
90         default "4"
91         ---help---
92           Set this to the number of non-legacy serial ports you want
93           the driver to support.  This includes any ports discovered
94           via ACPI or PCI enumeration and any ports that may be added
95           at run-time via hot-plug.
96
97 config SERIAL_8250_EXTENDED
98         bool "Extended 8250/16550 serial driver options"
99         depends on SERIAL_8250
100         help
101           If you wish to use any non-standard features of the standard "dumb"
102           driver, say Y here. This includes HUB6 support, shared serial
103           interrupts, special multiport support, support for more than the
104           four COM 1/2/3/4 boards, etc.
105
106           Note that the answer to this question won't directly affect the
107           kernel: saying N will just cause the configurator to skip all
108           the questions about serial driver options. If unsure, say N.
109
110 config SERIAL_8250_MANY_PORTS
111         bool "Support more than 4 legacy serial ports"
112         depends on SERIAL_8250_EXTENDED && !IA64
113         help
114           Say Y here if you have dumb serial boards other than the four
115           standard COM 1/2/3/4 ports. This may happen if you have an AST
116           FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
117           from <http://www.tldp.org/docs.html#howto>), or other custom
118           serial port hardware which acts similar to standard serial port
119           hardware. If you only use the standard COM 1/2/3/4 ports, you can
120           say N here to save some memory. You can also say Y if you have an
121           "intelligent" multiport card such as Cyclades, Digiboards, etc.
122
123 config SERIAL_8250_SHARE_IRQ
124         bool "Support for sharing serial interrupts"
125         depends on SERIAL_8250_EXTENDED
126         help
127           Some serial boards have hardware support which allows multiple dumb
128           serial ports on the same board to share a single IRQ. To enable
129           support for this in the serial driver, say Y here.
130
131 config SERIAL_8250_DETECT_IRQ
132         bool "Autodetect IRQ on standard ports (unsafe)"
133         depends on SERIAL_8250_EXTENDED
134         help
135           Say Y here if you want the kernel to try to guess which IRQ
136           to use for your serial port.
137
138           This is considered unsafe; it is far better to configure the IRQ in
139           a boot script using the setserial command.
140
141           If unsure, say N.
142
143 config SERIAL_8250_MULTIPORT
144         bool "Support special multiport boards"
145         depends on SERIAL_8250_EXTENDED
146         help
147           Some multiport serial ports have special ports which are used to
148           signal when there are any serial ports on the board which need
149           servicing. Say Y here to enable the serial driver to take advantage
150           of those special I/O ports.
151
152 config SERIAL_8250_RSA
153         bool "Support RSA serial ports"
154         depends on SERIAL_8250_EXTENDED
155         help
156           ::: To be written :::
157
158 comment "Non-8250 serial port support"
159
160 config SERIAL_8250_ACORN
161         tristate "Acorn expansion card serial port support"
162         depends on ARM && ARCH_ACORN && SERIAL_8250
163         help
164           If you have an Atomwide Serial card or Serial Port card for an Acorn
165           system, say Y to this option.  The driver can handle 1, 2, or 3 port
166           cards.  If unsure, say N.
167
168 config SERIAL_AMBA_PL010
169         tristate "ARM AMBA PL010 serial port support"
170         depends on ARM_AMBA
171         select SERIAL_CORE
172         help
173           This selects the ARM(R) AMBA(R) PrimeCell PL010 UART.  If you have
174           an Integrator/AP or Integrator/PP2 platform, say Y or M here.
175
176           If unsure, say N.
177
178 config SERIAL_AMBA_PL010_CONSOLE
179         bool "Support for console on AMBA serial port"
180         depends on SERIAL_AMBA_PL010=y
181         select SERIAL_CORE_CONSOLE
182         ---help---
183           Say Y here if you wish to use an AMBA PrimeCell UART as the system
184           console (the system console is the device which receives all kernel
185           messages and warnings and which allows logins in single user mode).
186
187           Even if you say Y here, the currently visible framebuffer console
188           (/dev/tty0) will still be used as the system console by default, but
189           you can alter that using a kernel command line option such as
190           "console=ttyAM0". (Try "man bootparam" or see the documentation of
191           your boot loader (lilo or loadlin) about how to pass options to the
192           kernel at boot time.)
193
194 config SERIAL_AMBA_PL011
195         tristate "ARM AMBA PL011 serial port support"
196         depends on ARM_AMBA
197         select SERIAL_CORE
198         help
199           This selects the ARM(R) AMBA(R) PrimeCell PL011 UART.  If you have
200           an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
201           here.
202
203           If unsure, say N.
204
205 config SERIAL_AMBA_PL011_CONSOLE
206         bool "Support for console on AMBA serial port"
207         depends on SERIAL_AMBA_PL011=y
208         select SERIAL_CORE_CONSOLE
209         ---help---
210           Say Y here if you wish to use an AMBA PrimeCell UART as the system
211           console (the system console is the device which receives all kernel
212           messages and warnings and which allows logins in single user mode).
213
214           Even if you say Y here, the currently visible framebuffer console
215           (/dev/tty0) will still be used as the system console by default, but
216           you can alter that using a kernel command line option such as
217           "console=ttyAM0". (Try "man bootparam" or see the documentation of
218           your boot loader (lilo or loadlin) about how to pass options to the
219           kernel at boot time.)
220
221 config SERIAL_CLPS711X
222         tristate "CLPS711X serial port support"
223         depends on ARM && ARCH_CLPS711X
224         select SERIAL_CORE
225         help
226           ::: To be written :::
227
228 config SERIAL_CLPS711X_CONSOLE
229         bool "Support for console on CLPS711X serial port"
230         depends on SERIAL_CLPS711X=y
231         select SERIAL_CORE_CONSOLE
232         help
233           Even if you say Y here, the currently visible virtual console
234           (/dev/tty0) will still be used as the system console by default, but
235           you can alter that using a kernel command line option such as
236           "console=ttyCL1". (Try "man bootparam" or see the documentation of
237           your boot loader (lilo or loadlin) about how to pass options to the
238           kernel at boot time.)
239
240 config SERIAL_S3C2410
241         tristate "Samsung S3C2410 Serial port support"
242         depends on ARM && ARCH_S3C2410
243         select SERIAL_CORE
244         help
245           Support for the on-chip UARTs on the Samsung S3C2410X CPU,
246           providing /dev/ttySAC0, 1 and 2 (note, some machines may not
247           provide all of these ports, depending on how the serial port
248           pins are configured.
249
250 config SERIAL_S3C2410_CONSOLE
251         bool "Support for console on S3C2410 serial port"
252         depends on SERIAL_S3C2410=y
253         select SERIAL_CORE_CONSOLE
254         help
255           Allow selection of the S3C2410 on-board serial ports for use as
256           an virtual console.
257
258           Even if you say Y here, the currently visible virtual console
259           (/dev/tty0) will still be used as the system console by default, but
260           you can alter that using a kernel command line option such as
261           "console=ttySACx". (Try "man bootparam" or see the documentation of
262           your boot loader about how to pass options to the kernel at
263           boot time.)
264
265 config SERIAL_BAST_SIO
266         bool "Support for BAST SuperIO serial ports"
267         depends on ARCH_BAST && SERIAL_8250=y
268         help
269           Support for registerin the SuperIO chip on BAST board with
270           the 8250/16550 uart code.
271
272 config SERIAL_DZ
273         bool "DECstation DZ serial driver"
274         depends on MACH_DECSTATION && MIPS32
275         select SERIAL_CORE
276         help
277           DZ11-family serial controllers for VAXstations, including the
278           DC7085, M7814, and M7819.
279
280 config SERIAL_DZ_CONSOLE
281         bool "Support console on DECstation DZ serial driver"
282         depends on SERIAL_DZ=y
283         select SERIAL_CORE_CONSOLE
284         help
285           If you say Y here, it will be possible to use a serial port as the
286           system console (the system console is the device which receives all
287           kernel messages and warnings and which allows logins in single user
288           mode).  Note that the firmware uses ttyS0 as the serial console on
289           the Maxine and ttyS2 on the others.
290
291           If unsure, say Y.
292
293 config SERIAL_21285
294         tristate "DC21285 serial port support"
295         depends on ARM && FOOTBRIDGE
296         select SERIAL_CORE
297         help
298           If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
299           PCI bridge you can enable its onboard serial port by enabling this
300           option.
301
302 config SERIAL_21285_CONSOLE
303         bool "Console on DC21285 serial port"
304         depends on SERIAL_21285=y
305         select SERIAL_CORE_CONSOLE
306         help
307           If you have enabled the serial port on the 21285 footbridge you can
308           make it the console by answering Y to this option.
309
310           Even if you say Y here, the currently visible virtual console
311           (/dev/tty0) will still be used as the system console by default, but
312           you can alter that using a kernel command line option such as
313           "console=ttyFB". (Try "man bootparam" or see the documentation of
314           your boot loader (lilo or loadlin) about how to pass options to the
315           kernel at boot time.)
316
317 config SERIAL_UART00
318         bool "Excalibur serial port (uart00) support"
319         depends on ARM && ARCH_CAMELOT
320         select SERIAL_CORE
321         help
322           Say Y here if you want to use the hard logic uart on Excalibur. This
323           driver also supports soft logic implentations of this uart core.
324
325 config SERIAL_UART00_CONSOLE
326         bool "Support for console on Excalibur serial port"
327         depends on SERIAL_UART00
328         select SERIAL_CORE_CONSOLE
329         help
330           Say Y here if you want to support a serial console on an Excalibur
331           hard logic uart or uart00 IP core.
332
333           Even if you say Y here, the currently visible virtual console
334           (/dev/tty0) will still be used as the system console by default, but
335           you can alter that using a kernel command line option such as
336           "console=ttyS1". (Try "man bootparam" or see the documentation of
337           your boot loader (lilo or loadlin) about how to pass options to the
338           kernel at boot time.)
339
340 config SERIAL_PXA
341         bool "PXA serial port support"
342         depends on ARM && ARCH_PXA
343         select SERIAL_CORE
344         help
345           If you have a machine based on an Intel XScale PXA2xx CPU you
346           can enable its onboard serial ports by enabling this option.
347
348 config SERIAL_PXA_CONSOLE
349         bool "Console on PXA serial port"
350         depends on SERIAL_PXA
351         select SERIAL_CORE_CONSOLE
352         help
353           If you have enabled the serial port on the Intel XScale PXA
354           CPU you can make it the console by answering Y to this option.
355
356           Even if you say Y here, the currently visible virtual console
357           (/dev/tty0) will still be used as the system console by default, but
358           you can alter that using a kernel command line option such as
359           "console=ttySA0". (Try "man bootparam" or see the documentation of
360           your boot loader (lilo or loadlin) about how to pass options to the
361           kernel at boot time.)
362
363 config SERIAL_SA1100
364         bool "SA1100 serial port support"
365         depends on ARM && ARCH_SA1100
366         select SERIAL_CORE
367         help
368           If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
369           can enable its onboard serial port by enabling this option.
370           Please read <file:Documentation/arm/SA1100/serial_UART> for further
371           info.
372
373 config SERIAL_SA1100_CONSOLE
374         bool "Console on SA1100 serial port"
375         depends on SERIAL_SA1100
376         select SERIAL_CORE_CONSOLE
377         help
378           If you have enabled the serial port on the SA1100/SA1110 StrongARM
379           CPU you can make it the console by answering Y to this option.
380
381           Even if you say Y here, the currently visible virtual console
382           (/dev/tty0) will still be used as the system console by default, but
383           you can alter that using a kernel command line option such as
384           "console=ttySA0". (Try "man bootparam" or see the documentation of
385           your boot loader (lilo or loadlin) about how to pass options to the
386           kernel at boot time.)
387
388 config SERIAL_SUNCORE
389         bool
390         depends on SPARC32 || SPARC64
391         select SERIAL_CORE
392         select SERIAL_CORE_CONSOLE
393         default y
394
395 config SERIAL_SUNZILOG
396         tristate "Sun Zilog8530 serial support"
397         depends on SPARC32 || SPARC64
398         help
399           This driver supports the Zilog8530 serial ports found on many Sparc
400           systems.  Say Y or M if you want to be able to these serial ports.
401
402 config SERIAL_SUNZILOG_CONSOLE
403         bool "Console on Sun Zilog8530 serial port"
404         depends on SERIAL_SUNZILOG=y
405         help
406           If you would like to be able to use the Zilog8530 serial port
407           on your Sparc system as the console, you can do so by answering
408           Y to this option.
409
410 config SERIAL_SUNSU
411         tristate "Sun SU serial support"
412         depends on (SPARC32 || SPARC64) && PCI
413         help
414           This driver supports the 8250 serial ports that run the keyboard and
415           mouse on (PCI) UltraSPARC systems.  Say Y or M if you want to be able
416           to these serial ports.
417
418 config SERIAL_SUNSU_CONSOLE
419         bool "Console on Sun SU serial port"
420         depends on SERIAL_SUNSU=y
421         help
422           If you would like to be able to use the SU serial port
423           on your Sparc system as the console, you can do so by answering
424           Y to this option.
425
426 config SERIAL_MUX
427         tristate "Serial MUX support"
428         depends on PARISC
429         select SERIAL_CORE
430         default y
431         ---help---
432           Saying Y here will enable the hardware MUX serial driver for
433           the Nova and K class systems.  The hardware MUX is not 8250/16550 
434           compatible therefore the /dev/ttyB0 device is shared between the 
435           Serial MUX and the PDC software console.  The following steps 
436           need to be completed to use the Serial MUX:
437
438             1. create the device entry (mknod /dev/ttyB0 c 11 0)
439             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
440             3. Add device ttyB0 to /etc/securetty (if you want to log on as
441                  root on this console.)
442             4. Change the kernel command console parameter to: console=ttyB0
443
444 config SERIAL_MUX_CONSOLE
445         bool "Support for console on serial MUX"
446         depends on SERIAL_MUX
447         select SERIAL_CORE_CONSOLE
448         default y
449
450 config PDC_CONSOLE
451         bool "PDC software console support"
452         depends on PARISC && !SERIAL_MUX
453         default n
454         help
455           Saying Y here will enable the software based PDC console to be 
456           used as the system console.  This is useful for machines in 
457           which the hardware based console has not been written yet.  The
458           following steps must be competed to use the PDC console:
459
460             1. create the device entry (mknod /dev/ttyB0 c 11 0)
461             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
462             3. Add device ttyB0 to /etc/securetty (if you want to log on as
463                  root on this console.)
464             4. Change the kernel command console parameter to: console=ttyB0
465
466 config SERIAL_SUNSAB
467         tristate "Sun Siemens SAB82532 serial support"
468         depends on (SPARC32 || SPARC64) && PCI
469         help
470           This driver supports the Siemens SAB82532 DUSCC serial ports on newer
471           (PCI) UltraSPARC systems.  Say Y or M if you want to be able to these
472           serial ports.
473
474 config SERIAL_SUNSAB_CONSOLE
475         bool "Console on Sun Siemens SAB82532 serial port"
476         depends on SERIAL_SUNSAB=y
477         help
478           If you would like to be able to use the SAB82532 serial port
479           on your Sparc system as the console, you can do so by answering
480           Y to this option.
481
482 config SERIAL_IP22_ZILOG
483         tristate "IP22 Zilog8530 serial support"
484         depends on SGI_IP22
485         select SERIAL_CORE
486         help
487           This driver supports the Zilog8530 serial ports found on SGI IP22
488           systems.  Say Y or M if you want to be able to these serial ports.
489
490 config SERIAL_IP22_ZILOG_CONSOLE
491         bool "Console on IP22 Zilog8530 serial port"
492         depends on SERIAL_IP22_ZILOG=y
493         select SERIAL_CORE_CONSOLE
494         help
495
496 config V850E_UART
497         bool "NEC V850E on-chip UART support"
498         depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1
499         select SERIAL_CORE
500         default y
501
502 config V850E_UARTB
503         bool
504         depends V850E_UART && V850E_ME2
505         default y
506
507 config V850E_UART_CONSOLE
508         bool "Use NEC V850E on-chip UART for console"
509         depends on V850E_UART
510         select SERIAL_CORE_CONSOLE
511
512 config SERIAL_SH_SCI
513         tristate "SH SCI(F) serial port support"
514         depends on SUPERH || H8300
515         select SERIAL_CORE
516
517 config SERIAL_SH_SCI_CONSOLE
518         bool "Support for console on SH SCI(F)"
519         depends on SERIAL_SH_SCI=y
520         select SERIAL_CORE_CONSOLE
521
522 config SERIAL_AU1X00
523         bool "Enable Au1x00 UART Support"
524         depends on MIPS && SOC_AU1X00
525         select SERIAL_CORE
526         help
527           If you have an Alchemy AU1X00 processor (MIPS based) and you want
528           to use serial ports, say Y.  Otherwise, say N.
529
530 config SERIAL_AU1X00_CONSOLE
531         bool "Enable Au1x00 serial console"
532         depends on SERIAL_AU1X00
533         select SERIAL_CORE_CONSOLE
534         help
535           If you have an Alchemy AU1X00 processor (MIPS based) and you want
536           to use a console on a serial port, say Y.  Otherwise, say N.
537
538 config SERIAL_CORE
539         tristate
540
541 config SERIAL_CORE_CONSOLE
542         bool
543
544 config SERIAL_68328
545         bool "68328 serial support"
546         depends on M68328 || M68EZ328 || M68VZ328
547         help
548           This driver supports the built-in serial port of the Motorola 68328
549           (standard, EZ and VZ varities).
550
551 config SERIAL_68328_RTS_CTS
552         bool "Support RTS/CTS on 68328 serial port"
553         depends on SERIAL_68328
554
555 config SERIAL_COLDFIRE
556         bool "ColdFire serial support"
557         depends on COLDFIRE
558         help
559           This driver supports the built-in serial ports of the Motorola ColdFire
560           family of CPUs.
561
562 config SERIAL_68360_SMC
563         bool "68360 SMC uart support"
564         depends on M68360
565         help
566           This driver supports the SMC serial ports of the Motorola 68360 CPU.
567
568 config SERIAL_68360_SCC
569         bool "68360 SCC uart support"
570         depends on M68360
571         help
572           This driver supports the SCC serial ports of the Motorola 68360 CPU.
573
574 config SERIAL_68360
575         bool
576         depends on SERIAL_68360_SMC || SERIAL_68360_SCC
577         default y
578
579 config SERIAL_PMACZILOG
580         tristate "PowerMac z85c30 ESCC support"
581         depends on PPC_OF
582         select SERIAL_CORE
583         help
584           This driver supports the Zilog z85C30 serial ports found on
585           PowerMac machines.
586           Say Y or M if you want to be able to these serial ports.
587
588 config SERIAL_PMACZILOG_CONSOLE
589         bool "Console on PowerMac z85c30 serial port"
590         depends on SERIAL_PMACZILOG=y
591         select SERIAL_CORE_CONSOLE
592         help
593           If you would like to be able to use the z85c30 serial port
594           on your PowerMac as the console, you can do so by answering
595           Y to this option.
596
597 config SERIAL_LH7A40X
598         tristate "Sharp LH7A40X embedded UART support"
599         depends on ARM && ARCH_LH7A40X
600         select SERIAL_CORE
601         help
602           This enables support for the three on-board UARTs of the
603           Sharp LH7A40X series CPUs.  Choose Y or M.
604
605 config SERIAL_LH7A40X_CONSOLE
606         bool "Support for connsole on Sharp LH7A40X serial port"
607         depends on SERIAL_LH7A40X=y
608         select SERIAL_CORE_CONSOLE
609         help
610           Say Y here if you wish to use one of the serial ports as the
611           system console--the system console is the device which
612           receives all kernel messages and warnings and which allows
613           logins in single user mode.
614
615           Even if you say Y here, the currently visible framebuffer console
616           (/dev/tty0) will still be used as the default system console, but
617           you can alter that using a kernel command line, for example
618           "console=ttyAM1".
619
620 config SERIAL_CPM
621         tristate "CPM SCC/SMC serial port support"
622         depends on CPM2 || 8xx
623         select SERIAL_CORE
624         help
625           This driver supports the SCC and SMC serial ports on Motorola 
626           embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
627
628 config SERIAL_CPM_CONSOLE
629         bool "Support for console on CPM SCC/SMC serial port"
630         depends on SERIAL_CPM=y
631         select SERIAL_CORE_CONSOLE
632         help
633           Say Y here if you wish to use a SCC or SMC CPM UART as the system
634           console (the system console is the device which receives all kernel
635           messages and warnings and which allows logins in single user mode).
636
637           Even if you say Y here, the currently visible framebuffer console
638           (/dev/tty0) will still be used as the system console by default, but
639           you can alter that using a kernel command line option such as
640           "console=ttyCPM0". (Try "man bootparam" or see the documentation of
641           your boot loader (lilo or loadlin) about how to pass options to the
642           kernel at boot time.)
643
644 config SERIAL_CPM_SCC1
645         bool "Support for SCC1 serial port"
646         depends on SERIAL_CPM=y
647         help
648           Select the is option to use SCC1 as a serial port
649
650 config SERIAL_CPM_SCC2
651         bool "Support for SCC2 serial port"
652         depends on SERIAL_CPM=y
653         help
654           Select the is option to use SCC2 as a serial port
655
656 config SERIAL_CPM_SCC3
657         bool "Support for SCC3 serial port"
658         depends on SERIAL_CPM=y
659         help
660           Select the is option to use SCC3 as a serial port
661
662 config SERIAL_CPM_SCC4
663         bool "Support for SCC4 serial port"
664         depends on SERIAL_CPM=y
665         help
666           Select the is option to use SCC4 as a serial port
667
668 config SERIAL_CPM_SMC1
669         bool "Support for SMC1 serial port"
670         depends on SERIAL_CPM=y
671         help
672           Select the is option to use SMC1 as a serial port
673
674 config SERIAL_CPM_SMC2
675         bool "Support for SMC2 serial port"
676         depends on SERIAL_CPM=y
677         help
678           Select the is option to use SMC2 as a serial port
679
680 endmenu
681