From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/drivers/s390/char/Kconfig | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/kernel/drivers/s390/char/Kconfig b/kernel/drivers/s390/char/Kconfig index ab0b243..6cc4b19 100644 --- a/kernel/drivers/s390/char/Kconfig +++ b/kernel/drivers/s390/char/Kconfig @@ -79,27 +79,6 @@ Include support for using an IBM SCLP VT220-compatible terminal as a Linux system console. -config SCLP_ASYNC - def_tristate m - prompt "Support for Call Home via Asynchronous SCLP Records" - 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. - -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". - config HMC_DRV def_tristate m prompt "Support for file transfers from HMC drive CD/DVD-ROM" @@ -205,4 +184,3 @@ depends on S390 help Character device driver for z/VM reader, puncher and printer. - -- Gitblit v1.6.2