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_CRYPTO_DEV_VIRTIO
	tristate "VirtIO crypto driver"
	depends on CONFIG_VIRTIO
	select CONFIG_CRYPTO_AEAD
	select CONFIG_CRYPTO_BLKCIPHER
	select CONFIG_CRYPTO_ENGINE
	default m
	help
	  This driver provides support for virtio crypto device. If you
	  choose 'CONFIG_M' here, this module will be called virtio_crypto.