Kconfig 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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 hardware support"
  105. depends on S390_TAPE
  106. config S390_TAPE_34XX
  107. def_tristate m
  108. prompt "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. def_tristate m
  116. prompt "Support for 3590 tape hardware"
  117. depends on S390_TAPE
  118. help
  119. Select this option if you want to access IBM 3590 magnetic
  120. tape subsystems and 100% compatibles.
  121. It is safe to say "Y" here.
  122. config VMLOGRDR
  123. def_tristate m
  124. prompt "Support for the z/VM recording system services (VM only)"
  125. depends on IUCV
  126. help
  127. Select this option if you want to be able to receive records collected
  128. by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
  129. *SYMPTOM.
  130. This driver depends on the IUCV support driver.
  131. config VMCP
  132. def_bool y
  133. prompt "Support for the z/VM CP interface"
  134. depends on S390
  135. help
  136. Select this option if you want to be able to interact with the control
  137. program on z/VM
  138. config MONREADER
  139. def_tristate m
  140. prompt "API for reading z/VM monitor service records"
  141. depends on IUCV
  142. help
  143. Character device driver for reading z/VM monitor service records
  144. config MONWRITER
  145. def_tristate m
  146. prompt "API for writing z/VM monitor service records"
  147. depends on S390
  148. help
  149. Character device driver for writing z/VM monitor service records
  150. config S390_VMUR
  151. def_tristate m
  152. prompt "z/VM unit record device driver"
  153. depends on S390
  154. help
  155. Character device driver for z/VM reader, puncher and printer.