Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / drivers / serial / Kconfig
blob6ae83bee1d4ec9881a77920c4874b22b4c0eb117
2 # Serial device configuration
4 # $Id: Kconfig,v 1.11 2004/03/11 18:08:04 lethal Exp $
7 menu "Serial drivers"
8         depends on HAS_IOMEM
11 # The new 8250/16550 serial drivers
12 config SERIAL_8250
13         tristate "8250/16550 and compatible serial support"
14         depends on (BROKEN || !SPARC)
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.)
26           To compile this driver as a module, choose M here: the
27           module will be called 8250.
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.]
33           BTW1: If you have a mouseman serial mouse which is not recognized by
34           the X window system, try running gpm first.
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.
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.
43 config 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.
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.)
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.
65           You can set that using a kernel command line option such as
66           "console=uart8250,io,0x3f8,9600n8"
67           "console=uart8250,mmio,0xff5e0000,115200n8".
68           and it will switch to normal serial console when the corresponding 
69           port is ready.
70           "earlycon=uart8250,io,0x3f8,9600n8"
71           "earlycon=uart8250,mmio,0xff5e0000,115200n8".
72           it will not only setup early console.
74           If unsure, say N.
76 config FIX_EARLYCON_MEM
77         bool
78         depends on X86
79         default y
81 config SERIAL_8250_GSC
82         tristate
83         depends on SERIAL_8250 && GSC
84         default SERIAL_8250
86 config SERIAL_8250_PCI
87         tristate "8250/16550 PCI device support" if EMBEDDED
88         depends on SERIAL_8250 && PCI
89         default SERIAL_8250
90         help
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.
95 config SERIAL_8250_PNP
96         tristate "8250/16550 PNP device support" if EMBEDDED
97         depends on SERIAL_8250 && PNP
98         default SERIAL_8250
99         help
100           This builds standard PNP serial support. You may be able to
101           disable this feature if you only need legacy serial support.
103 config SERIAL_8250_HP300
104         tristate
105         depends on SERIAL_8250 && HP300
106         default SERIAL_8250
108 config 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.)
117           To compile this driver as a module, choose M here: the
118           module will be called serial_cs.
120           If unsure, say N.
122 config SERIAL_8250_NR_UARTS
123         int "Maximum number of 8250/16550 serial ports"
124         depends on SERIAL_8250
125         default "4"
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.
132 config SERIAL_8250_RUNTIME_UARTS
133         int "Number of 8250/16550 serial ports to register at runtime"
134         depends on SERIAL_8250
135         range 0 SERIAL_8250_NR_UARTS
136         default "4"
137         help
138           Set this to the maximum number of serial ports you want
139           the kernel to register at boot time.  This can be overridden
140           with the module parameter "nr_uarts", or boot-time parameter
141           8250.nr_uarts
143 config 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.
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.
156 config 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.
170 # Multi-port serial cards
173 config 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.
179           To compile this driver as a module, choose M here: the module
180           will be called 8250_fourport.
182 config 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.
188           To compile this driver as a module, choose M here: the module
189           will be called 8250_accent.
191 config 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
196           mini-HOWTO, available from <http://www.tldp.org/docs.html#howto>
198           To compile this driver as a module, choose M here: the module
199           will be called 8250_boca.
201 config 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.
209           To compile this driver as a module, choose M here: the module
210           will be called 8250_exar_st16c554.
212 config 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.
218           To compile this driver as a module, choose M here: the module
219           will be called 8250_hub6.
221 config 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.
229 config 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.
236           This is considered unsafe; it is far better to configure the IRQ in
237           a boot script using the setserial command.
239           If unsure, say N.
241 config SERIAL_8250_RSA
242         bool "Support RSA serial ports"
243         depends on SERIAL_8250_EXTENDED
244         help
245           ::: To be written :::
247 config 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.
253           To compile this driver as a module, choose M here: the module
254           will be called 8250_mca.
256 config SERIAL_8250_ACORN
257         tristate "Acorn expansion card serial port support"
258         depends on ARCH_ACORN && SERIAL_8250
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.
264 config SERIAL_8250_AU1X00
265         bool "AU1X00 serial port support"
266         depends on SERIAL_8250 != n && SOC_AU1X00
267         help
268           If you have an Au1x00 board and want to use the serial port, say Y
269           to this option.  The driver can handle 1 or 2 serial ports.
270           If unsure, say N.
272 config 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.
281 comment "Non-8250 serial port support"
283 config SERIAL_AMBA_PL010
284         tristate "ARM AMBA PL010 serial port support"
285         depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
286         select SERIAL_CORE
287         help
288           This selects the ARM(R) AMBA(R) PrimeCell PL010 UART.  If you have
289           an Integrator/AP or Integrator/PP2 platform, or if you have a
290           Cirrus Logic EP93xx CPU, say Y or M here.
292           If unsure, say N.
294 config 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).
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.)
310 config 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.
319           If unsure, say N.
321 config 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).
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
333           "console=ttyAMA0". (Try "man bootparam" or see the documentation of
334           your boot loader (lilo or loadlin) about how to pass options to the
335           kernel at boot time.)
337 config 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.
349           If unsure, say Y.  To compile this driver as a module, choose M here:
350           the module will be called sb1250-duart.
352 config 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).
363           If unsure, say Y.
365 config SERIAL_ATMEL
366         bool "AT91 / AT32 on-chip serial port support"
367         depends on (ARM && ARCH_AT91) || AVR32
368         select SERIAL_CORE
369         help
370           This enables the driver for the on-chip UARTs of the Atmel
371           AT91 and AT32 processors.
373 config SERIAL_ATMEL_CONSOLE
374         bool "Support for console on AT91 / AT32 serial port"
375         depends on SERIAL_ATMEL=y
376         select SERIAL_CORE_CONSOLE
377         help
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).
383 config 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.
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.
398 config SERIAL_ATMEL_TTYAT
399         bool "Install as device ttyATn instead of ttySn"
400         depends on SERIAL_ATMEL=y
401         help
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.
407           The ttySn nodes are legally reserved for the 8250 serial driver
408           but are often misused by other serial drivers.
410           To use this, you should create suitable ttyATn device nodes in
411           /dev/, and pass "console=ttyATn" to the kernel.
413           Say Y if you have an external 8250/16C550 UART.  If unsure, say N.
415 config 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.
422 config 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).
432 config SERIAL_CLPS711X
433         tristate "CLPS711X serial port support"
434         depends on ARM && ARCH_CLPS711X
435         select SERIAL_CORE
436         help
437           ::: To be written :::
439 config 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.)
451 config SERIAL_S3C2410
452         tristate "Samsung S3C2410/S3C2440/S3C2442/S3C2412 Serial port support"
453         depends on ARM && ARCH_S3C2410
454         select SERIAL_CORE
455         help
456           Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
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.
461           Currently this driver supports the UARTS on the S3C2410, S3C2440,
462           S3C2442, S3C2412 and S3C2413 CPUs.
464 config SERIAL_S3C2410_CONSOLE
465         bool "Support for console on S3C2410 serial port"
466         depends on SERIAL_S3C2410=y
467         select SERIAL_CORE_CONSOLE
468         help
469           Allow selection of the S3C24XX on-board serial ports for use as
470           an virtual console.
472           Even if you say Y here, the currently visible virtual console
473           (/dev/tty0) will still be used as the system console by default, but
474           you can alter that using a kernel command line option such as
475           "console=ttySACx". (Try "man bootparam" or see the documentation of
476           your boot loader about how to pass options to the kernel at
477           boot time.)
479 config SERIAL_DZ
480         bool "DECstation DZ serial driver"
481         depends on MACH_DECSTATION && 32BIT
482         select SERIAL_CORE
483         default y
484         ---help---
485           DZ11-family serial controllers for DECstations and VAXstations,
486           including the DC7085, M7814, and M7819.
488 config SERIAL_DZ_CONSOLE
489         bool "Support console on DECstation DZ serial driver"
490         depends on SERIAL_DZ=y
491         select SERIAL_CORE_CONSOLE
492         default y
493         ---help---
494           If you say Y here, it will be possible to use a serial port as the
495           system console (the system console is the device which receives all
496           kernel messages and warnings and which allows logins in single user
497           mode).
499           Note that the firmware uses ttyS3 as the serial console on
500           DECstations that use this driver.
502           If unsure, say Y.
504 config SERIAL_ZS
505         tristate "DECstation Z85C30 serial support"
506         depends on MACH_DECSTATION
507         select SERIAL_CORE
508         default y
509         ---help---
510           Support for the Zilog 85C350 serial communications controller used
511           for serial ports in newer DECstation systems.  These include the
512           DECsystem 5900 and all models of the DECstation and DECsystem 5000
513           systems except from model 200.
515           If unsure, say Y.  To compile this driver as a module, choose M here:
516           the module will be called zs.
518 config SERIAL_ZS_CONSOLE
519         bool "Support for console on a DECstation Z85C30 serial port"
520         depends on SERIAL_ZS=y
521         select SERIAL_CORE_CONSOLE
522         default y
523         ---help---
524           If you say Y here, it will be possible to use a serial port as the
525           system console (the system console is the device which receives all
526           kernel messages and warnings and which allows logins in single user
527           mode).
529           Note that the firmware uses ttyS1 as the serial console on the
530           Maxine and ttyS3 on the others using this driver.
532           If unsure, say Y.
534 config SERIAL_21285
535         tristate "DC21285 serial port support"
536         depends on ARM && FOOTBRIDGE
537         select SERIAL_CORE
538         help
539           If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
540           PCI bridge you can enable its onboard serial port by enabling this
541           option.
543 config SERIAL_21285_CONSOLE
544         bool "Console on DC21285 serial port"
545         depends on SERIAL_21285=y
546         select SERIAL_CORE_CONSOLE
547         help
548           If you have enabled the serial port on the 21285 footbridge you can
549           make it the console by answering Y to this option.
551           Even if you say Y here, the currently visible virtual console
552           (/dev/tty0) will still be used as the system console by default, but
553           you can alter that using a kernel command line option such as
554           "console=ttyFB". (Try "man bootparam" or see the documentation of
555           your boot loader (lilo or loadlin) about how to pass options to the
556           kernel at boot time.)
558 config SERIAL_MPSC
559         bool "Marvell MPSC serial port support"
560         depends on PPC32 && MV64X60
561         select SERIAL_CORE
562         help
563           Say Y here if you want to use the Marvell MPSC serial controller.
565 config SERIAL_MPSC_CONSOLE
566         bool "Support for console on Marvell MPSC serial port"
567         depends on SERIAL_MPSC
568         select SERIAL_CORE_CONSOLE
569         help
570           Say Y here if you want to support a serial console on a Marvell MPSC.
572 config SERIAL_PXA
573         bool "PXA serial port support"
574         depends on ARM && ARCH_PXA
575         select SERIAL_CORE
576         help
577           If you have a machine based on an Intel XScale PXA2xx CPU you
578           can enable its onboard serial ports by enabling this option.
580 config SERIAL_PXA_CONSOLE
581         bool "Console on PXA serial port"
582         depends on SERIAL_PXA
583         select SERIAL_CORE_CONSOLE
584         help
585           If you have enabled the serial port on the Intel XScale PXA
586           CPU you can make it the console by answering Y to this option.
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=ttySA0". (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.)
595 config SERIAL_SA1100
596         bool "SA1100 serial port support"
597         depends on ARM && ARCH_SA1100
598         select SERIAL_CORE
599         help
600           If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
601           can enable its onboard serial port by enabling this option.
602           Please read <file:Documentation/arm/SA1100/serial_UART> for further
603           info.
605 config SERIAL_SA1100_CONSOLE
606         bool "Console on SA1100 serial port"
607         depends on SERIAL_SA1100
608         select SERIAL_CORE_CONSOLE
609         help
610           If you have enabled the serial port on the SA1100/SA1110 StrongARM
611           CPU you can make it the console by answering Y to this option.
613           Even if you say Y here, the currently visible virtual console
614           (/dev/tty0) will still be used as the system console by default, but
615           you can alter that using a kernel command line option such as
616           "console=ttySA0". (Try "man bootparam" or see the documentation of
617           your boot loader (lilo or loadlin) about how to pass options to the
618           kernel at boot time.)
620 config SERIAL_BFIN
621         tristate "Blackfin serial port support"
622         depends on BLACKFIN
623         select SERIAL_CORE
624         select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
625         help
626           Add support for the built-in UARTs on the Blackfin.
628           To compile this driver as a module, choose M here: the
629           module will be called bfin_5xx.
631 config SERIAL_BFIN_CONSOLE
632         bool "Console on Blackfin serial port"
633         depends on SERIAL_BFIN=y
634         select SERIAL_CORE_CONSOLE
636 choice
637         prompt "UART Mode"
638         depends on SERIAL_BFIN
639         default SERIAL_BFIN_DMA
640         help
641           This driver supports the built-in serial ports of the Blackfin family
642           of CPUs
644 config SERIAL_BFIN_DMA
645         bool "DMA mode"
646         depends on !DMA_UNCACHED_NONE && !KGDB_UART
647         help
648           This driver works under DMA mode. If this option is selected, the
649           blackfin simple dma driver is also enabled.
651 config SERIAL_BFIN_PIO
652         bool "PIO mode"
653         help
654           This driver works under PIO mode.
656 endchoice
658 config SERIAL_BFIN_UART0
659         bool "Enable UART0"
660         depends on SERIAL_BFIN
661         help
662           Enable UART0
664 config BFIN_UART0_CTSRTS
665         bool "Enable UART0 hardware flow control"
666         depends on SERIAL_BFIN_UART0
667         help
668           Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
669           signal.
671 config UART0_CTS_PIN
672         int "UART0 CTS pin"
673         depends on BFIN_UART0_CTSRTS
674         default 23
675         help
676           The default pin is GPIO_GP7.
677           Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
679 config UART0_RTS_PIN
680         int "UART0 RTS pin"
681         depends on BFIN_UART0_CTSRTS
682         default 22
683         help
684           The default pin is GPIO_GP6.
685           Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
687 config SERIAL_BFIN_UART1
688         bool "Enable UART1"
689 <<<<<<< HEAD:drivers/serial/Kconfig
690         depends on SERIAL_BFIN && (BF534 || BF536 || BF537 || BF54x)
691 =======
692         depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
693 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/serial/Kconfig
694         help
695           Enable UART1
697 config BFIN_UART1_CTSRTS
698         bool "Enable UART1 hardware flow control"
699         depends on SERIAL_BFIN_UART1
700         help
701           Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
702           signal.
704 config UART1_CTS_PIN
705         int "UART1 CTS pin"
706 <<<<<<< HEAD:drivers/serial/Kconfig
707         depends on BFIN_UART1_CTSRTS && (BF53x || BF561)
708 =======
709         depends on BFIN_UART1_CTSRTS && !BF54x
710 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/serial/Kconfig
711         default -1
712         help
713           Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
715 config UART1_RTS_PIN
716         int "UART1 RTS pin"
717 <<<<<<< HEAD:drivers/serial/Kconfig
718         depends on BFIN_UART1_CTSRTS && (BF53x || BF561)
719 =======
720         depends on BFIN_UART1_CTSRTS && !BF54x
721 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/serial/Kconfig
722         default -1
723         help
724           Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
726 config SERIAL_BFIN_UART2
727         bool "Enable UART2"
728         depends on SERIAL_BFIN && (BF54x)
729         help
730           Enable UART2
732 config BFIN_UART2_CTSRTS
733         bool "Enable UART2 hardware flow control"
734         depends on SERIAL_BFIN_UART2
735         help
736           Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
737           signal.
739 config UART2_CTS_PIN
740         int "UART2 CTS pin"
741         depends on BFIN_UART2_CTSRTS
742         default -1
743         help
744           Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
746 config UART2_RTS_PIN
747         int "UART2 RTS pin"
748         depends on BFIN_UART2_CTSRTS
749         default -1
750         help
751           Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
753 config SERIAL_BFIN_UART3
754         bool "Enable UART3"
755         depends on SERIAL_BFIN && (BF54x)
756         help
757           Enable UART3
759 config BFIN_UART3_CTSRTS
760         bool "Enable UART3 hardware flow control"
761         depends on SERIAL_BFIN_UART3
762         help
763           Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
764           signal.
766 config SERIAL_IMX
767         bool "IMX serial port support"
768         depends on ARM && ARCH_IMX
769         select SERIAL_CORE
770         help
771           If you have a machine based on a Motorola IMX CPU you
772           can enable its onboard serial port by enabling this option.
774 config SERIAL_IMX_CONSOLE
775         bool "Console on IMX serial port"
776         depends on SERIAL_IMX
777         select SERIAL_CORE_CONSOLE
778         help
779           If you have enabled the serial port on the Motorola IMX
780           CPU you can make it the console by answering Y to this option.
782           Even if you say Y here, the currently visible virtual console
783           (/dev/tty0) will still be used as the system console by default, but
784           you can alter that using a kernel command line option such as
785           "console=ttySA0". (Try "man bootparam" or see the documentation of
786           your boot loader (lilo or loadlin) about how to pass options to the
787           kernel at boot time.)
789 config SERIAL_UARTLITE
790         tristate "Xilinx uartlite serial port support"
791         depends on PPC32
792         select SERIAL_CORE
793         help
794           Say Y here if you want to use the Xilinx uartlite serial controller.
796           To compile this driver as a module, choose M here: the
797           module will be called uartlite.ko.
799 config SERIAL_UARTLITE_CONSOLE
800         bool "Support for console on Xilinx uartlite serial port"
801         depends on SERIAL_UARTLITE=y
802         select SERIAL_CORE_CONSOLE
803         help
804           Say Y here if you wish to use a Xilinx uartlite as the system
805           console (the system console is the device which receives all kernel
806           messages and warnings and which allows logins in single user mode).
808 config SERIAL_SUNCORE
809         bool
810         depends on SPARC
811         select SERIAL_CORE
812         select SERIAL_CORE_CONSOLE
813         default y
815 config SERIAL_SUNZILOG
816         tristate "Sun Zilog8530 serial support"
817         depends on SPARC
818         help
819           This driver supports the Zilog8530 serial ports found on many Sparc
820           systems.  Say Y or M if you want to be able to these serial ports.
822 config SERIAL_SUNZILOG_CONSOLE
823         bool "Console on Sun Zilog8530 serial port"
824         depends on SERIAL_SUNZILOG=y
825         help
826           If you would like to be able to use the Zilog8530 serial port
827           on your Sparc system as the console, you can do so by answering
828           Y to this option.
830 config SERIAL_SUNSU
831         tristate "Sun SU serial support"
832         depends on SPARC && PCI
833         help
834           This driver supports the 8250 serial ports that run the keyboard and
835           mouse on (PCI) UltraSPARC systems.  Say Y or M if you want to be able
836           to these serial ports.
838 config SERIAL_SUNSU_CONSOLE
839         bool "Console on Sun SU serial port"
840         depends on SERIAL_SUNSU=y
841         help
842           If you would like to be able to use the SU serial port
843           on your Sparc system as the console, you can do so by answering
844           Y to this option.
846 config SERIAL_MUX
847         tristate "Serial MUX support"
848         depends on GSC
849         select SERIAL_CORE
850         default y
851         ---help---
852           Saying Y here will enable the hardware MUX serial driver for
853           the Nova, K class systems and D class with a 'remote control card'.
854           The hardware MUX is not 8250/16550 compatible therefore the
855           /dev/ttyB0 device is shared between the Serial MUX and the PDC
856           software console. The following steps need to be completed to use
857           the Serial MUX:
859             1. create the device entry (mknod /dev/ttyB0 c 11 0)
860             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
861             3. Add device ttyB0 to /etc/securetty (if you want to log on as
862                  root on this console.)
863             4. Change the kernel command console parameter to: console=ttyB0
865 config SERIAL_MUX_CONSOLE
866         bool "Support for console on serial MUX"
867         depends on SERIAL_MUX=y
868         select SERIAL_CORE_CONSOLE
869         default y
871 config PDC_CONSOLE
872         bool "PDC software console support"
873         depends on PARISC && !SERIAL_MUX && VT
874         default n
875         help
876           Saying Y here will enable the software based PDC console to be 
877           used as the system console.  This is useful for machines in 
878           which the hardware based console has not been written yet.  The
879           following steps must be competed to use the PDC console:
881             1. create the device entry (mknod /dev/ttyB0 c 11 0)
882             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
883             3. Add device ttyB0 to /etc/securetty (if you want to log on as
884                  root on this console.)
885             4. Change the kernel command console parameter to: console=ttyB0
887 config SERIAL_SUNSAB
888         tristate "Sun Siemens SAB82532 serial support"
889         depends on SPARC && PCI
890         help
891           This driver supports the Siemens SAB82532 DUSCC serial ports on newer
892           (PCI) UltraSPARC systems.  Say Y or M if you want to be able to these
893           serial ports.
895 config SERIAL_SUNSAB_CONSOLE
896         bool "Console on Sun Siemens SAB82532 serial port"
897         depends on SERIAL_SUNSAB=y
898         help
899           If you would like to be able to use the SAB82532 serial port
900           on your Sparc system as the console, you can do so by answering
901           Y to this option.
903 config SERIAL_SUNHV
904         bool "Sun4v Hypervisor Console support"
905         depends on SPARC64
906         help
907           This driver supports the console device found on SUN4V Sparc
908           systems.  Say Y if you want to be able to use this device.
910 config SERIAL_IP22_ZILOG
911         tristate "SGI Zilog8530 serial support"
912         depends on SGI_HAS_ZILOG
913         select SERIAL_CORE
914         help
915           This driver supports the Zilog8530 serial ports found on SGI
916           systems.  Say Y or M if you want to be able to these serial ports.
918 config SERIAL_IP22_ZILOG_CONSOLE
919         bool "Console on SGI Zilog8530 serial port"
920         depends on SERIAL_IP22_ZILOG=y
921         select SERIAL_CORE_CONSOLE
923 config V850E_UART
924         bool "NEC V850E on-chip UART support"
925         depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1
926         select SERIAL_CORE
927         default y
929 config V850E_UARTB
930         bool
931         depends on V850E_UART && V850E_ME2
932         default y
934 config V850E_UART_CONSOLE
935         bool "Use NEC V850E on-chip UART for console"
936         depends on V850E_UART
937         select SERIAL_CORE_CONSOLE
939 config SERIAL_SH_SCI
940         tristate "SuperH SCI(F) serial port support"
941         depends on SUPERH || H8300
942         select SERIAL_CORE
944 config SERIAL_SH_SCI_NR_UARTS
945         int "Maximum number of SCI(F) serial ports"
946         depends on SERIAL_SH_SCI
947         default "2"
949 config SERIAL_SH_SCI_CONSOLE
950         bool "Support for console on SuperH SCI(F)"
951         depends on SERIAL_SH_SCI=y
952         select SERIAL_CORE_CONSOLE
954 config SERIAL_PNX8XXX
955         bool "Enable PNX8XXX SoCs' UART Support"
956         depends on MIPS && SOC_PNX8550
957         select SERIAL_CORE
958         help
959           If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
960           and you want to use serial ports, say Y.  Otherwise, say N.
962 config SERIAL_PNX8XXX_CONSOLE
963         bool "Enable PNX8XX0 serial console"
964         depends on SERIAL_PNX8XXX
965         select SERIAL_CORE_CONSOLE
966         help
967           If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
968           and you want to use serial console, say Y. Otherwise, say N.
970 config SERIAL_CORE
971         tristate
973 config SERIAL_CORE_CONSOLE
974         bool
976 config SERIAL_68328
977         bool "68328 serial support"
978         depends on M68328 || M68EZ328 || M68VZ328
979         help
980           This driver supports the built-in serial port of the Motorola 68328
981           (standard, EZ and VZ varieties).
983 config SERIAL_68328_RTS_CTS
984         bool "Support RTS/CTS on 68328 serial port"
985         depends on SERIAL_68328
987 config SERIAL_COLDFIRE
988         bool "ColdFire serial support"
989         depends on COLDFIRE
990         help
991           This driver supports the built-in serial ports of the Motorola ColdFire
992           family of CPUs.
994 config SERIAL_MCF
995         bool "Coldfire serial support (new style driver)"
996         depends on COLDFIRE
997         select SERIAL_CORE
998         help
999           This new serial driver supports the Freescale Coldfire serial ports
1000           using the new serial driver subsystem.
1002 config SERIAL_MCF_BAUDRATE
1003         int "Default baudrate for Coldfire serial ports"
1004         depends on SERIAL_MCF
1005         default 19200
1006         help
1007           This setting lets you define what the default baudrate is for the
1008           ColdFire serial ports. The usual default varies from board to board,
1009           and this setting is a way of catering for that.
1011 config SERIAL_MCF_CONSOLE
1012         bool "Coldfire serial console support"
1013         depends on SERIAL_MCF
1014         select SERIAL_CORE_CONSOLE
1015         help
1016           Enable a ColdFire internal serial port to be the system console.
1018 config SERIAL_68360_SMC
1019         bool "68360 SMC uart support"
1020         depends on M68360
1021         help
1022           This driver supports the SMC serial ports of the Motorola 68360 CPU.
1024 config SERIAL_68360_SCC
1025         bool "68360 SCC uart support"
1026         depends on M68360
1027         help
1028           This driver supports the SCC serial ports of the Motorola 68360 CPU.
1030 config SERIAL_68360
1031         bool
1032         depends on SERIAL_68360_SMC || SERIAL_68360_SCC
1033         default y
1035 config SERIAL_PMACZILOG
1036         tristate "PowerMac z85c30 ESCC support"
1037         depends on PPC_OF && PPC_PMAC
1038         select SERIAL_CORE
1039         help
1040           This driver supports the Zilog z85C30 serial ports found on
1041           PowerMac machines.
1042           Say Y or M if you want to be able to these serial ports.
1044 config SERIAL_PMACZILOG_TTYS
1045         bool "Use ttySn device nodes for Zilog z85c30"
1046         depends on SERIAL_PMACZILOG
1047         help
1048           The pmac_zilog driver for the z85C30 chip on many powermacs
1049           historically used the device numbers for /dev/ttySn.  The
1050           8250 serial port driver also uses these numbers, which means
1051           the two drivers being unable to coexist; you could not use
1052           both z85C30 and 8250 type ports at the same time.
1054           If this option is not selected, the pmac_zilog driver will
1055           use the device numbers allocated for /dev/ttyPZn.  This allows
1056           the pmac_zilog and 8250 drivers to co-exist, but may cause
1057           existing userspace setups to break.  Programs that need to
1058           access the built-in serial ports on powermacs will need to
1059           be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
1061           If you enable this option, any z85c30 ports in the system will
1062           be registered as ttyS0 onwards as in the past, and you will be
1063           unable to use the 8250 module for PCMCIA or other 16C550-style
1064           UARTs.
1066           Say N unless you need the z85c30 ports on your powermac
1067           to appear as /dev/ttySn.
1069 config SERIAL_PMACZILOG_CONSOLE
1070         bool "Console on PowerMac z85c30 serial port"
1071         depends on SERIAL_PMACZILOG=y
1072         select SERIAL_CORE_CONSOLE
1073         help
1074           If you would like to be able to use the z85c30 serial port
1075           on your PowerMac as the console, you can do so by answering
1076           Y to this option.
1078 config SERIAL_LH7A40X
1079         tristate "Sharp LH7A40X embedded UART support"
1080         depends on ARM && ARCH_LH7A40X
1081         select SERIAL_CORE
1082         help
1083           This enables support for the three on-board UARTs of the
1084           Sharp LH7A40X series CPUs.  Choose Y or M.
1086 config SERIAL_LH7A40X_CONSOLE
1087         bool "Support for console on Sharp LH7A40X serial port"
1088         depends on SERIAL_LH7A40X=y
1089         select SERIAL_CORE_CONSOLE
1090         help
1091           Say Y here if you wish to use one of the serial ports as the
1092           system console--the system console is the device which
1093           receives all kernel messages and warnings and which allows
1094           logins in single user mode.
1096           Even if you say Y here, the currently visible framebuffer console
1097           (/dev/tty0) will still be used as the default system console, but
1098           you can alter that using a kernel command line, for example
1099           "console=ttyAM1".
1101 config SERIAL_CPM
1102         tristate "CPM SCC/SMC serial port support"
1103         depends on CPM2 || 8xx
1104         select SERIAL_CORE
1105         help
1106           This driver supports the SCC and SMC serial ports on Motorola 
1107           embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
1109 config SERIAL_CPM_CONSOLE
1110         bool "Support for console on CPM SCC/SMC serial port"
1111         depends on SERIAL_CPM=y
1112         select SERIAL_CORE_CONSOLE
1113         help
1114           Say Y here if you wish to use a SCC or SMC CPM UART as the system
1115           console (the system console is the device which receives all kernel
1116           messages and warnings and which allows logins in single user mode).
1118           Even if you say Y here, the currently visible framebuffer console
1119           (/dev/tty0) will still be used as the system console by default, but
1120           you can alter that using a kernel command line option such as
1121           "console=ttyCPM0". (Try "man bootparam" or see the documentation of
1122           your boot loader (lilo or loadlin) about how to pass options to the
1123           kernel at boot time.)
1125 config SERIAL_CPM_SCC1
1126         bool "Support for SCC1 serial port"
1127         depends on SERIAL_CPM=y
1128         help
1129           Select this option to use SCC1 as a serial port
1131 config SERIAL_CPM_SCC2
1132         bool "Support for SCC2 serial port"
1133         depends on SERIAL_CPM=y
1134         help
1135           Select this option to use SCC2 as a serial port
1137 config SERIAL_CPM_SCC3
1138         bool "Support for SCC3 serial port"
1139         depends on SERIAL_CPM=y
1140         help
1141           Select this option to use SCC3 as a serial port
1143 config SERIAL_CPM_SCC4
1144         bool "Support for SCC4 serial port"
1145         depends on SERIAL_CPM=y
1146         help
1147           Select this option to use SCC4 as a serial port
1149 config SERIAL_CPM_SMC1
1150         bool "Support for SMC1 serial port"
1151         depends on SERIAL_CPM=y
1152         help
1153           Select this option to use SMC1 as a serial port
1155 config SERIAL_CPM_SMC2
1156         bool "Support for SMC2 serial port"
1157         depends on SERIAL_CPM=y
1158         help
1159           Select this option to use SMC2 as a serial port
1161 config SERIAL_SGI_L1_CONSOLE
1162         bool "SGI Altix L1 serial console support"
1163         depends on IA64_GENERIC || IA64_SGI_SN2
1164         select SERIAL_CORE
1165         select SERIAL_CORE_CONSOLE
1166         help
1167                 If you have an SGI Altix and you would like to use the system
1168                 controller serial port as your console (you want this!),
1169                 say Y.  Otherwise, say N.
1171 config SERIAL_MPC52xx
1172         tristate "Freescale MPC52xx/MPC512x family PSC serial support"
1173         depends on PPC_MPC52xx || PPC_MPC512x
1174         select SERIAL_CORE
1175         help
1176           This driver supports MPC52xx and MPC512x PSC serial ports. If you would
1177           like to use them, you must answer Y or M to this option. Note that
1178           for use as console, it must be included in kernel and not as a
1179           module.
1181 config SERIAL_MPC52xx_CONSOLE
1182         bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
1183         depends on SERIAL_MPC52xx=y
1184         select SERIAL_CORE_CONSOLE
1185         help
1186           Select this options if you'd like to use one of the PSC serial port
1187           of the Freescale MPC52xx family as a console.
1189 config SERIAL_MPC52xx_CONSOLE_BAUD
1190         int "Freescale MPC52xx/MPC512x family PSC serial port baud"
1191         depends on SERIAL_MPC52xx_CONSOLE=y
1192         default "9600"
1193         help
1194           Select the MPC52xx console baud rate.
1195           This value is only used if the bootloader doesn't pass in the
1196           console baudrate
1198 config SERIAL_ICOM
1199         tristate "IBM Multiport Serial Adapter"
1200         depends on PCI && (PPC_ISERIES || PPC_PSERIES)
1201         select SERIAL_CORE
1202         select FW_LOADER
1203         help
1204           This driver is for a family of multiport serial adapters
1205           including 2 port RVX, 2 port internal modem, 4 port internal
1206           modem and a split 1 port RVX and 1 port internal modem.
1208           This driver can also be built as a module.  If so, the module
1209           will be called icom.
1211 config SERIAL_M32R_SIO
1212         bool "M32R SIO I/F"
1213         depends on M32R
1214         default y
1215         select SERIAL_CORE
1216         help
1217           Say Y here if you want to use the M32R serial controller.
1219 config SERIAL_M32R_SIO_CONSOLE
1220         bool "use SIO console"
1221         depends on SERIAL_M32R_SIO=y
1222         select SERIAL_CORE_CONSOLE
1223         help
1224           Say Y here if you want to support a serial console.
1226           If you use an M3T-M32700UT or an OPSPUT platform,
1227           please say also y for SERIAL_M32R_PLDSIO.
1229 config SERIAL_M32R_PLDSIO
1230         bool "M32R SIO I/F on a PLD"
1231         depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
1232         default n
1233         help
1234           Say Y here if you want to use the M32R serial controller
1235           on a PLD (Programmable Logic Device).
1237           If you use an M3T-M32700UT or an OPSPUT platform,
1238           please say Y.
1240 config SERIAL_TXX9
1241         bool "TMPTX39XX/49XX SIO support"
1242         depends on HAS_TXX9_SERIAL
1243         select SERIAL_CORE
1244         default y
1246 config HAS_TXX9_SERIAL
1247         bool
1249 config SERIAL_TXX9_NR_UARTS
1250         int "Maximum number of TMPTX39XX/49XX SIO ports"
1251         depends on SERIAL_TXX9
1252         default "6"
1254 config SERIAL_TXX9_CONSOLE
1255         bool "TMPTX39XX/49XX SIO Console support"
1256         depends on SERIAL_TXX9=y
1257         select SERIAL_CORE_CONSOLE
1259 config SERIAL_TXX9_STDSERIAL
1260         bool "TX39XX/49XX SIO act as standard serial"
1261         depends on !SERIAL_8250 && SERIAL_TXX9
1263 config SERIAL_VR41XX
1264         tristate "NEC VR4100 series Serial Interface Unit support"
1265         depends on CPU_VR41XX
1266         select SERIAL_CORE
1267         help
1268           If you have a NEC VR4100 series processor and you want to use
1269           Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
1270           (not include VR4111/VR4121 DSIU), say Y.  Otherwise, say N.
1272 config SERIAL_VR41XX_CONSOLE
1273         bool "Enable NEC VR4100 series Serial Interface Unit console"
1274         depends on SERIAL_VR41XX=y
1275         select SERIAL_CORE_CONSOLE
1276         help
1277           If you have a NEC VR4100 series processor and you want to use
1278           a console on a serial port, say Y.  Otherwise, say N.
1280 config SERIAL_JSM
1281         tristate "Digi International NEO PCI Support"
1282         depends on PCI
1283         select SERIAL_CORE
1284         help
1285           This is a driver for Digi International's Neo series
1286           of cards which provide multiple serial ports. You would need
1287           something like this to connect more than two modems to your Linux
1288           box, for instance in order to become a dial-in server. This driver
1289           supports PCI boards only.
1291           If you have a card like this, say Y here, otherwise say N.
1293           To compile this driver as a module, choose M here: the
1294           module will be called jsm.
1296 config SERIAL_SGI_IOC4
1297         tristate "SGI IOC4 controller serial support"
1298         depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
1299         select SERIAL_CORE
1300         help
1301                 If you have an SGI Altix with an IOC4 based Base IO card
1302                 and wish to use the serial ports on this card, say Y.
1303                 Otherwise, say N.
1305 config SERIAL_SGI_IOC3
1306         tristate "SGI Altix IOC3 serial support"
1307         depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
1308         select SERIAL_CORE
1309         help
1310           If you have an SGI Altix with an IOC3 serial card,
1311           say Y or M.  Otherwise, say N.
1313 config SERIAL_NETX
1314         bool "NetX serial port support"
1315         depends on ARM && ARCH_NETX
1316         select SERIAL_CORE
1317         help
1318           If you have a machine based on a Hilscher NetX SoC you
1319           can enable its onboard serial port by enabling this option.
1321           To compile this driver as a module, choose M here: the
1322           module will be called netx-serial.
1324 config SERIAL_NETX_CONSOLE
1325         bool "Console on NetX serial port"
1326         depends on SERIAL_NETX
1327         select SERIAL_CORE_CONSOLE
1328         help
1329           If you have enabled the serial port on the Hilscher NetX SoC
1330           you can make it the console by answering Y to this option.
1332 config SERIAL_OF_PLATFORM
1333         tristate "Serial port on Open Firmware platform bus"
1334         depends on PPC_OF
1335         depends on SERIAL_8250
1336         help
1337           If you have a PowerPC based system that has serial ports
1338           on a platform specific bus, you should enable this option.
1339           Currently, only 8250 compatible ports are supported, but
1340           others can easily be added.
1342 config SERIAL_QE
1343         tristate "Freescale QUICC Engine serial port support"
1344         depends on QUICC_ENGINE
1345         select SERIAL_CORE
1346         select FW_LOADER
1347         default n
1348         help
1349           This driver supports the QE serial ports on Freescale embedded
1350           PowerPC that contain a QUICC Engine.
1352 config SERIAL_SC26XX
1353         tristate "SC2681/SC2692 serial port support"
1354         depends on SNI_RM
1355         select SERIAL_CORE
1356         help
1357           This is a driver for the onboard serial ports of
1358           older RM400 machines.
1360 config SERIAL_SC26XX_CONSOLE
1361         bool "Console on SC2681/SC2692 serial port"
1362         depends on SERIAL_SC26XX
1363         select SERIAL_CORE_CONSOLE
1364         help
1365           Support for Console on SC2681/SC2692 serial ports.
1367 endmenu