From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- kernel/drivers/s390/block/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/s390/block/Kconfig b/kernel/drivers/s390/block/Kconfig index 9ac7574..376f1ef 100644 --- a/kernel/drivers/s390/block/Kconfig +++ b/kernel/drivers/s390/block/Kconfig @@ -26,7 +26,6 @@ def_tristate y prompt "Support for DASD devices" depends on CCW && BLOCK - select IOSCHED_DEADLINE help Enable this option if you want to access DASDs directly utilizing S/390s channel subsystem commands. This is necessary for running @@ -38,7 +37,7 @@ depends on DASD help Enable this option if you want to see profiling information - in /proc/dasd/statistics. + in /proc/dasd/statistics. config DASD_ECKD def_tristate y -- Gitblit v1.6.2