lib: Kconfig dependencies for pseudo-random library
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 Jan 2020 18:28:12 +0000 (19:28 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2020 17:04:36 +0000 (12:04 -0500)
commit1611235b858abe08f9267f1fa95bc7553aa8e644
tree65f8f65a01cdf65dfd5e340359230041b6f846b8
parent1b27753a963071165e12afa4a7516096881184be
lib: Kconfig dependencies for pseudo-random library

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@gmx.de>
drivers/rng/Kconfig
lib/Kconfig