Kconfig 5.5 KB
Newer Older
L
Linus Torvalds 已提交
1
comment "S/390 character device drivers"
2
	depends on S390
L
Linus Torvalds 已提交
3 4

config TN3270
M
Martin Schwidefsky 已提交
5 6
	def_tristate y
	prompt "Support for locally attached 3270 terminals"
7
	depends on CCW
L
Linus Torvalds 已提交
8 9 10 11
	help
	  Include support for IBM 3270 terminals.

config TN3270_TTY
M
Martin Schwidefsky 已提交
12 13
	def_tristate y
	prompt "Support for tty input/output on 3270 terminals"
14
	depends on TN3270 && TTY
L
Linus Torvalds 已提交
15 16 17 18
	help
	  Include support for using an IBM 3270 terminal as a Linux tty.

config TN3270_FS
M
Martin Schwidefsky 已提交
19 20
	def_tristate m
	prompt "Support for fullscreen applications on 3270 terminals"
L
Linus Torvalds 已提交
21 22 23 24 25
	depends on TN3270
	help
	  Include support for fullscreen applications on an IBM 3270 terminal.

config TN3270_CONSOLE
M
Martin Schwidefsky 已提交
26 27
	def_bool y
	prompt "Support for console on 3270 terminal"
L
Linus Torvalds 已提交
28 29 30 31 32 33
	depends on TN3270=y && TN3270_TTY=y
	help
	  Include support for using an IBM 3270 terminal as a Linux system
	  console.  Available only if 3270 support is compiled in statically.

config TN3215
M
Martin Schwidefsky 已提交
34 35
	def_bool y
	prompt "Support for 3215 line mode terminal"
36
	depends on CCW && TTY
L
Linus Torvalds 已提交
37 38 39 40
	help
	  Include support for IBM 3215 line-mode terminals.

config TN3215_CONSOLE
M
Martin Schwidefsky 已提交
41 42
	def_bool y
	prompt "Support for console on 3215 line mode terminal"
L
Linus Torvalds 已提交
43 44 45 46 47 48
	depends on TN3215
	help
	  Include support for using an IBM 3215 line-mode terminal as a
	  Linux system console.

config CCW_CONSOLE
M
Martin Schwidefsky 已提交
49
	def_bool y if TN3215_CONSOLE || TN3270_CONSOLE
50

L
Linus Torvalds 已提交
51
config SCLP_TTY
M
Martin Schwidefsky 已提交
52 53
	def_bool y
	prompt "Support for SCLP line mode terminal"
54
	depends on S390 && TTY
L
Linus Torvalds 已提交
55 56 57 58
	help
	  Include support for IBM SCLP line-mode terminals.

config SCLP_CONSOLE
M
Martin Schwidefsky 已提交
59 60
	def_bool y
	prompt "Support for console on SCLP line mode terminal"
L
Linus Torvalds 已提交
61 62 63 64 65 66
	depends on SCLP_TTY
	help
	  Include support for using an IBM HWC line-mode terminal as the Linux
	  system console.

config SCLP_VT220_TTY
M
Martin Schwidefsky 已提交
67 68
	def_bool y
	prompt "Support for SCLP VT220-compatible terminal"
69
	depends on S390 && TTY
L
Linus Torvalds 已提交
70 71 72 73
	help
	  Include support for an IBM SCLP VT220-compatible terminal.

config SCLP_VT220_CONSOLE
M
Martin Schwidefsky 已提交
74 75
	def_bool y
	prompt "Support for console on SCLP VT220-compatible terminal"
L
Linus Torvalds 已提交
76 77 78 79 80 81
	depends on SCLP_VT220_TTY
	help
	  Include support for using an IBM SCLP VT220-compatible terminal as a
	  Linux system console.

config SCLP_CPI
M
Martin Schwidefsky 已提交
82 83
	def_tristate m
	prompt "Control-Program Identification"
84
	depends on S390
L
Linus Torvalds 已提交
85 86 87 88 89 90 91 92 93
	help
	  This option enables the hardware console interface for system
	  identification. This is commonly used for workload management and
	  gives you a nice name for the system on the service element.
	  Please select this option as a module since built-in operation is
	  completely untested.
	  You should only select this option if you know what you are doing,
	  need this feature and intend to run your kernel in LPAR.

94
config SCLP_ASYNC
M
Martin Schwidefsky 已提交
95 96
	def_tristate m
	prompt "Support for Call Home via Asynchronous SCLP Records"
97 98 99 100 101 102 103 104
	depends on S390
	help
	  This option enables the call home function, which is able to inform
	  the service element and connected organisations about a kernel panic.
	  You should only select this option if you know what you are doing,
	  want for inform other people about your kernel panics,
	  need this feature and intend to run your kernel in LPAR.

105 106 107
config HMC_DRV
	def_tristate m
	prompt "Support for file transfers from HMC drive CD/DVD-ROM"
108
	depends on S390 && 64BIT
109 110 111 112 113 114 115 116 117
	select CRC16
	help
	  This option enables support for file transfers from a Hardware
	  Management Console (HMC) drive CD/DVD-ROM. It is available as a
	  module, called 'hmcdrv', and also as kernel built-in. There is one
	  optional parameter for this module: cachesize=N, which modifies the
	  transfer cache size from it's default value 0.5MB to N bytes. If N
	  is zero, then no caching is performed.

L
Linus Torvalds 已提交
118
config S390_TAPE
M
Martin Schwidefsky 已提交
119 120
	def_tristate m
	prompt "S/390 tape device support"
121
	depends on CCW
L
Linus Torvalds 已提交
122 123 124 125 126 127 128 129 130 131 132 133 134 135
	help
	  Select this option if you want to access channel-attached tape
	  devices on IBM S/390 or zSeries.
	  If you select this option you will also want to select at
	  least one of the tape interface options and one of the tape
	  hardware options in order to access a tape device.
	  This option is also available as a module. The module will be
	  called tape390 and include all selected interfaces and
	  hardware drivers.

comment "S/390 tape hardware support"
	depends on S390_TAPE

config S390_TAPE_34XX
M
Martin Schwidefsky 已提交
136 137
	def_tristate m
	prompt "Support for 3480/3490 tape hardware"
L
Linus Torvalds 已提交
138 139 140 141 142 143
	depends on S390_TAPE
	help
	  Select this option if you want to access IBM 3480/3490 magnetic
	  tape subsystems and 100% compatibles.
	  It is safe to say "Y" here.

S
Stefan Bader 已提交
144
config S390_TAPE_3590
M
Martin Schwidefsky 已提交
145 146
	def_tristate m
	prompt "Support for 3590 tape hardware"
S
Stefan Bader 已提交
147 148 149 150 151
	depends on S390_TAPE
	help
	  Select this option if you want to access IBM 3590 magnetic
	  tape subsystems and 100% compatibles.
	  It is safe to say "Y" here.
L
Linus Torvalds 已提交
152 153

config VMLOGRDR
M
Martin Schwidefsky 已提交
154 155
	def_tristate m
	prompt "Support for the z/VM recording system services (VM only)"
L
Linus Torvalds 已提交
156 157 158 159 160 161 162
	depends on IUCV
	help
	  Select this option if you want to be able to receive records collected
	  by the z/VM recording system services, eg. from *LOGREC, *ACCOUNT or
	  *SYMPTOM.
	  This driver depends on the IUCV support driver.

163
config VMCP
M
Martin Schwidefsky 已提交
164 165
	def_bool y
	prompt "Support for the z/VM CP interface"
166
	depends on S390
167 168 169 170
	help
	  Select this option if you want to be able to interact with the control
	  program on z/VM

L
Linus Torvalds 已提交
171
config MONREADER
M
Martin Schwidefsky 已提交
172 173
	def_tristate m
	prompt "API for reading z/VM monitor service records"
L
Linus Torvalds 已提交
174 175 176 177
	depends on IUCV
	help
	  Character device driver for reading z/VM monitor service records

178
config MONWRITER
M
Martin Schwidefsky 已提交
179 180
	def_tristate m
	prompt "API for writing z/VM monitor service records"
181
	depends on S390
182 183 184
	help
	  Character device driver for writing z/VM monitor service records

185
config S390_VMUR
M
Martin Schwidefsky 已提交
186 187
	def_tristate m
	prompt "z/VM unit record device driver"
188
	depends on S390
189 190 191
	help
	  Character device driver for z/VM reader, puncher and printer.