Kconfig (54ab6db0909061ab7ee07233d3cab86d29f86e6c) | Kconfig (d79b5d0bbf2e3aded13b0542160bde48e95d3d44) |
---|---|
1config CRYPTO_DEV_VIRTIO 2 tristate "VirtIO crypto driver" 3 depends on VIRTIO 4 select CRYPTO_AEAD 5 select CRYPTO_AUTHENC 6 select CRYPTO_BLKCIPHER | 1config CRYPTO_DEV_VIRTIO 2 tristate "VirtIO crypto driver" 3 depends on VIRTIO 4 select CRYPTO_AEAD 5 select CRYPTO_AUTHENC 6 select CRYPTO_BLKCIPHER |
7 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. | 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. |