commit | 081da0a7d3a4a2d3c788c17fb70f59deeda9cb07 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Sun Dec 29 15:30:14 2019 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:21 2020 +0100 |
tree | e07ef31da77f8003503d416b344494198d7990ab | |
parent | 912893d6bc2cc89fdea25648cbdd12e30fe41771 [diff] |
virtio: rng: Add a random number generator(rng) driver Add a driver for the virtio-rng device on the qemu platform. The device uses pci as a transport medium. The driver can be enabled with the following configs CONFIG_VIRTIO CONFIG_DM_RNG CONFIG_VIRTIO_PCI CONFIG_VIRTIO_RNG Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>