[PATCH 2/2] iscsi: select CRYPTO and CRYPTO_CRC32C* by default

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>

This patch changes LIO_TARGET to select CRYPTO, CRYPTO_CRC32C and
CRYPTO_CRC32C_INTEL by default to ensure that the crypto_alloc_hash()
calls in iscsi_login_setup_crypto() are able to function as expected.

Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx>
---
 drivers/target/lio-target/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/target/lio-target/Kconfig b/drivers/target/lio-target/Kconfig
index 1998ba3..5cbd9e3 100644
--- a/drivers/target/lio-target/Kconfig
+++ b/drivers/target/lio-target/Kconfig
@@ -1,5 +1,8 @@
 config LIO_TARGET
 	tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
+	select CRYPTO
+	select CRYPTO_CRC32C
+	select CRYPTO_CRC32C_INTEL
 	help
 	Say Y here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
 	Target Mode Stack.
-- 
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux