Kconfig 5.3 KB

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