diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 16:57:53 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:00:53 +0200 |
commit | 959bc143a019f23e9faac79e475b269e2a7efabc (patch) | |
tree | 0578713107202f85c9916571edae28d5fdeefb7d /target/linux/x86/64 | |
parent | 167404ceb5f29903f72030b7bf7bf9d868a6a4ee (diff) | |
download | upstream-959bc143a019f23e9faac79e475b269e2a7efabc.tar.gz upstream-959bc143a019f23e9faac79e475b269e2a7efabc.tar.bz2 upstream-959bc143a019f23e9faac79e475b269e2a7efabc.zip |
x86/64: add more hardware RNG drivers, including for virtio
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-default | 3 |
1 files changed, 2 insertions, 1 deletions
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 |