patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / s390 / Kconfig
index 4ae29d3..e190f21 100644 (file)
@@ -54,17 +54,28 @@ config UNIX98_PTY_COUNT
 comment "S/390 character device drivers"
 
 config TN3270
-       tristate "Support for locally attached 3270 tubes"
+       tristate "Support for locally attached 3270 terminals"
        help
-         Include support for IBM 3270 line-mode terminals.
+         Include support for IBM 3270 terminals.
+
+config TN3270_TTY
+       tristate "Support for tty input/output on 3270 terminals"
+       depends on TN3270
+       help
+         Include support for using an IBM 3270 terminal as a Linux tty.
+
+config TN3270_FS
+       tristate "Support for fullscreen applications on 3270 terminals"
+       depends on TN3270
+       help
+         Include support for fullscreen applications on an IBM 3270 terminal.
 
 config TN3270_CONSOLE
-       bool "Support for console on 3270 line mode terminal"
-       depends on TN3270=y
+       bool "Support for console on 3270 terminal"
+       depends on TN3270=y && TN3270_TTY=y
        help
-         Include support for using an IBM 3270 line-mode terminal as a Linux
-         system console.  Available only if 3270 support is compiled in
-         statically.
+         Include support for using an IBM 3270 terminal as a Linux system
+         console.  Available only if 3270 support is compiled in statically.
 
 config TN3215
        bool "Support for 3215 line mode terminal"