patch-2.2.16 linux/arch/s390/config.in

Next file: linux/arch/s390/defconfig
Previous file: linux/arch/s390/boot/ipleckd.S
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/s390/config.in linux/arch/s390/config.in
@@ -1,6 +1,6 @@
-
+#
 # For a description of the syntax of this configuration file,
-# see the Configure script.
+# see Documentation/kbuild/config-language.txt.
 #
 mainmenu_name "Linux Kernel Configuration"
 define_bool CONFIG_ARCH_S390 y
@@ -43,6 +43,11 @@
 endmenu
 
 source drivers/s390/Config.in
+comment 'Character devices'
+bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
+if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
+  int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
+fi
 
 if [ "$CONFIG_NET" = "y" ]; then
   source net/Config.in

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)