diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-09-19 07:55:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-14 11:16:34 -0400 |
commit | 684710dc33b8fa1c366ee9f11424b780f999724c (patch) | |
tree | ae78806b029028f7991ddff7aec328bfb024a67f /arch/arm/Kconfig | |
parent | a6bfd71a96201127836d59736abcb54dc2d5e1a5 (diff) | |
download | u-boot-684710dc33b8fa1c366ee9f11424b780f999724c.tar.gz |
arm: enable DM_RNG on QEMU by default
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7c206ce734..b885b9e146 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |