repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
target
/
iscsi
/
Kconfig
blob
922484ea4e3047ac44cbbfc41b7f69f04345751e
1
# SPDX-License-Identifier: GPL-2.0-only
2
config 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
12
source "drivers/target/iscsi/cxgbit/Kconfig"