Kconfig 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # SPDX-License-Identifier: GPL-2.0
  2. comment "S/390 character device drivers"
  3. depends on S390
  4. config TN3270
  5. def_tristate y
  6. prompt "Support for locally attached 3270 terminals"
  7. depends on CCW
  8. help
  9. Include support for IBM 3270 terminals.
  10. config TN3270_TTY
  11. def_tristate y
  12. prompt "Support for tty input/output on 3270 terminals"
  13. depends on TN3270 && TTY
  14. help
  15. Include support for using an IBM 3270 terminal as a Linux tty.
  16. config TN3270_FS
  17. def_tristate m
  18. prompt "Support for fullscreen applications on 3270 terminals"
  19. depends on TN3270
  20. help
  21. Include support for fullscreen applications on an IBM 3270 terminal.
  22. config TN3270_CONSOLE
  23. def_bool y
  24. prompt "Support for console on 3270 terminal"
  25. depends on TN3270=y && TN3270_TTY=y
  26. help
  27. Include support for using an IBM 3270 terminal as a Linux system
  28. console. Available only if 3270 support is compiled in statically.
  29. config TN3215
  30. def_bool y
  31. prompt "Support for 3215 line mode terminal"
  32. depends on CCW && TTY
  33. help
  34. Include support for IBM 3215 line-mode terminals.
  35. config TN3215_CONSOLE
  36. def_bool y
  37. prompt "Support for console on 3215 line mode terminal"
  38. depends on TN3215
  39. help
  40. Include support for using an IBM 3215 line-mode terminal as a
  41. Linux system console.
  42. config CCW_CONSOLE
  43. def_bool y if TN3215_CONSOLE || TN3270_CONSOLE
  44. config SCLP_TTY
  45. def_bool y
  46. prompt "Support for SCLP line mode terminal"
  47. depends on S390 && TTY
  48. help
  49. Include support for IBM SCLP line-mode terminals.
  50. config SCLP_CONSOLE
  51. def_bool y
  52. prompt "Support for console on SCLP line mode terminal"
  53. depends on SCLP_TTY
  54. help
  55. Include support for using an IBM HWC line-mode terminal as the Linux
  56. system console.
  57. config SCLP_VT220_TTY
  58. def_bool y
  59. prompt "Support for SCLP VT220-compatible terminal"
  60. depends on S390 && TTY
  61. help
  62. Include support for an IBM SCLP VT220-compatible terminal.
  63. config SCLP_VT220_CONSOLE
  64. def_bool y
  65. prompt "Support for console on SCLP VT220-compatible terminal"
  66. depends on SCLP_VT220_TTY
  67. help
  68. Include support for using an IBM SCLP VT220-compatible terminal as a
  69. Linux system console.
  70. config HMC_DRV
  71. def_tristate m
  72. prompt "Support for file transfers from HMC drive CD/DVD-ROM"
  73. depends on S390
  74. select CRC16
  75. help
  76. This option enables support for file transfers from a Hardware
  77. Management Console (HMC) drive CD/DVD-ROM. It is available as a
  78. module, called 'hmcdrv', and also as kernel built-in. There is one
  79. optional parameter for this module: cachesize=N, which modifies the
  80. transfer cache size from its default value 0.5MB to N bytes. If N
  81. is zero, then no caching is performed.
  82. config SCLP_OFB
  83. def_bool n
  84. prompt "Support for Open-for-Business SCLP Event"
  85. depends on S390
  86. help
  87. This option enables the Open-for-Business interface to the s390
  88. Service Element.
  89. config S390_UV_UAPI
  90. def_tristate m
  91. prompt "Ultravisor userspace API"
  92. depends on S390
  93. help
  94. Selecting exposes parts of the UV interface to userspace
  95. by providing a misc character device at /dev/uv.
  96. Using IOCTLs one can interact with the UV.
  97. The device is only available if the Ultravisor
  98. Facility (158) is present.
  99. config S390_TAPE
  100. def_tristate m
  101. prompt "S/390 tape device support"
  102. depends on CCW
  103. help
  104. Select this option if you want to access channel-attached tape
  105. devices on IBM S/390 or zSeries.
  106. If you select this option you will also want to select at
  107. least one of the tape interface options and one of the tape
  108. hardware options in order to access a tape device.
  109. This option is also available as a module. The module will be
  110. called tape390 and include all selected interfaces and
  111. hardware drivers.
  112. comment "S/390 tape hardware support"
  113. depends on S390_TAPE
  114. config S390_TAPE_34XX
  115. def_tristate m
  116. prompt "Support for 3480/3490 tape hardware"
  117. depends on S390_TAPE
  118. help
  119. Select this option if you want to access IBM 3480/3490 magnetic
  120. tape subsystems and 100% compatibles.
  121. It is safe to say "Y" here.
  122. config S390_TAPE_3590
  123. def_tristate m
  124. prompt "Support for 3590 tape hardware"
  125. depends on S390_TAPE
  126. help
  127. Select this option if you want to access IBM 3590 magnetic
  128. tape subsystems and 100% compatibles.
  129. It is safe to say "Y" here.
  130. config VMLOGRDR
  131. def_tristate m
  132. prompt "Support for the z/VM recording system services (VM only)"
  133. depends on IUCV
  134. help
  135. Select this option if you want to be able to receive records collected
  136. by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
  137. *SYMPTOM.
  138. This driver depends on the IUCV support driver.
  139. config VMCP
  140. def_bool y
  141. prompt "Support for the z/VM CP interface"
  142. depends on S390
  143. select CMA
  144. help
  145. Select this option if you want to be able to interact with the control
  146. program on z/VM
  147. config VMCP_CMA_SIZE
  148. int "Memory in MiB reserved for z/VM CP interface"
  149. default "4"
  150. depends on VMCP
  151. help
  152. Specify the default amount of memory in MiB reserved for the z/VM CP
  153. interface. If needed this memory is used for large contiguous memory
  154. allocations. The default can be changed with the kernel command line
  155. parameter "vmcp_cma".
  156. config MONREADER
  157. def_tristate m
  158. prompt "API for reading z/VM monitor service records"
  159. depends on IUCV
  160. help
  161. Character device driver for reading z/VM monitor service records
  162. config MONWRITER
  163. def_tristate m
  164. prompt "API for writing z/VM monitor service records"
  165. depends on S390
  166. help
  167. Character device driver for writing z/VM monitor service records
  168. config S390_VMUR
  169. def_tristate m
  170. prompt "z/VM unit record device driver"
  171. depends on S390
  172. help
  173. Character device driver for z/VM reader, puncher and printer.