blob: 5db07495ddc53f49cc5fe96f36c99afbcf00d82c [file] [log] [blame]
Gongleidbaf0622016-12-15 10:03:16 +08001config CRYPTO_DEV_VIRTIO
2 tristate "VirtIO crypto driver"
3 depends on VIRTIO
4 select CRYPTO_AEAD
5 select CRYPTO_AUTHENC
6 select CRYPTO_BLKCIPHER
Gonglei \(Arei\)d79b5d02016-12-27 14:49:07 +08007 select CRYPTO_ENGINE
Gongleidbaf0622016-12-15 10:03:16 +08008 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.