]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: mvebu_espressobin_ultra-88f3720_defconfig: enable hwrng
authorBenjamin Schneider <bschnei@gmail.com>
Thu, 17 Apr 2025 19:37:24 +0000 (12:37 -0700)
committerStefan Roese <sr@denx.de>
Fri, 16 May 2025 06:17:43 +0000 (08:17 +0200)
This device has a hardware random number generator. Linux can
use this feature to randomize the location of the kernel in
memory for better security. However, that functionality is only
available if the bootloader firmware provides it. Enable support
for it in the default configuration for this device.

Signed-off-by: Benjamin Schneider <ben@bens.haus>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/mvebu_espressobin_ultra-88f3720_defconfig

index 1cbeee8fcb745d2f9f68ee74e3e156a34b6a8b82..fb8efbdf0b95c14f0a5db373db4bc9fedd83f69a 100644 (file)
@@ -97,3 +97,5 @@ CONFIG_USB_EHCI_HCD=y
 # CONFIG_WATCHDOG_AUTOSTART is not set
 CONFIG_WDT=y
 CONFIG_WDT_ARMADA_37XX=y
+CONFIG_DM_RNG=y
+CONFIG_RNG_TURRIS_RWTM=y