]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/target/iscsi/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / target / iscsi / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
e48354ce
NB
2config ISCSI_TARGET
3 tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
d52a10d0 4 depends on NET
e48354ce
NB
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.
9730ffcb
VP
11
12source "drivers/target/iscsi/cxgbit/Kconfig"