mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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 commitc899e4ef96("[SCSI] open-iscsi/linux-iscsi-5 Initiator: Kconfig update") in 2005. CRYPTO was needed until commit92186c1455("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>
This commit is contained in:
parent
927722dcfe
commit
7aa0f56d4b
|
|
@ -304,8 +304,6 @@ config ISCSI_TCP
|
||||||
tristate "iSCSI Initiator over TCP/IP"
|
tristate "iSCSI Initiator over TCP/IP"
|
||||||
depends on SCSI && INET
|
depends on SCSI && INET
|
||||||
select CRC32
|
select CRC32
|
||||||
select CRYPTO
|
|
||||||
select CRYPTO_MD5
|
|
||||||
select SCSI_ISCSI_ATTRS
|
select SCSI_ISCSI_ATTRS
|
||||||
help
|
help
|
||||||
The iSCSI Driver provides a host with the ability to access storage
|
The iSCSI Driver provides a host with the ability to access storage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user