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