]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scsi: iscsi_tcp: Remove unneeded selections of CRYPTO and CRYPTO_MD5
authorEric Biggers <ebiggers@kernel.org>
Sat, 4 Apr 2026 20:30:03 +0000 (13:30 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 9 Apr 2026 01:41:39 +0000 (21:41 -0400)
As far as I can tell, CRYPTO_MD5 has been unnecessary here ever since it
was added by commit c899e4ef96f0 ("[SCSI] open-iscsi/linux-iscsi-5
Initiator: Kconfig update") in 2005.

CRYPTO was needed until commit 92186c1455a2 ("scsi: iscsi_tcp: Switch to
using the crc32c library"), but is no longer needed.

Remove these unnecessary kconfig selections.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Link: https://patch.msgid.link/20260404203003.33738-1-ebiggers@kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/Kconfig

index f811ce473c2aba98d7cae6a3f596b20fa4a42841..fc8e8b0bfa3912f53b5849b5419378ea478cf40a 100644 (file)
@@ -304,8 +304,6 @@ config ISCSI_TCP
        tristate "iSCSI Initiator over TCP/IP"
        depends on SCSI && INET
        select CRC32
-       select CRYPTO
-       select CRYPTO_MD5
        select SCSI_ISCSI_ATTRS
        help
         The iSCSI Driver provides a host with the ability to access storage