From: Heinrich Schuchardt Date: Sun, 5 Apr 2020 10:20:23 +0000 (+0200) Subject: arm: meson: imply DM_RNG X-Git-Tag: v2020.10~279^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6da749d8b364adff089356c75ffa477278fd250f;p=platform%2Fkernel%2Fu-boot.git arm: meson: imply DM_RNG All ARCH_MESON boards have a hardware random number generator. So we should enable building the RNG driver. Signed-off-by: Heinrich Schuchardt Acked-by: Neil Armstrong Signed-off-by: Neil Armstrong --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bbb1e27..eee4538 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS config ARCH_MESON bool "Amlogic Meson" imply DISTRO_DEFAULTS + imply DM_RNG help Support for the Meson SoC family developed by Amlogic Inc., targeted at media players and tablet computers. We currently