Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: iscsi_tcp: Remove unneeded selections of CRYPTO and CRYPTO_MD5

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>

authored by

Eric Biggers and committed by
Martin K. Petersen
7aa0f56d 927722dc

-2
-2
drivers/scsi/Kconfig
··· 304 304 tristate "iSCSI Initiator over TCP/IP" 305 305 depends on SCSI && INET 306 306 select CRC32 307 - select CRYPTO 308 - select CRYPTO_MD5 309 307 select SCSI_ISCSI_ATTRS 310 308 help 311 309 The iSCSI Driver provides a host with the ability to access storage