blob: 0769ced52dbd64c3b5583f7c447971fd2e8eeb4d [file] [log] [blame]
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02001comment "S/390 character device drivers"
2 depends on S390
3
4config TN3270
5 tristate "Support for locally attached 3270 terminals"
6 depends on CCW
7 help
8 Include support for IBM 3270 terminals.
9
10config 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
16config 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
22config 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
29config 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
35config 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
42config CCW_CONSOLE
43 bool
44 depends on TN3215_CONSOLE || TN3270_CONSOLE
45 default y
46
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020047config SCLP_TTY
48 bool "Support for SCLP line mode terminal"
Heiko Carstens3b74a872007-07-27 12:29:12 +020049 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020050 help
51 Include support for IBM SCLP line-mode terminals.
52
53config 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
60config SCLP_VT220_TTY
61 bool "Support for SCLP VT220-compatible terminal"
Heiko Carstens3b74a872007-07-27 12:29:12 +020062 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020063 help
64 Include support for an IBM SCLP VT220-compatible terminal.
65
66config 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
73config SCLP_CPI
74 tristate "Control-Program Identification"
Heiko Carstens3b74a872007-07-27 12:29:12 +020075 depends on S390
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020076 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
85config S390_TAPE
86 tristate "S/390 tape device support"
87 depends on CCW
88 help
89 Select this option if you want to access channel-attached tape
90 devices on IBM S/390 or zSeries.
91 If you select this option you will also want to select at
92 least one of the tape interface options and one of the tape
93 hardware options in order to access a tape device.
94 This option is also available as a module. The module will be
95 called tape390 and include all selected interfaces and
96 hardware drivers.
97
98comment "S/390 tape interface support"
99 depends on S390_TAPE
100
101config S390_TAPE_BLOCK
102 bool "Support for tape block devices"
Kamalesh Babulald41bf2f2009-01-09 12:14:49 +0100103 depends on S390_TAPE && BLOCK
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200104 help
105 Select this option if you want to access your channel-attached tape
106 devices using the block device interface. This interface is similar
107 to CD-ROM devices on other platforms. The tapes can only be
108 accessed read-only when using this interface. Have a look at
109 <file:Documentation/s390/TAPE> for further information about creating
110 volumes for and using this interface. It is safe to say "Y" here.
111
112comment "S/390 tape hardware support"
113 depends on S390_TAPE
114
115config S390_TAPE_34XX
116 tristate "Support for 3480/3490 tape hardware"
117 depends on S390_TAPE
118 help
119 Select this option if you want to access IBM 3480/3490 magnetic
120 tape subsystems and 100% compatibles.
121 It is safe to say "Y" here.
122
123config S390_TAPE_3590
124 tristate "Support for 3590 tape hardware"
125 depends on S390_TAPE
126 help
127 Select this option if you want to access IBM 3590 magnetic
128 tape subsystems and 100% compatibles.
129 It is safe to say "Y" here.
130
131config VMLOGRDR
132 tristate "Support for the z/VM recording system services (VM only)"
133 depends on IUCV
134 help
135 Select this option if you want to be able to receive records collected
136 by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
137 *SYMPTOM.
138 This driver depends on the IUCV support driver.
139
140config VMCP
141 tristate "Support for the z/VM CP interface (VM only)"
142 depends on S390
143 help
144 Select this option if you want to be able to interact with the control
145 program on z/VM
146
147
148config MONREADER
149 tristate "API for reading z/VM monitor service records"
150 depends on IUCV
151 help
152 Character device driver for reading z/VM monitor service records
153
154config MONWRITER
155 tristate "API for writing z/VM monitor service records"
156 depends on S390
157 default "m"
158 help
159 Character device driver for writing z/VM monitor service records
160
Frank Munzert810cb5b2007-07-17 13:36:06 +0200161config S390_VMUR
162 tristate "z/VM unit record device driver"
Linus Torvalds8b0d4162007-07-17 15:43:56 -0700163 depends on S390
Frank Munzert810cb5b2007-07-17 13:36:06 +0200164 default "m"
165 help
166 Character device driver for z/VM reader, puncher and printer.
167