brintos

brintos / linux-shallow public Read only

0
0
Text · 375 B · 5f8915f Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CRYPTO_DEV_VIRTIO3	tristate "VirtIO crypto driver"4	depends on VIRTIO5	select CRYPTO_AEAD6	select CRYPTO_AKCIPHER27	select CRYPTO_SKCIPHER8	select CRYPTO_ENGINE9	select CRYPTO_RSA10	select MPILIB11	help12	  This driver provides support for virtio crypto device. If you13	  choose 'M' here, this module will be called virtio_crypto.14