Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Gonglei | dbaf062 | 2016-12-15 10:03:16 +0800 | [diff] [blame] | 2 | config CRYPTO_DEV_VIRTIO |
| 3 | tristate "VirtIO crypto driver" |
| 4 | depends on VIRTIO |
| 5 | select CRYPTO_AEAD |
Eric Biggers | b95bba5 | 2019-10-25 12:41:13 -0700 | [diff] [blame] | 6 | select CRYPTO_SKCIPHER |
Gonglei \(Arei\) | d79b5d0 | 2016-12-27 14:49:07 +0800 | [diff] [blame] | 7 | select CRYPTO_ENGINE |
Gonglei | dbaf062 | 2016-12-15 10:03:16 +0800 | [diff] [blame] | 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. |