diff mbox series

[3/3] RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=y

Message ID 20190123225025.32052-4-palmer@sifive.com (mailing list archive)
State New, archived
Headers show
Series RISC-V: defconfig: Cleanups and Generic PCIe Support | expand

Commit Message

Palmer Dabbelt Jan. 23, 2019, 10:50 p.m. UTC
This allows acceleration of cryptography inside QEMU.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
---
 arch/riscv/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 01fe50707d98..2fd3461e50ab 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -78,5 +78,6 @@  CONFIG_NFS_V4_1=y
 CONFIG_NFS_V4_2=y
 CONFIG_ROOT_NFS=y
 CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_DEV_VIRTIO=y
 CONFIG_PRINTK_TIME=y
 # CONFIG_RCU_TRACE is not set