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>
This commit is contained in:
parent
a6bfd71a96
commit
684710dc33
@ -938,6 +938,7 @@ config ARCH_QEMU
|
|||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
select PL01X_SERIAL
|
select PL01X_SERIAL
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
|
imply DM_RNG
|
||||||
imply DM_RTC
|
imply DM_RTC
|
||||||
imply RTC_PL031
|
imply RTC_PL031
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user