xref: /linux/drivers/crypto/virtio/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2dbaf0624SGongleiconfig CRYPTO_DEV_VIRTIO
3dbaf0624SGonglei	tristate "VirtIO crypto driver"
4dbaf0624SGonglei	depends on VIRTIO
5dbaf0624SGonglei	select CRYPTO_AEAD
6dbaf0624SGonglei	select CRYPTO_BLKCIPHER
7d79b5d0bSGonglei \(Arei\)	select CRYPTO_ENGINE
8dbaf0624SGonglei	default m
9dbaf0624SGonglei	help
10dbaf0624SGonglei	  This driver provides support for virtio crypto device. If you
11dbaf0624SGonglei	  choose 'M' here, this module will be called virtio_crypto.
12