diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-02-07 03:15:09 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:24 -0500 |
commit | 7287d765d5f2e946fdffbcba36088c44ebb35912 (patch) | |
tree | 1e69f9fdd743dbf3f20474b2e69b3951616ed0e8 | |
parent | 87cff7fb0be9045241eba948502c95c17bb5b944 (diff) |
dz: update kconfig description
Reformat the Kconfig entries and update descriptions for accuracy. Select the
driver by default for configurations of interest. For the curious: 32BIT
means only 32-bit DECstations support the device, not that the driver is not
64-bit clean; I have not checked that either though.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/serial/Kconfig | 16 |
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 | ||
472 | config SERIAL_DZ_CONSOLE | 473 | config 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 | ||