xref: /linux/drivers/target/iscsi/Kconfig (revision f30c3ff3f0e8305d6c1a210df6d588a13333b8f7)
1# SPDX-License-Identifier: GPL-2.0-only
2config ISCSI_TARGET
3	tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
4	depends on INET
5	select CRYPTO
6	select CRYPTO_CRC32C
7	select CRYPTO_CRC32C_INTEL if X86
8	help
9	Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
10	Target Mode Stack.
11
12source	"drivers/target/iscsi/cxgbit/Kconfig"
13