.. | .. |
---|
79 | 79 | Include support for using an IBM SCLP VT220-compatible terminal as a |
---|
80 | 80 | Linux system console. |
---|
81 | 81 | |
---|
82 | | -config SCLP_ASYNC |
---|
83 | | - def_tristate m |
---|
84 | | - prompt "Support for Call Home via Asynchronous SCLP Records" |
---|
85 | | - depends on S390 |
---|
86 | | - help |
---|
87 | | - This option enables the call home function, which is able to inform |
---|
88 | | - the service element and connected organisations about a kernel panic. |
---|
89 | | - You should only select this option if you know what you are doing, |
---|
90 | | - want for inform other people about your kernel panics, |
---|
91 | | - need this feature and intend to run your kernel in LPAR. |
---|
92 | | - |
---|
93 | | -config SCLP_ASYNC_ID |
---|
94 | | - string "Component ID for Call Home" |
---|
95 | | - depends on SCLP_ASYNC |
---|
96 | | - default "000000000" |
---|
97 | | - help |
---|
98 | | - The Component ID for Call Home is used to identify the correct |
---|
99 | | - problem reporting queue the call home records should be sent to. |
---|
100 | | - |
---|
101 | | - If your are unsure, please use the default value "000000000". |
---|
102 | | - |
---|
103 | 82 | config HMC_DRV |
---|
104 | 83 | def_tristate m |
---|
105 | 84 | prompt "Support for file transfers from HMC drive CD/DVD-ROM" |
---|
.. | .. |
---|
205 | 184 | depends on S390 |
---|
206 | 185 | help |
---|
207 | 186 | Character device driver for z/VM reader, puncher and printer. |
---|
208 | | - |
---|