Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. comment "S/390 character device drivers"
  2. depends on S390
  3. config TN3270
  4. tristate "Support for locally attached 3270 terminals"
  5. depends on CCW
  6. help
  7. Include support for IBM 3270 terminals.
  8. config TN3270_TTY
  9. tristate "Support for tty input/output on 3270 terminals"
  10. depends on TN3270
  11. help
  12. Include support for using an IBM 3270 terminal as a Linux tty.
  13. config TN3270_FS
  14. tristate "Support for fullscreen applications on 3270 terminals"
  15. depends on TN3270
  16. help
  17. Include support for fullscreen applications on an IBM 3270 terminal.
  18. config TN3270_CONSOLE
  19. bool "Support for console on 3270 terminal"
  20. depends on TN3270=y && TN3270_TTY=y
  21. help
  22. Include support for using an IBM 3270 terminal as a Linux system
  23. console. Available only if 3270 support is compiled in statically.
  24. config TN3215
  25. bool "Support for 3215 line mode terminal"
  26. depends on CCW
  27. help
  28. Include support for IBM 3215 line-mode terminals.
  29. config TN3215_CONSOLE
  30. bool "Support for console on 3215 line mode terminal"
  31. depends on TN3215
  32. help
  33. Include support for using an IBM 3215 line-mode terminal as a
  34. Linux system console.
  35. config CCW_CONSOLE
  36. bool
  37. depends on TN3215_CONSOLE || TN3270_CONSOLE
  38. default y
  39. config SCLP_TTY
  40. bool "Support for SCLP line mode terminal"
  41. depends on S390
  42. help
  43. Include support for IBM SCLP line-mode terminals.
  44. config SCLP_CONSOLE
  45. bool "Support for console on SCLP line mode terminal"
  46. depends on SCLP_TTY
  47. help
  48. Include support for using an IBM HWC line-mode terminal as the Linux
  49. system console.
  50. config SCLP_VT220_TTY
  51. bool "Support for SCLP VT220-compatible terminal"
  52. depends on S390
  53. help
  54. Include support for an IBM SCLP VT220-compatible terminal.
  55. config SCLP_VT220_CONSOLE
  56. bool "Support for console on SCLP VT220-compatible terminal"
  57. depends on SCLP_VT220_TTY
  58. help
  59. Include support for using an IBM SCLP VT220-compatible terminal as a
  60. Linux system console.
  61. config SCLP_CPI
  62. tristate "Control-Program Identification"
  63. depends on S390
  64. help
  65. This option enables the hardware console interface for system
  66. identification. This is commonly used for workload management and
  67. gives you a nice name for the system on the service element.
  68. Please select this option as a module since built-in operation is
  69. completely untested.
  70. You should only select this option if you know what you are doing,
  71. need this feature and intend to run your kernel in LPAR.
  72. config SCLP_ASYNC
  73. tristate "Support for Call Home via Asynchronous SCLP Records"
  74. depends on S390
  75. help
  76. This option enables the call home function, which is able to inform
  77. the service element and connected organisations about a kernel panic.
  78. You should only select this option if you know what you are doing,
  79. want for inform other people about your kernel panics,
  80. need this feature and intend to run your kernel in LPAR.
  81. config S390_TAPE
  82. tristate "S/390 tape device support"
  83. depends on CCW
  84. help
  85. Select this option if you want to access channel-attached tape
  86. devices on IBM S/390 or zSeries.
  87. If you select this option you will also want to select at
  88. least one of the tape interface options and one of the tape
  89. hardware options in order to access a tape device.
  90. This option is also available as a module. The module will be
  91. called tape390 and include all selected interfaces and
  92. hardware drivers.
  93. comment "S/390 tape interface support"
  94. depends on S390_TAPE
  95. config S390_TAPE_BLOCK
  96. bool "Support for tape block devices"
  97. depends on S390_TAPE && BLOCK
  98. help
  99. Select this option if you want to access your channel-attached tape
  100. devices using the block device interface. This interface is similar
  101. to CD-ROM devices on other platforms. The tapes can only be
  102. accessed read-only when using this interface. Have a look at
  103. <file:Documentation/s390/TAPE> for further information about creating
  104. volumes for and using this interface. It is safe to say "Y" here.
  105. comment "S/390 tape hardware support"
  106. depends on S390_TAPE
  107. config S390_TAPE_34XX
  108. tristate "Support for 3480/3490 tape hardware"
  109. depends on S390_TAPE
  110. help
  111. Select this option if you want to access IBM 3480/3490 magnetic
  112. tape subsystems and 100% compatibles.
  113. It is safe to say "Y" here.
  114. config S390_TAPE_3590
  115. tristate "Support for 3590 tape hardware"
  116. depends on S390_TAPE
  117. help
  118. Select this option if you want to access IBM 3590 magnetic
  119. tape subsystems and 100% compatibles.
  120. It is safe to say "Y" here.
  121. config VMLOGRDR
  122. tristate "Support for the z/VM recording system services (VM only)"
  123. depends on IUCV
  124. help
  125. Select this option if you want to be able to receive records collected
  126. by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
  127. *SYMPTOM.
  128. This driver depends on the IUCV support driver.
  129. config VMCP
  130. tristate "Support for the z/VM CP interface (VM only)"
  131. depends on S390
  132. help
  133. Select this option if you want to be able to interact with the control
  134. program on z/VM
  135. config MONREADER
  136. tristate "API for reading z/VM monitor service records"
  137. depends on IUCV
  138. help
  139. Character device driver for reading z/VM monitor service records
  140. config MONWRITER
  141. tristate "API for writing z/VM monitor service records"
  142. depends on S390
  143. default "m"
  144. help
  145. Character device driver for writing z/VM monitor service records
  146. config S390_VMUR
  147. tristate "z/VM unit record device driver"
  148. depends on S390
  149. default "m"
  150. help
  151. Character device driver for z/VM reader, puncher and printer.