
24 Jul
2025
24 Jul
'25
10:46 a.m.
From: Simon Glass <sjg@chromium.org> Enable CONFIG_DM_RNG so the virtio driver for random numbers is supported. Signed-off-by: Simon Glass <sjg@chromium.org> --- configs/qemu-x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index a01470fb89f..b0922ae8008 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -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 -- 2.43.0