Kconfig 4.9 KB

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