Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_ISCSI_TARGET
	tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
	depends on CONFIG_NET
	select CONFIG_CRYPTO
	select CONFIG_CRYPTO_CRC32C
	select CONFIG_CRYPTO_CRC32C_INTEL if CONFIG_X86
	help
	Say CONFIG_M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI
	Target Mode Stack.

source	"drivers/target/iscsi/cxgbit/Kconfig"