blob: dcee3c5c89543db8c8cdddc77b50841341b353c7 [file] [log] [blame]
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02001comment "S/390 character device drivers"
2 depends on S390
3
4config TN3270
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +01005 def_tristate y
6 prompt "Support for locally attached 3270 terminals"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02007 depends on CCW
8 help
9 Include support for IBM 3270 terminals.
10
11config TN3270_TTY
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010012 def_tristate y
13 prompt "Support for tty input/output on 3270 terminals"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020014 depends on TN3270
15 help
16 Include support for using an IBM 3270 terminal as a Linux tty.
17
18config TN3270_FS
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010019 def_tristate m
20 prompt "Support for fullscreen applications on 3270 terminals"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020021 depends on TN3270
22 help
23 Include support for fullscreen applications on an IBM 3270 terminal.
24
25config TN3270_CONSOLE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010026 def_bool y
27 prompt "Support for console on 3270 terminal"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020028 depends on TN3270=y && TN3270_TTY=y
29 help
30 Include support for using an IBM 3270 terminal as a Linux system
31 console. Available only if 3270 support is compiled in statically.
32
33config TN3215
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010034 def_bool y
35 prompt "Support for 3215 line mode terminal"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020036 depends on CCW
37 help
38 Include support for IBM 3215 line-mode terminals.
39
40config TN3215_CONSOLE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010041 def_bool y
42 prompt "Support for console on 3215 line mode terminal"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020043 depends on TN3215
44 help
45 Include support for using an IBM 3215 line-mode terminal as a
46 Linux system console.
47
48config CCW_CONSOLE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010049 def_bool y if TN3215_CONSOLE || TN3270_CONSOLE
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020050
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020051config SCLP_TTY
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010052 def_bool y
53 prompt "Support for SCLP line mode terminal"
Heiko Carstens3b74a872007-07-27 12:29:12 +020054 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020055 help
56 Include support for IBM SCLP line-mode terminals.
57
58config SCLP_CONSOLE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010059 def_bool y
60 prompt "Support for console on SCLP line mode terminal"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020061 depends on SCLP_TTY
62 help
63 Include support for using an IBM HWC line-mode terminal as the Linux
64 system console.
65
66config SCLP_VT220_TTY
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010067 def_bool y
68 prompt "Support for SCLP VT220-compatible terminal"
Heiko Carstens3b74a872007-07-27 12:29:12 +020069 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020070 help
71 Include support for an IBM SCLP VT220-compatible terminal.
72
73config SCLP_VT220_CONSOLE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010074 def_bool y
75 prompt "Support for console on SCLP VT220-compatible terminal"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020076 depends on SCLP_VT220_TTY
77 help
78 Include support for using an IBM SCLP VT220-compatible terminal as a
79 Linux system console.
80
81config SCLP_CPI
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010082 def_tristate m
83 prompt "Control-Program Identification"
Heiko Carstens3b74a872007-07-27 12:29:12 +020084 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020085 help
86 This option enables the hardware console interface for system
87 identification. This is commonly used for workload management and
88 gives you a nice name for the system on the service element.
89 Please select this option as a module since built-in operation is
90 completely untested.
91 You should only select this option if you know what you are doing,
92 need this feature and intend to run your kernel in LPAR.
93
Hans-Joachim Pichtc114728a2009-09-11 10:28:47 +020094config SCLP_ASYNC
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010095 def_tristate m
96 prompt "Support for Call Home via Asynchronous SCLP Records"
Hans-Joachim Pichtc114728a2009-09-11 10:28:47 +020097 depends on S390
98 help
99 This option enables the call home function, which is able to inform
100 the service element and connected organisations about a kernel panic.
101 You should only select this option if you know what you are doing,
102 want for inform other people about your kernel panics,
103 need this feature and intend to run your kernel in LPAR.
104
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200105config S390_TAPE
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100106 def_tristate m
107 prompt "S/390 tape device support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200108 depends on CCW
109 help
110 Select this option if you want to access channel-attached tape
111 devices on IBM S/390 or zSeries.
112 If you select this option you will also want to select at
113 least one of the tape interface options and one of the tape
114 hardware options in order to access a tape device.
115 This option is also available as a module. The module will be
116 called tape390 and include all selected interfaces and
117 hardware drivers.
118
119comment "S/390 tape interface support"
120 depends on S390_TAPE
121
122config S390_TAPE_BLOCK
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100123 def_bool y
124 prompt "Support for tape block devices"
Kamalesh Babulald41bf2f2009-01-09 12:14:49 +0100125 depends on S390_TAPE && BLOCK
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200126 help
127 Select this option if you want to access your channel-attached tape
128 devices using the block device interface. This interface is similar
129 to CD-ROM devices on other platforms. The tapes can only be
130 accessed read-only when using this interface. Have a look at
131 <file:Documentation/s390/TAPE> for further information about creating
132 volumes for and using this interface. It is safe to say "Y" here.
133
134comment "S/390 tape hardware support"
135 depends on S390_TAPE
136
137config S390_TAPE_34XX
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100138 def_tristate m
139 prompt "Support for 3480/3490 tape hardware"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200140 depends on S390_TAPE
141 help
142 Select this option if you want to access IBM 3480/3490 magnetic
143 tape subsystems and 100% compatibles.
144 It is safe to say "Y" here.
145
146config S390_TAPE_3590
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100147 def_tristate m
148 prompt "Support for 3590 tape hardware"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200149 depends on S390_TAPE
150 help
151 Select this option if you want to access IBM 3590 magnetic
152 tape subsystems and 100% compatibles.
153 It is safe to say "Y" here.
154
155config VMLOGRDR
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100156 def_tristate m
157 prompt "Support for the z/VM recording system services (VM only)"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200158 depends on IUCV
159 help
160 Select this option if you want to be able to receive records collected
161 by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
162 *SYMPTOM.
163 This driver depends on the IUCV support driver.
164
165config VMCP
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100166 def_bool y
167 prompt "Support for the z/VM CP interface"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200168 depends on S390
169 help
170 Select this option if you want to be able to interact with the control
171 program on z/VM
172
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200173config MONREADER
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100174 def_tristate m
175 prompt "API for reading z/VM monitor service records"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200176 depends on IUCV
177 help
178 Character device driver for reading z/VM monitor service records
179
180config MONWRITER
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100181 def_tristate m
182 prompt "API for writing z/VM monitor service records"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200183 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200184 help
185 Character device driver for writing z/VM monitor service records
186
Frank Munzert810cb5b2007-07-17 13:36:06 +0200187config S390_VMUR
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +0100188 def_tristate m
189 prompt "z/VM unit record device driver"
Linus Torvalds8b0d4162007-07-17 15:43:56 -0700190 depends on S390
Frank Munzert810cb5b2007-07-17 13:36:06 +0200191 help
192 Character device driver for z/VM reader, puncher and printer.
193