Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4 11 lines 328 B view raw
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_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.