repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
crypto
/
virtio
/
Kconfig
blob
5db07495ddc53f49cc5fe96f36c99afbcf00d82c
1
config CRYPTO_DEV_VIRTIO
2
tristate "VirtIO crypto driver"
3
depends on VIRTIO
4
select CRYPTO_AEAD
5
select CRYPTO_AUTHENC
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.