Kconfig 5.1 KB

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