From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- 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