Kconfig 5.9 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
L
Linus Torvalds 已提交
2
comment "S/390 character device drivers"
3
	depends on S390
L
Linus Torvalds 已提交
4 5

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

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

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

config TN3270_CONSOLE
M
Martin Schwidefsky 已提交
27 28
	def_bool y
	prompt "Support for console on 3270 terminal"
L
Linus Torvalds 已提交
29 30 31 32 33 34
	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 已提交
35 36
	def_bool y
	prompt "Support for 3215 line mode terminal"
37
	depends on CCW && TTY
L
Linus Torvalds 已提交
38 39 40 41
	help
	  Include support for IBM 3215 line-mode terminals.

config TN3215_CONSOLE
M
Martin Schwidefsky 已提交
42 43
	def_bool y
	prompt "Support for console on 3215 line mode terminal"
L
Linus Torvalds 已提交
44 45 46 47 48 49
	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 已提交
50
	def_bool y if TN3215_CONSOLE || TN3270_CONSOLE
51

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

config SCLP_CONSOLE
M
Martin Schwidefsky 已提交
60 61
	def_bool y
	prompt "Support for console on SCLP line mode terminal"
L
Linus Torvalds 已提交
62 63 64 65 66 67
	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 已提交
68 69
	def_bool y
	prompt "Support for SCLP VT220-compatible terminal"
70
	depends on S390 && TTY
L
Linus Torvalds 已提交
71 72 73 74
	help
	  Include support for an IBM SCLP VT220-compatible terminal.

config SCLP_VT220_CONSOLE
M
Martin Schwidefsky 已提交
75 76
	def_bool y
	prompt "Support for console on SCLP VT220-compatible terminal"
L
Linus Torvalds 已提交
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.

82
config SCLP_ASYNC
M
Martin Schwidefsky 已提交
83 84
	def_tristate m
	prompt "Support for Call Home via Asynchronous SCLP Records"
85 86 87 88 89 90 91 92
	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.

93 94 95 96 97 98 99 100 101 102
config SCLP_ASYNC_ID
       string "Component ID for Call Home"
       depends on SCLP_ASYNC
       default "000000000"
       help
	 The Component ID for Call Home is used to identify the correct
	 problem reporting queue the call home records should be sent to.

	 If your are unsure, please use the default value "000000000".

103 104 105
config HMC_DRV
	def_tristate m
	prompt "Support for file transfers from HMC drive CD/DVD-ROM"
H
Heiko Carstens 已提交
106
	depends on S390
107 108 109 110 111 112 113 114 115
	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.

116 117 118 119 120 121 122 123
config SCLP_OFB
	def_bool n
	prompt "Support for Open-for-Business SCLP Event"
	depends on S390
	help
	  This option enables the Open-for-Business interface to the s390
	  Service Element.

L
Linus Torvalds 已提交
124
config S390_TAPE
M
Martin Schwidefsky 已提交
125 126
	def_tristate m
	prompt "S/390 tape device support"
127
	depends on CCW
L
Linus Torvalds 已提交
128 129 130 131 132 133 134 135 136 137 138 139 140 141
	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 已提交
142 143
	def_tristate m
	prompt "Support for 3480/3490 tape hardware"
L
Linus Torvalds 已提交
144 145 146 147 148 149
	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 已提交
150
config S390_TAPE_3590
M
Martin Schwidefsky 已提交
151 152
	def_tristate m
	prompt "Support for 3590 tape hardware"
S
Stefan Bader 已提交
153 154 155 156 157
	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 已提交
158 159

config VMLOGRDR
M
Martin Schwidefsky 已提交
160 161
	def_tristate m
	prompt "Support for the z/VM recording system services (VM only)"
L
Linus Torvalds 已提交
162 163 164 165 166 167 168
	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.

169
config VMCP
M
Martin Schwidefsky 已提交
170 171
	def_bool y
	prompt "Support for the z/VM CP interface"
172
	depends on S390
173
	select CMA
174 175 176 177
	help
	  Select this option if you want to be able to interact with the control
	  program on z/VM

178 179 180 181 182 183 184 185 186 187
config VMCP_CMA_SIZE
	int "Memory in MiB reserved for z/VM CP interface"
	default "4"
	depends on VMCP
	help
	  Specify the default amount of memory in MiB reserved for the z/VM CP
	  interface. If needed this memory is used for large contiguous memory
	  allocations. The default can be changed with the kernel command line
	  parameter "vmcp_cma".

L
Linus Torvalds 已提交
188
config MONREADER
M
Martin Schwidefsky 已提交
189 190
	def_tristate m
	prompt "API for reading z/VM monitor service records"
L
Linus Torvalds 已提交
191 192 193 194
	depends on IUCV
	help
	  Character device driver for reading z/VM monitor service records

195
config MONWRITER
M
Martin Schwidefsky 已提交
196 197
	def_tristate m
	prompt "API for writing z/VM monitor service records"
198
	depends on S390
199 200 201
	help
	  Character device driver for writing z/VM monitor service records

202
config S390_VMUR
M
Martin Schwidefsky 已提交
203 204
	def_tristate m
	prompt "z/VM unit record device driver"
205
	depends on S390
206 207 208
	help
	  Character device driver for z/VM reader, puncher and printer.