1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-26 21:11:18 +02:00

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 <xypron.glpk@gmx.de>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Heinrich Schuchardt
2020-04-05 12:20:23 +02:00
committed by Neil Armstrong
parent 142a07f2a4
commit 6da749d8b3

View File

@@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
config ARCH_MESON config ARCH_MESON
bool "Amlogic Meson" bool "Amlogic Meson"
imply DISTRO_DEFAULTS imply DISTRO_DEFAULTS
imply DM_RNG
help help
Support for the Meson SoC family developed by Amlogic Inc., Support for the Meson SoC family developed by Amlogic Inc.,
targeted at media players and tablet computers. We currently targeted at media players and tablet computers. We currently