Kconfig 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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 && TTY
  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 && TTY
  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 && TTY
  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 && TTY
  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 SCLP_ASYNC_ID
  92. string "Component ID for Call Home"
  93. depends on SCLP_ASYNC
  94. default "000000000"
  95. help
  96. The Component ID for Call Home is used to identify the correct
  97. problem reporting queue the call home records should be sent to.
  98. If your are unsure, please use the default value "000000000".
  99. config HMC_DRV
  100. def_tristate m
  101. prompt "Support for file transfers from HMC drive CD/DVD-ROM"
  102. depends on S390
  103. select CRC16
  104. help
  105. This option enables support for file transfers from a Hardware
  106. Management Console (HMC) drive CD/DVD-ROM. It is available as a
  107. module, called 'hmcdrv', and also as kernel built-in. There is one
  108. optional parameter for this module: cachesize=N, which modifies the
  109. transfer cache size from it's default value 0.5MB to N bytes. If N
  110. is zero, then no caching is performed.
  111. config S390_TAPE
  112. def_tristate m
  113. prompt "S/390 tape device support"
  114. depends on CCW
  115. help
  116. Select this option if you want to access channel-attached tape
  117. devices on IBM S/390 or zSeries.
  118. If you select this option you will also want to select at
  119. least one of the tape interface options and one of the tape
  120. hardware options in order to access a tape device.
  121. This option is also available as a module. The module will be
  122. called tape390 and include all selected interfaces and
  123. hardware drivers.
  124. comment "S/390 tape hardware support"
  125. depends on S390_TAPE
  126. config S390_TAPE_34XX
  127. def_tristate m
  128. prompt "Support for 3480/3490 tape hardware"
  129. depends on S390_TAPE
  130. help
  131. Select this option if you want to access IBM 3480/3490 magnetic
  132. tape subsystems and 100% compatibles.
  133. It is safe to say "Y" here.
  134. config S390_TAPE_3590
  135. def_tristate m
  136. prompt "Support for 3590 tape hardware"
  137. depends on S390_TAPE
  138. help
  139. Select this option if you want to access IBM 3590 magnetic
  140. tape subsystems and 100% compatibles.
  141. It is safe to say "Y" here.
  142. config VMLOGRDR
  143. def_tristate m
  144. prompt "Support for the z/VM recording system services (VM only)"
  145. depends on IUCV
  146. help
  147. Select this option if you want to be able to receive records collected
  148. by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
  149. *SYMPTOM.
  150. This driver depends on the IUCV support driver.
  151. config VMCP
  152. def_bool y
  153. prompt "Support for the z/VM CP interface"
  154. depends on S390
  155. help
  156. Select this option if you want to be able to interact with the control
  157. program on z/VM
  158. config MONREADER
  159. def_tristate m
  160. prompt "API for reading z/VM monitor service records"
  161. depends on IUCV
  162. help
  163. Character device driver for reading z/VM monitor service records
  164. config MONWRITER
  165. def_tristate m
  166. prompt "API for writing z/VM monitor service records"
  167. depends on S390
  168. help
  169. Character device driver for writing z/VM monitor service records
  170. config S390_VMUR
  171. def_tristate m
  172. prompt "z/VM unit record device driver"
  173. depends on S390
  174. help
  175. Character device driver for z/VM reader, puncher and printer.