[PATCH 1/1] lib: Kconfig dependencies for seudo-random library
Simon Glass
sjg at chromium.org
Thu Jan 30 03:18:26 CET 2020
On Sun, 19 Jan 2020 at 11:28, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> drivers/rng/sandbox_rng.c requires rand() to be defined but configuration
> option CONFIG_CONFIG_LIB_RAND selected in drivers/rng/Kconfig does not
> exist.
>
> test/lib/test_aes.c requires rand() to be defined.
>
> Fix the selection criteria for choice "Pseudo-random library support type".
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> drivers/rng/Kconfig | 1 -
> lib/Kconfig | 3 ++-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list