X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fs390%2FKconfig;h=38f2f6b37b5b122f9dcdf76274daafed2eaf3a4f;hb=352771d8dfacc828fdee58d5def490d5fb480c83;hp=bf4e08f0e4ea86b2bba27506a14e1b34b2e44041;hpb=8acd6bd4f7d04a05c364bea1883ca3876efde353;p=linux-2.6.git diff --git a/drivers/s390/Kconfig b/drivers/s390/Kconfig index bf4e08f0e..38f2f6b37 100644 --- a/drivers/s390/Kconfig +++ b/drivers/s390/Kconfig @@ -37,6 +37,22 @@ config UNIX98_PTYS Read the instructions in pertaining to pseudo terminals. It's safe to say N. +config UNIX98_PTY_COUNT + int "Maximum number of Unix98 PTYs in use (0-2048)" + depends on UNIX98_PTYS + default "256" + help + The maximum number of Unix98 PTYs that can be used at any one time. + The default is 256, and should be enough for desktop systems. Server + machines which support incoming telnet/rlogin/ssh connections and/or + serve several X terminals may want to increase this: every incoming + connection and every xterm uses up one PTY. + + When not in use, each additional set of 256 PTYs occupy + approximately 8 KB of kernel memory on 32-bit architectures. + +source "drivers/char/watchdog/Kconfig" + comment "S/390 character device drivers" config TN3270 @@ -160,6 +176,23 @@ config S390_TAPE_34XX tape subsystems and 100% compatibles. It is safe to say "Y" here. + + +config VMLOGRDR + tristate "Support for the z/VM recording system services (VM only)" + depends on IUCV + help + Select this option if you want to be able to receive records collected + by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or + *SYMPTOM. + This driver depends on the IUCV support driver. + +config MONREADER + tristate "API for reading z/VM monitor service records" + depends on IUCV + help + Character device driver for reading z/VM monitor service records + endmenu menu "Cryptographic devices"