More meth updates.
[linux-2.6/linux-mips.git] / drivers / serial / Kconfig
blob02dc9df44ba980f02b2a7f0aec7ef2f160660c72
2 # Serial device configuration
4 # $Id: Config.in,v 1.15 2002/07/06 17:16:24 rmk Exp $
7 menu "Serial drivers"
10 # The new 8250/16550 serial drivers
11 config SERIAL_8250
12         tristate "8250/16550 and compatible serial support (EXPERIMENTAL)"
13         depends on EXPERIMENTAL
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.)
24           If you want to compile this driver as a module, say M here and read
25           <file:Documentation/modules.txt>.  The module will be called
26           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 (EXPERIMENTAL)"
44         depends on SERIAL_8250=y
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.
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 (lilo or loadlin) about how to pass options to the
57           kernel at boot time.)
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.
63           If unsure, say N.
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.)
74           This driver is also available as a module ( = code which can be
75           inserted in and removed from the running kernel whenever you want).
76           The module will be called serial_cs.  If you want to compile it as
77           a module, say M here and read <file:Documentation/modules.txt>.
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
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_HCDP
89         bool "8250/16550 device discovery support via EFI HCDP table"
90         depends on IA64
91         ---help---
92           If you wish to make the serial console port described by the EFI
93           HCDP table available for use as serial console or general
94           purpose port, say Y here. See
95           <http://www.dig64.org/specifications/DIG64_HCDPv10a_01.pdf>.
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.
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.
110 config SERIAL_8250_MANY_PORTS
111         bool "Support more than 4 serial ports"
112         depends on SERIAL_8250_EXTENDED
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.
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.
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.
138           This is considered unsafe; it is far better to configure the IRQ in
139           a boot script using the setserial command.
141           If unsure, say N.
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.
152 config SERIAL_8250_RSA
153         bool "Support RSA serial ports"
154         depends on SERIAL_8250_EXTENDED
155         help
156           ::: To be written :::
158 comment "Non-8250 serial port support"
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.
168 config SERIAL_ANAKIN
169         bool "Anakin serial port support"
170         depends on ARM && ARCH_ANAKIN
171         help
172           ::: To be written :::
174 config SERIAL_ANAKIN_CONSOLE
175         bool "Console on Anakin serial port"
176         depends on SERIAL_ANAKIN
177         help
178           Even if you say Y here, the currently visible virtual console
179           (/dev/tty0) will still be used as the system console by default, but
180           you can alter that using a kernel command line option such as
181           "console=ttyAN0". (Try "man bootparam" or see the documentation of
182           your boot loader (lilo or loadlin) about how to pass options to the
183           kernel at boot time.)
185 config ANAKIN_DEFAULT_BAUDRATE
186         int "Default Anakin serial baudrate"
187         depends on SERIAL_ANAKIN
188         default "9600"
189         help
190           ::: To be written :::
192 config SERIAL_AMBA
193         tristate "ARM AMBA serial port support"
194         depends on ARM && ARCH_INTEGRATOR
195         help
196           This selects the ARM(R) AMBA(R) PrimeCell UART.  If you have an
197           Integrator platform, say Y or M here.
199           If unsure, say N.
201 config SERIAL_AMBA_CONSOLE
202         bool "Support for console on AMBA serial port"
203         depends on SERIAL_AMBA=y
204         ---help---
205           Say Y here if you wish to use an AMBA PrimeCell UART as the system
206           console (the system console is the device which receives all kernel
207           messages and warnings and which allows logins in single user mode).
209           Even if you say Y here, the currently visible framebuffer console
210           (/dev/tty0) will still be used as the system console by default, but
211           you can alter that using a kernel command line option such as
212           "console=ttyAM0". (Try "man bootparam" or see the documentation of
213           your boot loader (lilo or loadlin) about how to pass options to the
214           kernel at boot time.)
216 config SERIAL_INTEGRATOR
217         bool
218         depends on SERIAL_AMBA=y
219         default y
221 config SERIAL_CLPS711X
222         tristate "CLPS711X serial port support"
223         depends on ARM && ARCH_CLPS711X
224         help
225           ::: To be written :::
227 config SERIAL_CLPS711X_CONSOLE
228         bool "Support for console on CLPS711X serial port"
229         depends on SERIAL_CLPS711X=y
230         help
231           Even if you say Y here, the currently visible virtual console
232           (/dev/tty0) will still be used as the system console by default, but
233           you can alter that using a kernel command line option such as
234           "console=ttyCL1". (Try "man bootparam" or see the documentation of
235           your boot loader (lilo or loadlin) about how to pass options to the
236           kernel at boot time.)
238 config SERIAL_CLPS711X_OLD_NAME
239         bool "Use the old 2.4 names for CLPS711X serial port"
240         depends on SERIAL_CLPS711X=y
241         help
242           ::: To be written :::
244 config SERIAL_DZ
245         bool "DECstation DZ serial driver"
246         depends on DECSTATION
247         help
248           DZ11-family serial controllers for VAXstations, including the
249           DC7085, M7814, and M7819.
251 config SERIAL_DZ_CONSOLE
252         bool "Support console on DECstation DZ serial driver"
253         depends on SERIAL_DZ=y
254         help
255           If you say Y here, it will be possible to use a serial port as the
256           system console (the system console is the device which receives all
257           kernel messages and warnings and which allows logins in single user
258           mode).  Note that the firmware uses ttyS0 as the serial console on
259           the Maxine and ttyS2 on the others.
261           If unsure, say Y.
263 config SERIAL_21285
264         tristate "DC21285 serial port support"
265         depends on ARM && FOOTBRIDGE
266         help
267           If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
268           PCI bridge you can enable its onboard serial port by enabling this
269           option.
271 config SERIAL_21285_OLD
272         bool "Use /dev/ttyS0 device (OBSOLETE)"
273         depends on SERIAL_21285=y && OBSOLETE
274         help
275           Use the old /dev/ttyS name, major 4 minor 64.  This is obsolete
276           and will be removed during later 2.5 development.
278 config SERIAL_21285_CONSOLE
279         bool "Console on DC21285 serial port"
280         depends on SERIAL_21285=y
281         help
282           If you have enabled the serial port on the 21285 footbridge you can
283           make it the console by answering Y to this option.
285           Even if you say Y here, the currently visible virtual console
286           (/dev/tty0) will still be used as the system console by default, but
287           you can alter that using a kernel command line option such as
288           "console=ttyFB". (Try "man bootparam" or see the documentation of
289           your boot loader (lilo or loadlin) about how to pass options to the
290           kernel at boot time.)
292 config SERIAL_UART00
293         bool "Excalibur serial port (uart00) support"
294         depends on ARM && ARCH_CAMELOT
295         help
296           Say Y here if you want to use the hard logic uart on Excalibur. This
297           driver also supports soft logic implentations of this uart core.
299 config SERIAL_UART00_CONSOLE
300         bool "Support for console on Excalibur serial port"
301         depends on SERIAL_UART00
302         help
303           Say Y here if you want to support a serial console on an Excalibur
304           hard logic uart or uart00 IP core.
306           Even if you say Y here, the currently visible virtual console
307           (/dev/tty0) will still be used as the system console by default, but
308           you can alter that using a kernel command line option such as
309           "console=ttyS1". (Try "man bootparam" or see the documentation of
310           your boot loader (lilo or loadlin) about how to pass options to the
311           kernel at boot time.)
313 config SERIAL_SA1100
314         bool "SA1100 serial port support"
315         depends on ARM && ARCH_SA1100
316         help
317           If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
318           can enable its onboard serial port by enabling this option.
319           Please read <file:Documentation/arm/SA1100/serial_UART> for further
320           info.
322 config SERIAL_SA1100_CONSOLE
323         bool "Console on SA1100 serial port"
324         depends on SERIAL_SA1100
325         help
326           If you have enabled the serial port on the SA1100/SA1110 StrongARM
327           CPU you can make it the console by answering Y to this option.
329           Even if you say Y here, the currently visible virtual console
330           (/dev/tty0) will still be used as the system console by default, but
331           you can alter that using a kernel command line option such as
332           "console=ttySA0". (Try "man bootparam" or see the documentation of
333           your boot loader (lilo or loadlin) about how to pass options to the
334           kernel at boot time.)
336 config SERIAL_SUNCORE
337         bool
338         depends on SPARC32 || SPARC64
339         default y
341 config SERIAL_SUNZILOG
342         tristate "Sun Zilog8530 serial support"
343         depends on SPARC32 || SPARC64
344         help
345           This driver supports the Zilog8530 serial ports found on many Sparc
346           systems.  Say Y or M if you want to be able to these serial ports.
348 config SERIAL_SUNSU
349         tristate "Sun SU serial support"
350         depends on (SPARC32 || SPARC64) && PCI
351         help
352           This driver supports the 8250 serial ports that run the keyboard and
353           mouse on (PCI) UltraSPARC systems.  Say Y or M if you want to be able
354           to these serial ports.
356 config SERIAL_MUX
357         tristate "Serial MUX support"
358         depends on PARISC
359         default y
360         ---help---
361           Saying Y here will enable the hardware MUX serial driver for
362           the Nova and K class systems.  The hardware MUX is not 8250/16550 
363           compatible therefore the /dev/ttyB0 device is shared between the 
364           Serial MUX and the PDC software console.  The following steps 
365           need to be completed to use the Serial MUX:
367             1. create the device entry (mknod /dev/ttyB0 c 11 0)
368             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
369             3. Add device ttyB0 to /etc/securetty (if you want to log on as
370                  root on this console.)
371             4. Change the kernel command console parameter to: console=ttyB0
373 config SERIAL_MUX_CONSOLE
374         bool "Support for console on serial MUX"
375         depends on SERIAL_MUX
376         default y
378 config PDC_CONSOLE
379         bool "PDC software console support"
380         depends on PARISC && !SERIAL_MUX
381         default n
382         help
383           Saying Y here will enable the software based PDC console to be 
384           used as the system console.  This is useful for machines in 
385           which the hardware based console has not been written yet.  The
386           following steps must be competed to use the PDC console:
388             1. create the device entry (mknod /dev/ttyB0 c 11 0)
389             2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
390             3. Add device ttyB0 to /etc/securetty (if you want to log on as
391                  root on this console.)
392             4. Change the kernel command console parameter to: console=ttyB0
394 config SERIAL_SUNSAB
395         tristate "Sun Siemens SAB82532 serial support"
396         depends on (SPARC32 || SPARC64) && PCI
397         help
398           This driver supports the Siemens SAB82532 DUSCC serial ports on newer
399           (PCI) UltraSPARC systems.  Say Y or M if you want to be able to these
400           serial ports.
402 config SERIAL_IP22_ZILOG
403         tristate "IP22 Zilog8530 serial support"
404         depends on SGI_IP22
405         help
406           This driver supports the Zilog8530 serial ports found on SGI IP22
407           systems.  Say Y or M if you want to be able to these serial ports.
409 config V850E_NB85E_UART
410         bool "NEC V850E on-chip UART support"
411         depends on V850E_NB85E || V850E2_ANNA || V850E_AS85EP1
412         default y
414 config V850E_NB85E_UART_CONSOLE
415         bool "Use NEC V850E on-chip UART for console"
416         depends on V850E_NB85E_UART
418 config SERIAL_AU1X00
419         bool "Enable Au1x00 UART Support"
420         depends on MIPS && SOC_AU1X00
421         help
422           If you have an Alchemy AU1X00 processor (MIPS based) and you want
423           to use serial ports, say Y.  Otherwise, say N.
425 config SERIAL_AU1X00_CONSOLE
426         bool "Enable Au1x00 serial console"
427         depends on SERIAL_AU1X00
428         help
429           If you have an Alchemy AU1X00 processor (MIPS based) and you want
430           to use a console on a serial port, say Y.  Otherwise, say N.
432 config SERIAL_CORE
433         tristate
434         default m if SERIAL_AMBA!=y && SERIAL_CLPS711X!=y && SERIAL_21285!=y && !SERIAL_SA1100 && !SERIAL_ANAKIN && !SERIAL_UART00 && SERIAL_8250!=y && !SERIAL_ROCKETPORT && !SERIAL_SUNCORE && !V850E_NB85E_UART && !SERIAL_DZ && (SERIAL_AMBA=m || SERIAL_CLPS711X=m || SERIAL_21285=m || SERIAL_8250=m || SERIAL_IP22_ZILOG=m)
435         default y if SERIAL_AMBA=y || SERIAL_CLPS711X=y || SERIAL_21285=y || SERIAL_SA1100 || SERIAL_ANAKIN || SERIAL_UART00 || SERIAL_8250=y || SERIAL_ROCKETPORT || SERIAL_SUNCORE || V850E_NB85E_UART || SERIAL_DZ || SERIAL_IP22_ZILOG=y || SERIAL_AU1X00=y
437 config SERIAL_CORE_CONSOLE
438         bool
439         depends on SERIAL_AMBA_CONSOLE || SERIAL_CLPS711X_CONSOLE || SERIAL_21285_CONSOLE || SERIAL_SA1100_CONSOLE || SERIAL_ANAKIN_CONSOLE || SERIAL_UART00_CONSOLE || SERIAL_8250_CONSOLE || SERIAL_SUNCORE || SERIAL_DZ_CONSOLE || SERIAL_IP22_ZILOG=y || SERIAL_AU1X00_CONSOLE=y
440         default y
442 config SERIAL_68328
443         bool "68328 serial support"
444         depends on M68328 || M68EZ328 || M68VZ328
445         help
446           This driver supports the built-in serial port of the Motorola 68328
447           (standard, EZ and VZ varities).
449 config SERIAL_68328_RTS_CTS
450         bool "Support RTS/CTS on 68328 serial port"
451         depends on SERIAL_68328
453 config SERIAL_COLDFIRE
454         bool "ColdFire serial support"
455         depends on COLDFIRE
456         help
457           This driver supports the built-in serial ports of the Motorola ColdFire
458           family of CPUs.
460 config SERIAL_68360_SMC
461         bool "68360 SMC uart support"
462         depends on M68360
463         help
464           This driver supports the SMC serial ports of the Motorola 68360 CPU.
466 config SERIAL_68360_SCC
467         bool "68360 SCC uart support"
468         depends on M68360
469         help
470           This driver supports the SCC serial ports of the Motorola 68360 CPU.
472 config SERIAL_68360
473         bool
474         depends on SERIAL_68360_SMC || SERIAL_68360_SCC
475         default y
477 endmenu