Re: [PATCH 1/1] lib: Kconfig dependencies for seudo-random library

2020-01-29 Thread Simon Glass
On Sun, 19 Jan 2020 at 11:28, Heinrich Schuchardt 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

[PATCH 1/1] lib: Kconfig dependencies for seudo-random library

2020-01-19 Thread Heinrich Schuchardt
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: