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