Kconfig (155eeb66d2d1e58c8d4d58d47d8f8b02263d508d) | Kconfig (c6f70d3b8a32fdec60d3f78cb59423f056f16688) |
---|---|
1comment "S/390 character device drivers" 2 depends on S390 3 4config TN3270 5 def_tristate y 6 prompt "Support for locally attached 3270 terminals" 7 depends on CCW 8 help --- 98 unchanged lines hidden (view full) --- 107 help 108 This option enables support for file transfers from a Hardware 109 Management Console (HMC) drive CD/DVD-ROM. It is available as a 110 module, called 'hmcdrv', and also as kernel built-in. There is one 111 optional parameter for this module: cachesize=N, which modifies the 112 transfer cache size from it's default value 0.5MB to N bytes. If N 113 is zero, then no caching is performed. 114 | 1comment "S/390 character device drivers" 2 depends on S390 3 4config TN3270 5 def_tristate y 6 prompt "Support for locally attached 3270 terminals" 7 depends on CCW 8 help --- 98 unchanged lines hidden (view full) --- 107 help 108 This option enables support for file transfers from a Hardware 109 Management Console (HMC) drive CD/DVD-ROM. It is available as a 110 module, called 'hmcdrv', and also as kernel built-in. There is one 111 optional parameter for this module: cachesize=N, which modifies the 112 transfer cache size from it's default value 0.5MB to N bytes. If N 113 is zero, then no caching is performed. 114 |
115config SCLP_OFB 116 def_bool n 117 prompt "Support for Open-for-Business SCLP Event" 118 depends on S390 119 help 120 This option enables the Open-for-Business interface to the s390 121 Service Element. 122 |
|
115config S390_TAPE 116 def_tristate m 117 prompt "S/390 tape device support" 118 depends on CCW 119 help 120 Select this option if you want to access channel-attached tape 121 devices on IBM S/390 or zSeries. 122 If you select this option you will also want to select at --- 66 unchanged lines hidden --- | 123config S390_TAPE 124 def_tristate m 125 prompt "S/390 tape device support" 126 depends on CCW 127 help 128 Select this option if you want to access channel-attached tape 129 devices on IBM S/390 or zSeries. 130 If you select this option you will also want to select at --- 66 unchanged lines hidden --- |