Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | Kconfig (59ca6c93387d325e96577d8bd4c23c78c1491c11) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_VIRTIO 3 tristate "VirtIO crypto driver" 4 depends on VIRTIO 5 select CRYPTO_AEAD | 1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_VIRTIO 3 tristate "VirtIO crypto driver" 4 depends on VIRTIO 5 select CRYPTO_AEAD |
6 select CRYPTO_AKCIPHER2 |
|
6 select CRYPTO_SKCIPHER 7 select CRYPTO_ENGINE | 7 select CRYPTO_SKCIPHER 8 select CRYPTO_ENGINE |
9 select CRYPTO_RSA 10 select MPILIB |
|
8 help 9 This driver provides support for virtio crypto device. If you 10 choose 'M' here, this module will be called virtio_crypto. | 11 help 12 This driver provides support for virtio crypto device. If you 13 choose 'M' here, this module will be called virtio_crypto. |