xref: /linux/drivers/crypto/virtio/Kconfig (revision e3b9f1e81de2083f359bacd2a94bf1c024f2ede0)
1config CRYPTO_DEV_VIRTIO
2	tristate "VirtIO crypto driver"
3	depends on VIRTIO
4	select CRYPTO_AEAD
5	select CRYPTO_AUTHENC
6	select CRYPTO_BLKCIPHER
7	select CRYPTO_ENGINE
8	default m
9	help
10	  This driver provides support for virtio crypto device. If you
11	  choose 'M' here, this module will be called virtio_crypto.
12