From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/drivers/scsi/cxgbi/cxgb4i/Kconfig | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/scsi/cxgbi/cxgb4i/Kconfig b/kernel/drivers/scsi/cxgbi/cxgb4i/Kconfig index 594f593..8b0deec 100644 --- a/kernel/drivers/scsi/cxgbi/cxgb4i/Kconfig +++ b/kernel/drivers/scsi/cxgbi/cxgb4i/Kconfig @@ -1,11 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only config SCSI_CXGB4_ISCSI tristate "Chelsio T4 iSCSI support" depends on PCI && INET && (IPV6 || IPV6=n) - select NETDEVICES - select ETHERNET + depends on THERMAL || !THERMAL + depends on ETHERNET + depends on TLS || TLS=n select NET_VENDOR_CHELSIO select CHELSIO_T4 select CHELSIO_LIB select SCSI_ISCSI_ATTRS - ---help--- + help This driver supports iSCSI offload for the Chelsio T4 devices. -- Gitblit v1.6.2