mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
11 lines
289 B
Text
11 lines
289 B
Text
![]() |
config CRYPTO_DEV_VIRTIO
|
||
|
tristate "VirtIO crypto driver"
|
||
|
depends on VIRTIO
|
||
|
select CRYPTO_AEAD
|
||
|
select CRYPTO_AUTHENC
|
||
|
select CRYPTO_BLKCIPHER
|
||
|
default m
|
||
|
help
|
||
|
This driver provides support for virtio crypto device. If you
|
||
|
choose 'M' here, this module will be called virtio_crypto.
|