xref: /linux/drivers/crypto/virtio/Kconfig (revision d79b5d0bbf2e3aded13b0542160bde48e95d3d44)
1dbaf0624SGongleiconfig CRYPTO_DEV_VIRTIO
2dbaf0624SGonglei	tristate "VirtIO crypto driver"
3dbaf0624SGonglei	depends on VIRTIO
4dbaf0624SGonglei	select CRYPTO_AEAD
5dbaf0624SGonglei	select CRYPTO_AUTHENC
6dbaf0624SGonglei	select CRYPTO_BLKCIPHER
7*d79b5d0bSGonglei \(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