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

Configure Feed

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

at v5.1-rc7 10 lines 288 B view raw
1config CRYPTO_DEV_VIRTIO 2 tristate "VirtIO crypto driver" 3 depends on VIRTIO 4 select CRYPTO_AEAD 5 select CRYPTO_BLKCIPHER 6 select CRYPTO_ENGINE 7 default m 8 help 9 This driver provides support for virtio crypto device. If you 10 choose 'M' here, this module will be called virtio_crypto.