xref: /linux/drivers/crypto/virtio/Kconfig (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
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*59ca6c93Szhenwei pi	select CRYPTO_AKCIPHER2
7b95bba5dSEric Biggers	select CRYPTO_SKCIPHER
8d79b5d0bSGonglei \(Arei\)	select CRYPTO_ENGINE
9*59ca6c93Szhenwei pi	select CRYPTO_RSA
10*59ca6c93Szhenwei pi	select MPILIB
11dbaf0624SGonglei	help
12dbaf0624SGonglei	  This driver provides support for virtio crypto device. If you
13dbaf0624SGonglei	  choose 'M' here, this module will be called virtio_crypto.
14