xref: /linux/drivers/crypto/virtio/Kconfig (revision b95bba5d01141ba919c99ea6fde206727f3b3eb4)
1ec8f24b7SThomas 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
6*b95bba5dSEric Biggers	select CRYPTO_SKCIPHER
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