configs/microchip_sama7g5ek_mmc_dev_defconfig: add rng tools
Add rng tools. Without this, when booting, prompt will not appear until 'random: crng init done' appears. Avoid this by using rng tools without the libjitterentropy. Libjitterentropy is a jitter source of entropy which does not help for AT91 cpus as the jitter does not have enough variance to generate fast enough entropy. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
93d751217e
commit
bc54915ceb
@ -31,6 +31,8 @@ BR2_PACKAGE_MMC_UTILS=y
|
||||
BR2_PACKAGE_MTD=y
|
||||
BR2_PACKAGE_WILC1000_FIRMWARE=y
|
||||
BR2_PACKAGE_EVTEST=y
|
||||
BR2_PACKAGE_RNG_TOOLS=y
|
||||
# BR2_PACKAGE_RNG_TOOLS_JITTERENTROPY_LIBRARY is not set
|
||||
BR2_PACKAGE_SETSERIAL=y
|
||||
BR2_PACKAGE_SPI_TOOLS=y
|
||||
BR2_PACKAGE_USBUTILS=y
|
||||
|
Loading…
Reference in New Issue
Block a user