| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 1 | comment "S/390 character device drivers" | 
 | 2 | 	depends on S390 | 
 | 3 |  | 
 | 4 | config TN3270 | 
 | 5 | 	tristate "Support for locally attached 3270 terminals" | 
 | 6 | 	depends on CCW | 
 | 7 | 	help | 
 | 8 | 	  Include support for IBM 3270 terminals. | 
 | 9 |  | 
 | 10 | config TN3270_TTY | 
 | 11 | 	tristate "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 |  | 
 | 16 | config TN3270_FS | 
 | 17 | 	tristate "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 |  | 
 | 22 | config TN3270_CONSOLE | 
 | 23 | 	bool "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 |  | 
 | 29 | config TN3215 | 
 | 30 | 	bool "Support for 3215 line mode terminal" | 
 | 31 | 	depends on CCW | 
 | 32 | 	help | 
 | 33 | 	  Include support for IBM 3215 line-mode terminals. | 
 | 34 |  | 
 | 35 | config TN3215_CONSOLE | 
 | 36 | 	bool "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 |  | 
 | 42 | config CCW_CONSOLE | 
 | 43 | 	bool | 
 | 44 | 	depends on TN3215_CONSOLE || TN3270_CONSOLE | 
 | 45 | 	default y | 
 | 46 |  | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 47 | config SCLP_TTY | 
 | 48 | 	bool "Support for SCLP line mode terminal" | 
| Heiko Carstens | 3b74a87 | 2007-07-27 12:29:12 +0200 | [diff] [blame] | 49 | 	depends on S390 | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 50 | 	help | 
 | 51 | 	  Include support for IBM SCLP line-mode terminals. | 
 | 52 |  | 
 | 53 | config SCLP_CONSOLE | 
 | 54 | 	bool "Support for console on SCLP line mode terminal" | 
 | 55 | 	depends on SCLP_TTY | 
 | 56 | 	help | 
 | 57 | 	  Include support for using an IBM HWC line-mode terminal as the Linux | 
 | 58 | 	  system console. | 
 | 59 |  | 
 | 60 | config SCLP_VT220_TTY | 
 | 61 | 	bool "Support for SCLP VT220-compatible terminal" | 
| Heiko Carstens | 3b74a87 | 2007-07-27 12:29:12 +0200 | [diff] [blame] | 62 | 	depends on S390 | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 63 | 	help | 
 | 64 | 	  Include support for an IBM SCLP VT220-compatible terminal. | 
 | 65 |  | 
 | 66 | config SCLP_VT220_CONSOLE | 
 | 67 | 	bool "Support for console on SCLP VT220-compatible terminal" | 
 | 68 | 	depends on SCLP_VT220_TTY | 
 | 69 | 	help | 
 | 70 | 	  Include support for using an IBM SCLP VT220-compatible terminal as a | 
 | 71 | 	  Linux system console. | 
 | 72 |  | 
 | 73 | config SCLP_CPI | 
 | 74 | 	tristate "Control-Program Identification" | 
| Heiko Carstens | 3b74a87 | 2007-07-27 12:29:12 +0200 | [diff] [blame] | 75 | 	depends on S390 | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 76 | 	help | 
 | 77 | 	  This option enables the hardware console interface for system | 
 | 78 | 	  identification. This is commonly used for workload management and | 
 | 79 | 	  gives you a nice name for the system on the service element. | 
 | 80 | 	  Please select this option as a module since built-in operation is | 
 | 81 | 	  completely untested. | 
 | 82 | 	  You should only select this option if you know what you are doing, | 
 | 83 | 	  need this feature and intend to run your kernel in LPAR. | 
 | 84 |  | 
| Hans-Joachim Picht | c114728 | 2009-09-11 10:28:47 +0200 | [diff] [blame] | 85 | config SCLP_ASYNC | 
 | 86 | 	tristate "Support for Call Home via Asynchronous SCLP Records" | 
 | 87 | 	depends on S390 | 
 | 88 | 	help | 
 | 89 | 	  This option enables the call home function, which is able to inform | 
 | 90 | 	  the service element and connected organisations about a kernel panic. | 
 | 91 | 	  You should only select this option if you know what you are doing, | 
 | 92 | 	  want for inform other people about your kernel panics, | 
 | 93 | 	  need this feature and intend to run your kernel in LPAR. | 
 | 94 |  | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 95 | config S390_TAPE | 
 | 96 | 	tristate "S/390 tape device support" | 
 | 97 | 	depends on CCW | 
 | 98 | 	help | 
 | 99 | 	  Select this option if you want to access channel-attached tape | 
 | 100 | 	  devices on IBM S/390 or zSeries. | 
 | 101 | 	  If you select this option you will also want to select at | 
 | 102 | 	  least one of the tape interface options and one of the tape | 
 | 103 | 	  hardware options in order to access a tape device. | 
 | 104 | 	  This option is also available as a module. The module will be | 
 | 105 | 	  called tape390 and include all selected interfaces and | 
 | 106 | 	  hardware drivers. | 
 | 107 |  | 
 | 108 | comment "S/390 tape interface support" | 
 | 109 | 	depends on S390_TAPE | 
 | 110 |  | 
 | 111 | config S390_TAPE_BLOCK | 
 | 112 | 	bool "Support for tape block devices" | 
| Kamalesh Babulal | d41bf2f | 2009-01-09 12:14:49 +0100 | [diff] [blame] | 113 | 	depends on S390_TAPE && BLOCK | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 114 | 	help | 
 | 115 | 	  Select this option if you want to access your channel-attached tape | 
 | 116 | 	  devices using the block device interface.  This interface is similar | 
 | 117 | 	  to CD-ROM devices on other platforms.  The tapes can only be | 
 | 118 | 	  accessed read-only when using this interface.  Have a look at | 
 | 119 | 	  <file:Documentation/s390/TAPE> for further information about creating | 
 | 120 | 	  volumes for and using this interface.  It is safe to say "Y" here. | 
 | 121 |  | 
 | 122 | comment "S/390 tape hardware support" | 
 | 123 | 	depends on S390_TAPE | 
 | 124 |  | 
 | 125 | config S390_TAPE_34XX | 
 | 126 | 	tristate "Support for 3480/3490 tape hardware" | 
 | 127 | 	depends on S390_TAPE | 
 | 128 | 	help | 
 | 129 | 	  Select this option if you want to access IBM 3480/3490 magnetic | 
 | 130 | 	  tape subsystems and 100% compatibles. | 
 | 131 | 	  It is safe to say "Y" here. | 
 | 132 |  | 
 | 133 | config S390_TAPE_3590 | 
 | 134 | 	tristate "Support for 3590 tape hardware" | 
 | 135 | 	depends on S390_TAPE | 
 | 136 | 	help | 
 | 137 | 	  Select this option if you want to access IBM 3590 magnetic | 
 | 138 | 	  tape subsystems and 100% compatibles. | 
 | 139 | 	  It is safe to say "Y" here. | 
 | 140 |  | 
 | 141 | config VMLOGRDR | 
 | 142 | 	tristate "Support for the z/VM recording system services (VM only)" | 
 | 143 | 	depends on IUCV | 
 | 144 | 	help | 
 | 145 | 	  Select this option if you want to be able to receive records collected | 
 | 146 | 	  by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or | 
 | 147 | 	  *SYMPTOM. | 
 | 148 | 	  This driver depends on the IUCV support driver. | 
 | 149 |  | 
 | 150 | config VMCP | 
 | 151 | 	tristate "Support for the z/VM CP interface (VM only)" | 
 | 152 | 	depends on S390 | 
 | 153 | 	help | 
 | 154 | 	  Select this option if you want to be able to interact with the control | 
 | 155 | 	  program on z/VM | 
 | 156 |  | 
 | 157 |  | 
 | 158 | config MONREADER | 
 | 159 | 	tristate "API for reading z/VM monitor service records" | 
 | 160 | 	depends on IUCV | 
 | 161 | 	help | 
 | 162 | 	  Character device driver for reading z/VM monitor service records | 
 | 163 |  | 
 | 164 | config MONWRITER | 
 | 165 | 	tristate "API for writing z/VM monitor service records" | 
 | 166 | 	depends on S390 | 
 | 167 | 	default "m" | 
 | 168 | 	help | 
 | 169 | 	  Character device driver for writing z/VM monitor service records | 
 | 170 |  | 
| Frank Munzert | 810cb5b | 2007-07-17 13:36:06 +0200 | [diff] [blame] | 171 | config S390_VMUR | 
 | 172 | 	tristate "z/VM unit record device driver" | 
| Linus Torvalds | 8b0d416 | 2007-07-17 15:43:56 -0700 | [diff] [blame] | 173 | 	depends on S390 | 
| Frank Munzert | 810cb5b | 2007-07-17 13:36:06 +0200 | [diff] [blame] | 174 | 	default "m" | 
 | 175 | 	help | 
 | 176 | 	  Character device driver for z/VM reader, puncher and printer. | 
 | 177 |  |