hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/s390/char/Kconfig
....@@ -79,27 +79,6 @@
7979 Include support for using an IBM SCLP VT220-compatible terminal as a
8080 Linux system console.
8181
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
-
10382 config HMC_DRV
10483 def_tristate m
10584 prompt "Support for file transfers from HMC drive CD/DVD-ROM"
....@@ -205,4 +184,3 @@
205184 depends on S390
206185 help
207186 Character device driver for z/VM reader, puncher and printer.
208
-