repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dm writecache: add cond_resched to loop in persistent_memory_claim()
[linux/fpc-iii.git]
/
drivers
/
crypto
/
virtio
/
Kconfig
blob
fb294174e408660ad4bf95d705bd724175bfd0dc
1
# SPDX-License-Identifier: GPL-2.0-only
2
config CRYPTO_DEV_VIRTIO
3
tristate "VirtIO crypto driver"
4
depends on VIRTIO
5
select CRYPTO_AEAD
6
select CRYPTO_SKCIPHER
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.