Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) | Kconfig (4689752c79fa30e91b49b39a9fba93c4d1f3e20c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2comment "S/390 character device drivers" 3 depends on S390 4 5config TN3270 6 def_tristate y 7 prompt "Support for locally attached 3270 terminals" 8 depends on CCW --- 86 unchanged lines hidden (view full) --- 95config SCLP_OFB 96 def_bool n 97 prompt "Support for Open-for-Business SCLP Event" 98 depends on S390 99 help 100 This option enables the Open-for-Business interface to the s390 101 Service Element. 102 | 1# SPDX-License-Identifier: GPL-2.0 2comment "S/390 character device drivers" 3 depends on S390 4 5config TN3270 6 def_tristate y 7 prompt "Support for locally attached 3270 terminals" 8 depends on CCW --- 86 unchanged lines hidden (view full) --- 95config SCLP_OFB 96 def_bool n 97 prompt "Support for Open-for-Business SCLP Event" 98 depends on S390 99 help 100 This option enables the Open-for-Business interface to the s390 101 Service Element. 102 |
103config S390_UV_UAPI 104 def_tristate m 105 prompt "Ultravisor userspace API" 106 help 107 Selecting exposes parts of the UV interface to userspace 108 by providing a misc character device at /dev/uv. 109 Using IOCTLs one can interact with the UV. 110 The device is only available if the Ultravisor 111 Facility (158) is present. 112 |
|
103config S390_TAPE 104 def_tristate m 105 prompt "S/390 tape device support" 106 depends on CCW 107 help 108 Select this option if you want to access channel-attached tape 109 devices on IBM S/390 or zSeries. 110 If you select this option you will also want to select at --- 76 unchanged lines hidden --- | 113config S390_TAPE 114 def_tristate m 115 prompt "S/390 tape device support" 116 depends on CCW 117 help 118 Select this option if you want to access channel-attached tape 119 devices on IBM S/390 or zSeries. 120 If you select this option you will also want to select at --- 76 unchanged lines hidden --- |