kernel/drivers/crypto/virtio/Kconfig
.. .. @@ -1,8 +1,9 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config CRYPTO_DEV_VIRTIO 2 3 tristate "VirtIO crypto driver" 3 4 depends on VIRTIO 4 5 select CRYPTO_AEAD 5 - select CRYPTO_BLKCIPHER6 + select CRYPTO_SKCIPHER6 7 select CRYPTO_ENGINE 7 8 help 8 9 This driver provides support for virtio crypto device. If you