On Sun, 19 Jan 2020 at 11:28, Heinrich Schuchardt <xypron.g...@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.g...@gmx.de> > --- > drivers/rng/Kconfig | 1 - > lib/Kconfig | 3 ++- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>