Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CRYPTO_DEV_VIRTIO
0003         tristate "VirtIO crypto driver"
0004         depends on VIRTIO
0005         select CRYPTO_AEAD
0006         select CRYPTO_AKCIPHER2
0007         select CRYPTO_SKCIPHER
0008         select CRYPTO_ENGINE
0009         select CRYPTO_RSA
0010         select MPILIB
0011         help
0012           This driver provides support for virtio crypto device. If you
0013           choose 'M' here, this module will be called virtio_crypto.