diff options
| -rw-r--r-- | drivers/char/Kconfig | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 3429ece4ef92..d0c978fbc204 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
| @@ -386,6 +386,39 @@ config AU1000_SERIAL_CONSOLE | |||
| 386 | If you have an Alchemy AU1000 processor (MIPS based) and you want | 386 | If you have an Alchemy AU1000 processor (MIPS based) and you want |
| 387 | to use a console on a serial port, say Y. Otherwise, say N. | 387 | to use a console on a serial port, say Y. Otherwise, say N. |
| 388 | 388 | ||
| 389 | config SERIAL_DEC | ||
| 390 | bool "DECstation serial support" | ||
| 391 | depends on MACH_DECSTATION | ||
| 392 | default y | ||
| 393 | help | ||
| 394 | This selects whether you want to be asked about drivers for | ||
| 395 | DECstation serial ports. | ||
| 396 | |||
| 397 | Note that the answer to this question won't directly affect the | ||
| 398 | kernel: saying N will just cause the configurator to skip all | ||
| 399 | the questions about DECstation serial ports. | ||
| 400 | |||
| 401 | config SERIAL_DEC_CONSOLE | ||
| 402 | bool "Support for console on a DECstation serial port" | ||
| 403 | depends on SERIAL_DEC | ||
| 404 | default y | ||
| 405 | help | ||
| 406 | If you say Y here, it will be possible to use a serial port as the | ||
| 407 | system console (the system console is the device which receives all | ||
| 408 | kernel messages and warnings and which allows logins in single user | ||
| 409 | mode). Note that the firmware uses ttyS0 as the serial console on | ||
| 410 | the Maxine and ttyS2 on the others. | ||
| 411 | |||
| 412 | If unsure, say Y. | ||
| 413 | |||
| 414 | config ZS | ||
| 415 | bool "Z85C30 Serial Support" | ||
| 416 | depends on SERIAL_DEC | ||
| 417 | default y | ||
| 418 | help | ||
| 419 | Documentation on the Zilog 85C350 serial communications controller | ||
| 420 | is downloadable at <http://www.zilog.com/pdfs/serial/z85c30.pdf> | ||
| 421 | |||
| 389 | config A2232 | 422 | config A2232 |
| 390 | tristate "Commodore A2232 serial support (EXPERIMENTAL)" | 423 | tristate "Commodore A2232 serial support (EXPERIMENTAL)" |
| 391 | depends on EXPERIMENTAL && ZORRO && BROKEN_ON_SMP | 424 | depends on EXPERIMENTAL && ZORRO && BROKEN_ON_SMP |
