diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2019-01-23 14:09:01 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2019-01-23 14:09:01 -0800 |
commit | 2a200fb9fb124e2889516c4668c5483bf7107044 (patch) | |
tree | 40663bbc1dece9fc942455646da029e47e5ca616 | |
parent | e4cf9e47ab244977d12513bb4610a44f88ad5e68 (diff) | |
download | linux-stable-2a200fb9fb124e2889516c4668c5483bf7107044.tar.gz linux-stable-2a200fb9fb124e2889516c4668c5483bf7107044.tar.bz2 linux-stable-2a200fb9fb124e2889516c4668c5483bf7107044.zip |
RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=y
This allows acceleration of cryptography inside QEMU.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
-rw-r--r-- | arch/riscv/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |