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
Linux 4.18.10
[linux/fpc-iii.git]
/
drivers
/
crypto
/
virtio
/
Kconfig
blob
a4324b1383a43ee2b235475a48048b9e009f4e63
1
config CRYPTO_DEV_VIRTIO
2
tristate "VirtIO crypto driver"
3
depends on VIRTIO
4
select CRYPTO_AEAD
5
select CRYPTO_BLKCIPHER
6
select CRYPTO_ENGINE
7
default m
8
help
9
This driver provides support for virtio crypto device. If you
10
choose 'M' here, this module will be called virtio_crypto.