x86: Enable random-number support for QEMU

Enable CONFIG_DM_RNG so the virtio driver for random numbers is
supported.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-07-10 00:49:15 +02:00
parent c1ce4fcc9c
commit 0e44842ade

View File

@@ -81,6 +81,7 @@ CONFIG_SYS_64BIT_LBA=y
CONFIG_CPU=y
CONFIG_NVME_PCI=y
CONFIG_SPL_PCI_PNP=y
CONFIG_DM_RNG=y
CONFIG_SPL_DM_RTC=y
CONFIG_SYS_NS16550_PORT_MAPPED=y
CONFIG_SPI=y