blob: fb294174e408660ad4bf95d705bd724175bfd0dc [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Gongleidbaf0622016-12-15 10:03:16 +08002config CRYPTO_DEV_VIRTIO
3 tristate "VirtIO crypto driver"
4 depends on VIRTIO
5 select CRYPTO_AEAD
Eric Biggersb95bba52019-10-25 12:41:13 -07006 select CRYPTO_SKCIPHER
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.