aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/serial/Kconfig16
1 files changed, 10 insertions, 6 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 6a44fb1dc167..50d6e2214ddf 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -465,20 +465,24 @@ config SERIAL_DZ
465 bool "DECstation DZ serial driver" 465 bool "DECstation DZ serial driver"
466 depends on MACH_DECSTATION && 32BIT 466 depends on MACH_DECSTATION && 32BIT
467 select SERIAL_CORE 467 select SERIAL_CORE
468 help 468 default y
469 DZ11-family serial controllers for VAXstations, including the 469 ---help---
470 DC7085, M7814, and M7819. 470 DZ11-family serial controllers for DECstations and VAXstations,
471 including the DC7085, M7814, and M7819.
471 472
472config SERIAL_DZ_CONSOLE 473config SERIAL_DZ_CONSOLE
473 bool "Support console on DECstation DZ serial driver" 474 bool "Support console on DECstation DZ serial driver"
474 depends on SERIAL_DZ=y 475 depends on SERIAL_DZ=y
475 select SERIAL_CORE_CONSOLE 476 select SERIAL_CORE_CONSOLE
476 help 477 default y
478 ---help---
477 If you say Y here, it will be possible to use a serial port as the 479 If you say Y here, it will be possible to use a serial port as the
478 system console (the system console is the device which receives all 480 system console (the system console is the device which receives all
479 kernel messages and warnings and which allows logins in single user 481 kernel messages and warnings and which allows logins in single user
480 mode). Note that the firmware uses ttyS0 as the serial console on 482 mode).
481 the Maxine and ttyS2 on the others. 483
484 Note that the firmware uses ttyS3 as the serial console on
485 DECstations that use this driver.
482 486
483 If unsure, say Y. 487 If unsure, say Y.
484 488