From 959bc143a019f23e9faac79e475b269e2a7efabc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 12 May 2016 16:57:53 +0200 Subject: [PATCH] x86/64: add more hardware RNG drivers, including for virtio Signed-off-by: Felix Fietkau --- target/linux/x86/64/config-default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 7d2ac9181f..8b62b86fdd 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -111,8 +111,9 @@ CONFIG_HPET=y CONFIG_HPET_MMAP=y # CONFIG_HP_ACCEL is not set CONFIG_HVC_DRIVER=y +CONFIG_HW_RANDOM_AMD=y CONFIG_HW_RANDOM_INTEL=y -# CONFIG_HW_RANDOM_VIRTIO is not set +CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HYPERVISOR_GUEST=y # CONFIG_I7300_IDLE is not set # CONFIG_IA32_EMULATION is not set -- 2.30.2