arm: enable DM_RNG on QEMU by default
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 19 Sep 2020 05:55:35 +0000 (07:55 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000 (11:16 -0400)
The EFI_RNG_PROTOCOL is needed for address randomization in Linux.
We should provide it by default on QEMU.

Reported-by: François Ozog <francois.ozog@linaro.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/Kconfig

index 7c206ce..b885b9e 100644 (file)
@@ -938,6 +938,7 @@ config ARCH_QEMU
        select OF_CONTROL
        select PL01X_SERIAL
        imply CMD_DM
+       imply DM_RNG
        imply DM_RTC
        imply RTC_PL031