blob: 01b625e4e5adc9061f26647ca2e220affcb0d1ce [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config CRYPTO_DEV_VIRTIO
3 tristate "VirtIO crypto driver"
4 depends on VIRTIO
5 select CRYPTO_AEAD
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.